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 6667783
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T02:58:11+00:00 2026-05-26T02:58:11+00:00

I use a registration form that asks users to enter their full name into

  • 0

I use a registration form that asks users to enter their full name into one input field. A php class then parses their first and last name and inserts to our db. I just found out our billing system doesn’t like receiving just a first name so I have to validate the form field and make sure there are two strings entered. This is a fiddle of a basic input with validation but i’m not to good and writing a rule to check for two strings. Any help would be appreciated

Thanks

http://jsfiddle.net/peter/4X3mx/1/

  • 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-05-26T02:58:12+00:00Added an answer on May 26, 2026 at 2:58 am

    You could try with:

    $(document).ready(function() {
        $("#btn").click(function(e) {
            if (/\w+\s+\w+/.test($("#cname").val())) {
                alert("good");
            } else {
                alert("bad");
            }
    
            e.preventDefault();
        });
    
    });
    

    Fiddle: http://jsfiddle.net/YrFfG/

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

Sidebar

Related Questions

We use Captcha control in a registration form that we make full client validation
I designed a registration form that users can use for registration. When the user
I try to use PHPMailer to send registration, activation. etc mail to users: require(class.phpmailer.php);
I need to create some simple form that will be use to registration a
I want to use jQuery Masked Input Plugin (http://digitalbush.com/projects/masked-input-plugin/) in my registration form. My
I am creating a registration form using PHP and jquery with ajax. Each field
we use super-long Hashes for the Registration of new Users in our Application. The
I am using a third party shopping cart that sends a registration form to
I have a php function in a php page called encrypt_password that I use
I have a product registration form that allows the user to add additional product

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.