Linking a thank you page to my custom 'request a quote' enquiry form

We have a custom built enquiry form on our website. Currently when a user fills out the form and clicks ‘request quote’ they are directed back to the homepage.

I would like to change this by instead taking the user to a thank you page that we have created, for conversion tracking purposes.

There is an added layer of complexity in that the form has a different URL depending on which product page the user has clicked from, as the ‘door type’ field is pre-filled.

How can i link the two pages together so that whenever a user hits ‘request quote’ they are taken to the thank you page, regardless of which product page they originally came from.

Link to the ‘request a quote’ form here (this is the URL for when the page is accessed from home page) - https://thedoorcompanyuk.co.uk/pages/request-quote

Link to the thank you page here - https://thedoorcompanyuk.co.uk/pages/success

Thank you

1 Like

or you can release your question on several of forums,maybe you can get more useful suggestion? :grinning_face:

To redirect users to your thank you page after they submit the form, you can set the form’s action attribute to point to the thank you page URL (https://thedoorcompanyuk.co.uk/pages/success). This way, regardless of the product page they came from, they will be directed to the same thank you page after submission. Make sure to test the form to ensure the redirection works as expected

Thank you Merchanto. Do you have any instructions on how to do this?