Prevent duplicate entries
Prevent duplicate form submissions based on email address or other form values entered in your form on WordPress.
Last updated
Prevent duplicate form submissions based on email address or other form values entered in your form on WordPress.
Last updated
For this to work you must have the option to save contact entries enabled. This will be used to compare any previous form submission and decide if the user is allowed to submit the form with the entered data.
First edit your form and open up the "Form Settings" panel. From there, choose "Form settings" from the dropdown. Make sure that "Save data" is set to "Save as Contact Entry".
Scroll down to and enable the "Enable custom entry titles". As it's value enter {email}
so that the email address the user entered will be used as the title.
Now also enable the "Prevent submitting form when entry title already exists". This will make sure that whenever the user submits the form it will first check if a similar entry existists with the same title. If this is the case the user will be displayed the error message as defined.