You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Apps Script Community
Hello community!
Recently I have connected one of my forms with my google spreadsheet through Apps Script, but whenever the form is submitted it redirects to a script page. I've tried implementing this code:
but it doesn't work. Is there any other possible solutions to this issue?
Thanks!!
adroi...@gmail.com
unread,
Nov 26, 2021, 8:59:35 AM11/26/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Apps Script Community
Something changed within the last 6 months that prevents chrome from redirecting without user action. Most likely, you are going to have to create or unhide a button on success and the button is going to have to run the code above.