how to track from which URL form was filled | Community
Skip to main content
March 3, 2015
Question

how to track from which URL form was filled

  • March 3, 2015
  • 1 reply
  • 721 views
We have a specific form that is used on over 1000 pages. Each page lists a property (as this is used for a Real Estate website), How can we:

1. Find out from which URL was the form filled out?
2. Associate a unique ID to the user (this is the property ID)?

Thanks.
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

March 3, 2015
1. We set up a "Change Data Value" flow step after a form is submitted that changes the orignating web page attribute in the step. The new value becomes "http://{{trigger.web page}}". We then also send an alert to the lead owner which populates this field as a token.

2. You could create a new field for this Property ID, and then associate it as a hidden field on the form, populated to the corresponding ID, depdnding on which page the form resides.