Can I redirect same form to different URL based on page?
-
We have multiple product pages on our website and there’s brochures for each product on their respective pages. We have a “Download brochure” button which we’d like to collect leads from.
So when a user clicks the Download button, a contact form pops up where they need to write email and phone number in order to get to download the brochure.
I would like to use only one form because it’s the same layout for each product. The form sends email notification to the admin and includes the URL where the form was submitted from (so we know from which product this user downloaded the brochure from). We got everything set up until this point.
Now we need to redirect the user to a URL of the brochure after form was submitted.
My question is: is it possible to use this plugin to redirect to different URLs based on what page the form was submitted from?I guess the easiest solution would be putting the redirect URL inside a shortcode on a page so we could use the same form but the redirect URL would change based on the page.
- The topic ‘Can I redirect same form to different URL based on page?’ is closed to new replies.