Old Google Form Redirect After Submission

How to redirect google form

Sandy is right.

You cannot interact with the form before submission.

Please have a look at: How to pull data from Google Form and display result before submission?

The closest you could get based on answers,

what to look for

would be to have users go to sections with no questions and advise them to click on the link.

advise redirecting

On the other hand I cannot understand why you would want to redirect users to "different urls based on option selected". If they get redirected upon selecting an option, they will never reach the submit button, which renders the use of a form pointless.

how to redirect users after completing a embedded google form

Use my this man:
Hope it help

      <script>
var dynamic = 'http://www.google.com';
</script>

<input type="submit" value = "submit" target="_blank" onclick="window.open(dynamic)" >

How to make google form redirect to custom URL

<meta http-equiv="refresh" content="0; url=http://example.com/" />


Related Topics



Leave a reply



Submit