To create a redirection on form submit using Contact Form 7, you will need to add this code in your additional setting located at the bottom of the contact form 7 form builder
on_sent_ok: “location = ‘http://www.domain.com/thank-you/’;”
Once you have added the code, it will redirect the page after submission.
Comments are closed.