In order to accept only one submission per email address in your forms, a custom validation rule will have to be created and added in /components/com_rsform/helpers/validation.php. The validation function will be similar to the following one:
function unique($param, $extra=null)
{
After creating the validation rule and placing it in the validation.php file you will be able to select it, when assigning the validation rule for your email address field in RSForm! Pro.
Note:
You can change the name of the function(in the example above is "unique") in order to assign it a custom name of your choice.






