Hi All,
I am looking for a javascript which I'm not sure if is possible without Jquery.
What I want is an inline validation javascript which should do the following:
1) As I'll be using it in a form so the script will be doing the inline validation to check if the fields have the correct format of data typed in it. e.g. username, email, password, dob, phone number etc.
2) The User using the form doesnt have to go and submit the form to know that there are required fields which he needs to fill. i.e. Inline validation
3) In particular when entering the username the the user will be given a message if that username is available or not if not he will be given a few suggestions. ( I reckon there will a php backend script used for this )
I'm not sure if this is something which can be achieved but if there are some out there can anyone help me with some links or give an idea what can be done to achieve this.
Thanks
Bookmarks