Validation Plugin - newbie help please
This is really simple but I am a clone when it comes to regex. I need a simple method for validating that a name field contains at lease two names. In otherwords, I need to check for the existence of a space character. This is pretty standard for name-on-credit-card fields as cc processors require two fields but most forms just have a single input field called name on card.
Any help is greatly appreciated.