Hidden Element

A hidden form control.

The Hidden Element displays a <input type="hidden"> HTML element, use it to include data that cannot be seen or modified by users when a form is submitted.


Settings

SettingDescriptionDynamic
ControlThe name that identifies the field control within the form. It's required and must be unique for the Form Area.
ValueThe value to submit for the control.

Integration

  1. Access a Builder layout and create a Form Area.
  2. Add a Hidden Element from the Form Essentials group.
  3. Access the element settings and input a Control Name.
Previous
Range