One contact form that appears on multiple pages / URL’s and identify which page the form has been submitted from

Hi, I would like to create one contact form that appears on multiple pages / URL’s and be able to identify which page the form has been submitted from. Is this possible? Cheers.

It is possible to identify which page the form has been submitted from. To achieve this, you can use a hidden field in the Gravity Form that captures the page URL where the form is submitted.

Here are the steps to do it:

  1. Create a new Gravity Form or edit an existing one.

  2. Add a new field to the form and select the Hidden field type.

  3. Click on the field to edit its settings.

  4. In the Default Value field, enter the merge tag {embed_url}, which will capture the page URL where the form is submitted.

  5. Save the field and the form.

When a user submits the form from any page, the value of the hidden field will be set to the URL of the page, allowing you to identify which page the form has been submitted from easily.

Alternatively, you can manually check the entries to see which page the form has been submitted to.

Give it a try and see how it works for you!

Manually Check:

Merge tag:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.