Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8478233
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T18:41:23+00:00 2026-06-10T18:41:23+00:00

After lots of trial and error I finally got this email validation up on

  • 0

After lots of trial and error I finally got this email validation up on wordpress http://info.cfgt.com.au/diploma-of-management/sq1 but the regex seems to only “half” work.

Basically it will allow anything@anthing and doesn’t need the “.domain” at the end.

I’ve tried other regex strings but WordPress seems to ignore any regex over about 30 characters, and the shorter ones aren’t giving the goods.

<script>
jQuery(document).ready(function() {
jQuery('form').submit(function() {
email_address = jQuery('#inf_field_Email');           
email_regex = /^[a-z0-9\._]*[a-z0-9_]@[a-z0-9][a-z0-9\-\.]*[a-z0-9]\.[a-z]{2,6}$/i;
if(!email_regex.test(email_address.val())){
alert('Please enter a valid email');
return false;
}else{
alert('All Good!');
return true;
}
});
});
</script>

Any ideas?

Cheers,

John Detlefs

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T18:41:24+00:00Added an answer on June 10, 2026 at 6:41 pm

    I think better to use very simple regexp in javascript for email like this:

    /.*[a-90-1]+.*@.*[a-90-1]+.*\.[a-9]{2,6}/
    

    and check that email is valid on backend (php or what you using)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

in this posting http://www.badlogicgames.com/wordpress/?p=504 Mr. libgdx Mario writes: OpenGL from the ground up: an
I'm still entangled in error handling problems. After having read and tried lots of
After deploying WCF server (svc) on my Server, I have got this message when
I'm hoping this is quite a simple one, although after lots of Googling, I've
I am looking after an application with lots of LINQ to SQL queries. This
After lots of issues, finally I managed to configure log4net for my window service.
After inheriting some Zend Framework code it didn't work, after lots of fiddling I've
I'm opening lots of files with fopen() in VC++ but after a while it
I have made a script that adds files to a zip (after lots of
I'm still relatively new to CSS, but after lots of Stack Overflow reading, I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.