Hidden Field

The hidden fields renders an <input type=”hidden” value=”” /> in your form.

This can be usefull when you want to send additional data to the client browser to be processed by some javascript.

An example of this could be to send additional data on the google datalayer.

To use, drag the component on the form.

../../../_images/hidden.png

Give the field a name, and select a prefill binding to fill in the value of the field.

More info no prefilling can be found on Form Bindings (Prefilling)