|
Is email or name on the field list typically?
You could do an ajax/button lookup - and if x email address is already on the list, stop them.
So one idea is:
-- instead of showing the whole form, just show email address field
-- they input email address, click verify
-- if not in, ajax display the form
-- if in, show error message
|