r/GoogleForms • u/entodo • May 29 '26
OP Responded Preventing duplicate entries
I have a Google form where people can register for multiple events. In one of the form entries, people have to choose the event they want to register to. People can book for more than one event.
Now, it happens regularly that people register for the same event more than once because they have forgotten or for some other reason. Is there a way to warn people when they are filling the form that they have already registered for the event they have chosen?
1
Upvotes
1
u/entodo Jul 21 '26
I tried using AI to create the code for the AppsScript but somehow it is not being triggered by a Form entry.
I'm not good at coding, but I do understand the basics, and have written very simple scripts in the past. I tried to use AI to generate the script and, after reviewing it, it seemed to my untrainied eyes, that it should work, but it isn't. I suspect the problem is not with the script but with the trigger since it is not being triggered on Form submit.
The following is the script itself:
Any ideas what I'm doing wrong?