how to redirect users after completing a embedded google form

13,188

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)" >
Share:
13,188
Nau Nau head
Author by

Nau Nau head

Updated on June 05, 2022

Comments

  • Nau Nau head
    Nau Nau head almost 2 years

    I have embedded a google form in one of my pages and it will collect the users : firstname , lastname and email address. but once the user submits the form. They will be redirected to the confirmation page after submitting the form.

    How do I redirect the completion of the form on 'submit' to another html page? not a php file? Thanks

  • Nau Nau head
    Nau Nau head about 10 years
    thanks! but I have already found out how to do this really really easily. haha
  • Joseph Christopher Pimentel
    Joseph Christopher Pimentel about 10 years
    hahah just vote up :D I just answer it anyway