2

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
  • 215
  • 2
  • 4
  • 10

1 Answers1

4

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)" >
herohuyongtao
  • 49,413
  • 29
  • 133
  • 174