Gated Content - Using 1 form to deliver specific content based on embed page
SOLVE
I have 20 pieces of content I'd like to gate. Is it possible to use one form to do this? I'd like the Redirect to be tied to the page the form is embedded on.
EX. Content #1 is delivered when form is filled out on page 1, but using the same form, Content #2 is delivered when form is filled out on page 2.
In the page editor, locate the “Thank you” section within the form editor. You can specify a custom redirect link after submission. This setting is page-specific, which lets you reuse the same form and you can specify different redirect links on each page.
Best regards, Ernesto @ GiantFocalFound this answer helpful? Marking it as the solution helps both the community and me - thanks in advance!
In the page editor, locate the “Thank you” section within the form editor. You can specify a custom redirect link after submission. This setting is page-specific, which lets you reuse the same form and you can specify different redirect links on each page.
Best regards, Ernesto @ GiantFocalFound this answer helpful? Marking it as the solution helps both the community and me - thanks in advance!
Gated Content - Using 1 form to deliver specific content based on embed page
SOLVE
Yes, it's possible to use a single form to gate multiple pieces of content, with the redirect being tied to the page the form is embedded on. This approach can be more efficient than creating separate forms for each piece of content. Here's how you can achieve this:
Create a single form: • Design a form that collects the necessary information from users. • This form will be used across all 20 pages.
Use hidden fields: • Add a hidden field to the form. • This field will store the specific content ID or page URL.
Dynamically set the hidden field: • Use JavaScript to automatically set the value of the hidden field based on the current page URL or a predefined content ID.
Set up conditional redirects: • In your form processing or marketing automation tool, set up conditional logic. • Based on the value in the hidden field, redirect users to the appropriate content.
Embed the form: • Place the same form on all 20 pages where you want to gate content.
Workflow option: While the above method works well, using a workflow can offer more flexibility and advanced features:
Easier management of multiple pieces of content
Ability to track user interactions more comprehensively
Option to set up follow-up actions (e.g., email sequences)
More sophisticated conditional logic if needed
Recommendation: • For simple setups, the single form with conditional redirects is sufficient. • For more complex scenarios or if you need advanced tracking and follow-up actions, a workflow would be a better choice.
Choose based on your specific needs, the complexity of your gated content strategy, and the capabilities of your marketing automation platform.