Form: Reference
Reference for Form in Web Framework References. Key properties: ID, Method, Action.
Next generation client side framework for data-driven web sites and apps. App Connect is the next generation client side framework and base ground for a handful of additional components, which allow you build dynamic web sites and apps, the most modern way possible. It comes with phenomenal rendering speed of dynamic data and you have visual and direct access to custom components, dynamic attributes and events and smart data form inputs.
Inspector Property Groups
Form Properties
| Property | Type | Details |
|---|---|---|
| ID | text | Optional unique identifier for this element. Sets the element's id attribute. Keep IDs unique per page (useful for anchors, label for targets, and JavaScript hooks). Bootstrap docs: Introduction Required in common setups. Attribute: id |
| Method | droplist | Submit method used by the handler. Controls which HTTP method is used for the form submission when using a handler. Common values are GET and POST depending on your API configuration. Bootstrap docs: Forms overview Attribute: method Options: get, post |
| Action | file | Form submit URL. Sets the form action attribute. In App Connect projects, you typically submit via API/Form handlers rather than a raw action URL, but this can still be useful for classic form posts. Bootstrap docs: Forms overview Attribute: action Supports dynamic option sources. |
Actions
Submit
Submit Form
| Configuration group | Controls |
|---|---|
| Submit Properties | Direct |
Reset
Reset Form
Dynamic Events
Invalid
| Event option | Type | Details |
|---|---|---|
| Action | text | Choose the action to execute. |