I've already found the answer to my question regarding validating the contents of a field and there seems to be plenty of ways to go about this. I love the mask function! One question remains though: From what I can gather, the form will not be submitted until the entries match the predefined mask?
My next question is if there's a function that auto skips to the next field when a field reaches it's max number of characters. (i.e. if there are multiple fields for phone number, i'd like the cursor/marker to skip to the next field). Is there such a function or can this be added by some custom tweaking?
Last but not least I would like the submit-button to be deactivated once it's been hit, to prevent the form being sent multiple times (people these days are too impatient).
Anyone who can help me out with these questions?
Thanks in advance
Axel