Skip to main content
March 26, 2014
Question

Is there a way to create multiple URLs that point to same website form?

  • March 26, 2014
  • 2 replies
  • 1034 views
We're hosting a joint webinar next month, and want to track the # of registrants each partner brings in. All unique URLs need to point to the website registration form hosted on our website. Thx
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Matt_Stone2
Level 9
March 26, 2014
You could use a URL parameter that feeds into a hidden field. For example... http://yourwebsite.com/your-webinar?webinar_source=partnerA

And then in your form, you'd create a hidden field that pulls its value from the URL parameter "webinar_source"

All you'd have to do is provide your partners with the URL with their specific parameter. Does that make sense?
March 26, 2014
Totally agree with Matt. I actually like to use a triggered campaign to dump people into "tactic programs" when they fill out the form. Depending on what they have in their querystring when they fill out the registration form, I dump them into one of these tactic programs so I can always see how many registrations have come from each promo source.