Adding and Customizing the Hidden Field in Divi Form Builder
The Hidden Field in the Divi Form Builder module is designed to be included in the form without being visible to the user. This field can be used to pass hidden data along with form submissions.
Video
Step 1: Add Form Field
- Navigate to the page with your form and open the
Form Builder module. - Click on the
Add New Fieldbutton to start adding a new form field.

Step 2: Select Hidden Field
- Enter a descriptive
Field Titlefor the field that users will see. - Enter a
Admin Titlefor administrative purposes to help identify the field. - Assign a unique
Field IDto the field for data handling. - Select
Hidden Fieldfrom the Type dropdown menu.

Step 3: Customize Hidden Field
In addition to the styling features in the Design Tab, Divi Form Builder offers customization options for the Hidden Field HERE.

Field Options:
Add Form Builder Prefix to Field: Disable this option to directly input the field ID and Name. Only disable this option for specific cases, such as when using the form with Google Tag Manager.Hidden Field Value: Set the value that you want to be hidden in this field. Options are:- Page Name
- Page URL
- ACF Field
- Custom Text
- URL Parameter (matches Field ID) — Populate the field from a URL query parameter whose name matches this field’s Field ID.
Populating from URL parameters
When Hidden Field Value is set to URL Parameter (matches Field ID), the field value is taken from the current page’s query string. The query parameter name must match the hidden field’s Field ID.
Example: If the Field ID is campaign, a URL such as https://yoursite.com/landing/?campaign=summer will set the hidden field value to summer. The submitted form will then include that value.
Only hidden fields with Hidden Field Value set to URL Parameter (matches Field ID) use the query string. Other value types (Page Name, Page URL, ACF Field, Custom Text) are not overridden by URL parameters.
Additional Tips
By following these steps, you can effectively add and customize the Hidden Field in Divi Form Builder, ensuring it meets the needs of your form and enhances the functionality of your data collection processes. Utilize the customization options to integrate hidden data seamlessly into your forms.
What's Next
- Add Page Name & URL to Email — Use hidden fields to include page URL and title in email notifications
- Field Settings: Required Fields — Customize hidden field and other field options
- Email Notification — Configure where form data and hidden field values are sent