Skip to main content
Participating Frequently
August 3, 2010
Question

Duplicate Email Check

  • August 3, 2010
  • 1 reply
  • 375 views

I would like to check in the database for duplicate email addresses of contacts.  The checking should be done on the posting form, so it will check before the user completes all the info.  I was thinking of an onchange for that email text field and maybe a pop-up message. Has anyone done this or something better before??

    This topic has been closed for replies.

    1 reply

    Inspiring
    August 4, 2010

    Do an ajax call to something that runs a query on the form field's onBlur event.

    As far as user feedback is concerned, you could always disable the submit button until all your requirements are met.