Hidden values are form-level keys that accept values from URL parameters or embed attributes. Respondents do not see them as questions, but Fomr can use them in form text and store them with each submission.
Use hidden values for campaign tags, customer IDs, source tracking, or other context you already know before someone opens the form.
Add hidden value keys
Section titled “Add hidden value keys”Declare each key before you pass values into a link or embed.
-
Open a form in the editor
-
Click Hidden values in the editor dock
-
Enter a key, such as
utm_campaignorcustomer_id -
Click the add button
Keys must start with a lowercase letter. Use only lowercase letters, numbers, dashes, and underscores.
Pass values in a share link
Section titled “Pass values in a share link”After you declare keys, the Share panel can build links with values attached.
-
Open Share
-
Fill in the fields under Hidden values
-
Copy the generated link
-
Share that link with the audience that should carry those values
A link with a hidden value looks like this:
https://fomr.io/s/example?utm_campaign=spring_launchOnly declared keys are captured with responses.
Pass values in an embed
Section titled “Pass values in an embed”Hidden values can also travel through embed attributes.
-
Open Configure > Add to website
-
Choose an embed type
-
Turn on Hidden values in the embed options
-
Fill in the values and copy the embed code
Embed attributes use the data-fomr-param-* format. For example, the utm_campaign key becomes data-fomr-param-utm_campaign="spring_launch".
Use hidden values in form text
Section titled “Use hidden values in form text”Declared hidden values appear in the same @ menu as answer pipes. Type @ in supported editable text, then choose a key from the Hidden values group.
If a hidden value might be missing, click the pipe token and add fallback text so the published form still reads naturally.
Responses and exports
Section titled “Responses and exports”Captured hidden values appear as response columns. CSV exports include them, and Google Sheets workflows can use the same readable labels as the Responses table.
Publishing checks
Section titled “Publishing checks”Fomr checks hidden value references when you publish. If form text references a hidden value key that is no longer declared, publishing shows an issue so you can fix it before respondents see the form.