Matrix Version: 5.3
Hi Squiz folk,
Is there a way to restrict users from submitting a specific form multiple times?
i.e if users email address (as the unique identifier) already exists then return false?
I’m guessing you would query the form submissions and if the email address already exists return false?
If I use an asset listing page (not publicly available) to list all email addresses then use javascript to query emails in that array? Is there a server side check?
Actually not a good idea to expose email address at the front end so any thoughts on how this could work?
Don’t worry - problem solved
Cheers
Nick