Reference

Form Area Settings

The Form Area configuration has the following settings divided into tabs.


Actions

At least one After Submit Actions is required, consult individual action reference for specifics.

Form Area Actions

Validation

Global validation settings, for field specific validation refer to field settings.

Form Area Settings
SettingDefaultDescription
HTML 5 ValidationtrueWhether the front side HTML5 validation should be executed before submission. Server side validation is always executed.

Errors Display

Server and validation wise errors display options.

Form Area Errors Display
SettingDefaultDescription
Display in ModalfalseWether to display server side errors in a Modal instead of the bottom block.
Modal ContentThe content to be displayed in the modal, use {errors} as placeholder for the list of errors.
Center ModalfalseWether to vertically center the modal.

Form Attributes

Form HTML node id, name, and class attributes, useful for customizations.

Form Attributes

Form Action Override

Custom action and method attributes allows for a 3rd party service integration or a custom submission workflow.

Form Action Override
SettingDescription
Action URLThe URL where the form should submit the data to.
Action MethodThe method that should user for submitting the data, GET or POST.

Side Effects

Notice that when a custom action URL is set, server-side validation and After Submit Actions will not be executed.


Custom Scripts

Custom scripts that will run on form events, for a more advance integration consult Form Events section.

Form Area Custom Scripts
EventScope VariablesDescription
Before Submissionevent, formExecutes before the submission allowing to prevent it.
After Submissionevent, form, data, responseExecutes after successfull submission.
After Submission Errorevent, form, data, errors, validationExecutes after server side submission error, including validation errors.
After Validation Errorevent, form, dataExecutes after front-end validation error.
Previous
Friendly Captcha