0

Is there a place to get guidance on where to start with getting the Google Apps Script service to redirect a responder clicks Submit on a Google Form?

I have tried variations of doGet(), getUrl(), onSubmit(), and HTMLService scripts with index and without index.

Is there a source of documentation that will show me how to do this correctly?

It's a standalone Google Form that I just need to redirect. I am not opposed to reading and learning (so please save the comments about not providing me with the script). Looking for actual documentation or post that will show how to get the Google Form to successfully post responses to the Google Sheet and redirect the user to a new web page. I have Googled and tried many different variations of the above. None have been successful.

TheMaster
  • 45,448
  • 6
  • 62
  • 85
Met Pasta
  • 47
  • 1
  • 8
  • 1
    Not possible. You can provide a link to manually click in the confirmation message. – TheMaster Apr 28 '19 at 21:58
  • Or create your own html form with the web-app using `doGet()`, which you can redirect as you wish. – TheMaster Apr 28 '19 at 22:00
  • So, GAS will not be able to execute a script on the form submission trigger to redirect users to another webpage unless I script the entire form outline in GAS? – Met Pasta Apr 28 '19 at 22:06
  • Yes````````.```````` – TheMaster Apr 28 '19 at 22:31
  • 1
    Same question, no answers. [How to redirect a Google Form (new version) to a custom URL after clicking Submit](https://stackoverflow.com/q/35897859/1595451) – Rubén Apr 29 '19 at 02:29
  • Thanks you TheMaster and Ruben. I am a new user, but added my upvote to the link there. I have also submitted a feedback form for a new feature request using the links seen in other posts. I reviewed many many posts and there are plenty that say that it is possible, but no matter what I do to the APIs or scripts...nothing changes. – Met Pasta Apr 29 '19 at 04:11

0 Answers0