Set a Hidden Form Field Value set-a-hidden-form-field-value
Hidden fields are usually populated dynamically. They are not shown to the person filling out the form. Here’s how to set the value.
Select the Field select-the-field
-
In your form, select the hidden field and click Edit for Autofill.
Use Default Value use-default-value
By selecting Use Default Value you can hard-code a specific value to always be used when this form is submitted. Enter the Default Value and click Save.
URL Parameter url-parameter
If you want to capture URL Parameters (Query Strings) from the page the person is on when filling out the form, you can use URL Parameters to populate your hidden field.
-
Select URL Parameter for Get Value Type.
-
Enter the Parameter Name and click Save.
Cookie Value cookie-value
If you’re storing data in cookies, you can use Cookie Value to pick up data when the form is submitted.
-
Select Cookie Value for Get Value From.
-
Enter the cookie Parameter Name you want and click Save.
note tip TIP You can enter a Default Value in case the parameter/cookie is not found.
Referrer Parameter referrer-parameter
If you want to capture data from the page the visitor came from before filling out the form, you can use Referrer Parameter.
-
Set Get Value From to Referrer Parameter.
-
Enter the Parameter Name which you want to snatch from the referrer URL and click Save.
note tip TIP You can enter a Default Value in case the referrer parameter is not found. -
Click Finish.
-
Click Approve and Close.