The Hidden element allows you to store values in the form that are not visible to the user. It is useful for passing metadata, tracking information, or pre-filled data without user input.
Available Options:
Field label – sets the internal name of the hidden field (not displayed to users).
Default value / Field value – defines the value stored in the field when the form is submitted.
