Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration

Email address validation on registration form needs to allow + symbol

by

Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Email address validation on registration form needs to allow + symbol

Tagged: email validation

  • This topic has 2 replies, 2 voices, and was last updated 13 years, 8 months ago by admin.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • August 17, 2011 at 2:48 pm #4084
    warrensherliker
    Member

    The email registration form validation needs to allow users to have a + in their email address. For instance gmail allows:

    myname+thislist@gmail.com

    This causes an invalid email address error in the registration form. To correct line 59 in the jquery.validationEngine-en.js file needs amending on line 59 from:

    “regex”: /^([A-Za-z0-9_-.’])+@([A-Za-z0-9_-.])+.([A-Za-z]{2,6})$/,

    to

    “regex”: /^([A-Za-z0-9_-.’+])+@([A-Za-z0-9_-.])+.([A-Za-z]{2,6})$/,

    Hope that helps someone…

    August 17, 2011 at 3:46 pm #35597
    warrensherliker
    Member

    In latest version of WP eStore (v6.9.4) this patch should be applied to:

    emember_js_form_validation_rules.php on line 25:

    “regex”: /^([A-Za-z0-9_-.’])+@([A-Za-z0-9_-.])+.([A-Za-z]{2,6})$/,

    should be changed to:

    “regex”: /^([A-Za-z0-9_-.’+])+@([A-Za-z0-9_-.])+.([A-Za-z]{2,6})$/,

    August 18, 2011 at 12:53 am #35598
    admin
    Keymaster

    Thank you. We will take a look and update as necessary.

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Log In

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ