Skip to content

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
IDtextHTML 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
MethoddroplistSubmit 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
ActionfileForm 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
HandlerdroplistSelects 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