How to add hidden fields?
Hidden fields allow you to pass data to your form submission without the user seeing the field. This is perfect for tracking sources, campaign IDs, or user IDs.
How to add hidden fields
- Go to your form settings.
- Navigate to the Share tab.
- Scroll down to the Hidden fields section.
- Click Add hidden field.
- Enter the name of the parameter you want to capture (e.g.,
source,campaign_id). - The Embed Code will automatically update to include these parameters.
[!NOTE] This feature is currently available when using the Embed to the web page option.
Use Cases
- Tracking Sources: Add
source=facebookorsource=newsletterto your links to know where your submissions are coming from. - User IDs: Pass a user ID from your application to link the submission to a specific user in your system.