I want to prevent the users from using the same data in multiple submissions.
For example each user can only submit once with the same email address (or any other unique input). So if they want to make another submission, they will need to use a different email address.
Please can someone teach me how to do this?
Thanks!