Answer the question
In order to leave comments, you need to log in
[Google forms] How do I set up a transition to my own confirmation page?
Hello! I integrate a Google form into a wordpress site using the google forms plugin , I specify my confirmation page,
but it still redirects me to the standard one from Google with its styles, footer, and even picks up the location language and translates the page
How to set up a transition to the page I need?
Answer the question
In order to leave comments, you need to log in
// similar behavior as an HTTP redirect
window.location.replace(" stackoverflow.com ");
// similar behavior as clicking on a link
window.location.href = " stackoverflow.com ";
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question