Form Reference
Reference for Form Reference in Mobile Framework References. Key properties: ID, Method, Action, Handler.
Source: Addons/dmxFramework7_2/Shared/DMXzone/dmxAppConnect/rules/framework7_8_rules.js
Inspector Property Groups
Form Properties
| Property | Type | Details |
|---|---|---|
| ID | text | HTML id for the form. Sets the form element id . Use it to link labels/controls, target CSS, or reference the form in scripts. Bootstrap docs: Forms overview 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 |
| Handler | droplist | Selects the form handler. Selects which handler is used when submitting the form. In App Connect, this typically points to an API/Form handler component rather than a classic HTML post. Bootstrap docs: Forms overview Attribute: is Options: Default, DMXzone Server Connect |