Core Concepts

Form Area

Empower a Section or Column to function as a Form Area with complete form submission and builder capabilities.

When a Section or Column is defined as a Form Area, it is enclosed with a standard <form\> HTML element without losing any builder capabilities. A Form Area limits the scope of the form configuration and the control fields structure, enabling the placement of multiple forms in the same layout or even section.


Configuration

Once a Form Area has been created, a paper-plane icon will appear in the builder's main panel to both states that the specific Section or Column is a Form Area as well as to directly open its configuration panel.

The Form Area Configuration panel contains both general and advanced configuration settings for the form, as well as the After Submit Actions, which are critical for the form workflow.

Form Area Shortcut
Use the Form Area shortcut to access it configuration from the builder.

Structure

Field Elements are used to structure the form and define individual field validation and specifics. They represent standard HTML form elements that are natively supported by UIkit and can be found in the builder element library under the Form Essentials group.

Form Area Elements

Raw HTML fields limitations

Even though it is possible to define a form field using raw HTML, the Dynamic Workflow will not be completely aware of these. When possible, opt to create a custom element instead.

Previous
Integration