Some forms require that the email submitted in the form to be unique. If the user has already submitted the form, the form should not be submitted again (with the same email, at least)
Here is an extension module that checks the database to see that the email was not submitted before.
(more…)


