Search results

  1. D

    phone validation

    Hi all, I am trying to figure out javascript for mobile / home validation. Just to let you know, it must be equal to 11 digits (already done it) and accept only NUMERICAL characters, so letters are not accepted once validated or when you input data. My issue: I don't know how to add rule...
  2. D

    Contact form validation

    Well, I just misunderstood your message, but I've managed to do that as I said. I just wonder how to put two codes into one. Is that so hard for you to help me? I had validated whole contact form exempt mobile length and numerics only. I came here seeking for help, not for criticism. If you know...
  3. D

    Contact form validation

    Right so how many code should look like as I'm confused with your explanation :) I have also found some examples of validating length and also format so do you have any idea how I could combine these two into one code so it will validate for 11 digits, and numerical characters only...
  4. D

    Contact form validation

    If I would like to use jQuery or other plugins, I would use it as now I understand it. Before starting with jQuery I had some code in JavaScript (normal one, not plugin), and found some tutorials so I have managed to do validate my form without using jQuery. Now, this is the question: I have...
  5. D

    Contact form validation

    Hi every1, First of all, I have no idea how to create javascript. I have to create contact form (I have already built it, any1 know why i cannot attach it?) validated by JavaScript following client requirments as shown below: First Name- Mandatory – make sure that an entry has been...
Top