validation plugin two fields as one
Hi,
I'm using the validation plugin by jorn, but I kinda needed to validate two text box, something like a serial number
XXXX-XXXXXX
So I separate them into a text box.
[Textbox(XXXX)]-[Textbox(XXXXXX)]
How do I make it work as one validation?
Thanks