Hi everybody,

I have a simple question : I am creating a form to allow people to register to a seminar.
The thing is that i want to have just one submission per person and I want to use the email, name and surname fields to be the ones used to check if the user is already registered or not.
How can i do that ?
I don't want to use the url data, because some user can register from the same computer....

Thanks a lot

Sop

Comments

quicksketch’s picture

This currently isn't possible through the interface. If you can get users to sign up for the site, the submission limit uses the active user account for limiting. Of course this causes problems when a single user is responsible for registering several individuals. You can however accomplish this by using the additional validation field and some custom PHP code. I'd suggest checking the Webform handbook for some examples: http://drupal.org/handbook/modules/webform

quicksketch’s picture

Status: Active » Closed (fixed)