Google-apps-script – How to Redirect to another Website upon Google Form Submission

google-apps-scriptgoogle-forms

I have a Google Form which is backed by a Google Apps Script with an onFormSubmit function, which fires when the Form is submitted. The next thing I want to do is, after the Form data processing is done by the Apps Script, the Script should redirect the user to another website. I would appreciate your help in figuring out how to do this.

Best Answer

Google Apps Script can't redirect to another website because it only acts on the back-end not on the front-end.

Related

This site

Stack Overflow