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.