You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

Active Input Elements

An Active Input Element is an HTML5 input element with a special configuration that allows it to be connected to a Create Button or a Login Button. The connection between an active input element and an action button is established when the name of the input element is listed in the attributes field of the action button.

fig

Configuration

The following fields can be used to configure an active input element for use with a create or login button.

Element ID optional, can be used to group input fields and buttons by using a common value (e.g. create_project)
Field Name the property name as listed in the attributes field of the Action Button.

Configuration of an Active Input Element

Search results for "Active Input Elements"

Dynamic Content / Repeater

DOM elements that are connected to the database or trigger database actions are called “active elements”. In the page tree, they are marked with a special colorful icon. Structr provides a range of other active elements: Active input elements, dynamic output elements, action buttons and repeater elements. In the following we make use of other active elements.