I have a webform for anonymous users to submit.

However, I don't want multiple submissions from the same e-mail.

Essentially I want the form to throw up a message like "You have already submitted this form!" if a user tries to submit the form any more than once.

(This is automatically handled if the user is registerd, but I want it for anonymous users.)

Any ideas?

Thanks.

Comments

Adam S’s picture

Webform in results tracks IP address so it logs anonymous users. You can configure it on the edit page under this tab, Webform advanced settings.

podsnap’s picture

Thank you adamsohn, much appreciated.

Although I feel a little foolish for not spotting this myself!