Track the page a form submission comes from (without custom code)

Hello,

I’d like to know if it’s possible to identify which page a form submission comes from.

I’m using the same contact form on several landing pages, each covering a different topic. When a user submits the form, I receive the notification email, but it doesn’t show which page the submission was sent from. I’d like to understand which landing pages are generating the most inquiries.

Is there a way to automatically include the current page URL or page name with the form submission?

Ideally, I’m looking for a solution (without using custom code).

Hey @thaoii ,

I know you mentioned without using custom code, but having a hidden field in the form and filling it with the current URL via which the user has submitted the form is super simple and won’t add complexity.

Here’s a guide I found on it, maybe check it out if you want to solve this without any 3rd party solution, should be easy to setup.

Hope this helps.

1 Like