CMS Dynamic Form Redirect Links

Simple
CMS Dynamic Form Redirect Links

Watch the video here to see how to easily implement this: https://youtu.be/3V6krYjxvMU

Want to dynamically redirect users to different pages or files after a form submit on a CMS page? You might do this for a resource collection such as a collection of ebooks.

Add this custom code to the CMS page settings in the </body> section:

<script>
$('#FORM-ID')
.attr('redirect','CMS-URL')
.attr('data-redirect','CMS-URL');
</script>

Change the FORM-ID to the id of your form, and the CMS-URL to be the dynamic CMS link or resource link.

All done!

Download Assets
See an Example Website

Other Code Snippets

Want to drop a line?

I've worked with countless businesses around the world. Maybe you'll be next.

Get in Touch