PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Disable Duplicate Email Check Snippet

  1. Anonymous
    Unregistered

    I need to disable the form validation/check for duplicate emails in the user registration add-on.

    We need to allow people to register using the same email for multiple accounts - I've a plugin which works on WordPress side, and just need a snippet to aid with the Gravity Forms side. I'm hopeless at coding.

    Help would be greatly appreciated.

    Posted 11 years ago on Thursday November 15, 2012 | Permalink
  2. Hi Ryan,

    This should do the trick: http://pastie.org/5384665

    Update the "1" on this line:

    [php]
    if($form['id'] != 1)

    To the ID of your form.

    Posted 11 years ago on Thursday November 15, 2012 | Permalink