How to add hidden fields to forms for tracking
Learn how to include invisible data in form submissions for tracking and attribution.
FAQ
When should I use hidden fields in Framer forms?
Hidden fields are useful for tracking where user submissions come from. For example, if you have multiple landing pages with forms that send data to the same Webhook or Google Sheet, you can track which page gets the most submissions by adding a hidden text field with values like “page 1” and “page 2.”
How do I add a hidden field to a form in Framer?
To add a hidden field in Framer, select your Form component, add an Input field to the form, select that input, then enable the Hidden property in the right-hand panel. Set a Name for the input field (this is what appears in submissions), and remove the label if present. Don’t hide it with the Visible property; use Hidden so the value is still included in submissions.
Can I use hidden fields in Framer to track UTM parameters automatically?
Hidden fields in Framer do not automatically bind to UTM parameters. UTM tracking for form submissions is available on Scale and Enterprise plans. You can also use a code override to pass UTM parameters into hidden fields.
Updated
