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
You could try with:
Fiddle: http://jsfiddle.net/YrFfG/