L
L
ligisayan2017-08-29 18:16:52
JavaScript
ligisayan, 2017-08-29 18:16:52

[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,
750ed87bc1c84c2b98c0accf4f192b46.png
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
2e50cd44a29c4281a0321ba70e6b001b.png
How to set up a transition to the page I need?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alex Kizyma, 2019-05-07
@Mr_artmos

// similar behavior as an HTTP redirect
window.location.replace(" stackoverflow.com ");
// similar behavior as clicking on a link
window.location.href = " stackoverflow.com ";

I
irishmann, 2019-05-07
@irishmann

window.location

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question