Using Master Gated Contact Forms | Community
Skip to main content
Val_Vazquez4
Level 2
August 15, 2018
Question

Using Master Gated Contact Forms

  • August 15, 2018
  • 2 replies
  • 2011 views

I want to create a single form to use for each of my gated content pieces, which are in the form of web pages (not downloadable PDFs). I am embedding this form on my website (not using Marketo landing pages) and want to ensure that the person is directed to the correct piece of content upon form submission. Any ideas on how to accomplish this?

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

2 replies

SanfordWhiteman
Level 10
August 15, 2018

There are a few different methods, from the code-free to the heavily dynamic and JS-driven, but the easiest is to have a hidden field on the form that specifies the corresponding content (the field could be Auto-Filled from a query param, or via addHiddenFields()).

Then in Form Editor, use Add Choice for the Thank You URL to select a different URL based on the value of that hidden field.

Community Advisor
August 15, 2018

we just use the on:click javascript on each page and let IT determine where to take the lead (we manage that through WordPress)