View Single Post
  #2 (permalink)  
Old 09-04-2007, 01:58 PM
Allen's Avatar
Allen Allen is offline
Administrator
 
Join Date: Dec 2001
Location: Atlanta, Georgia, USA
Posts: 1,067
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
Reply With Quote