Disabling form submissions with same email address.
Hey @Web Bae I want to disable a user for submitting the form with the same email address but I am unable to find any solution. I tried (getform.ai) but I don't see any option of restricting the same entry.
Please help!
2 Replies
Hi @Sushant Dhiwar you could do this by manually updating a validation regex with emails that get submitted.
The automated way would be to perform a database lookup using http fetch of emails already used.
Thanks @Web Bae for the lead, I will try it.