I have an xslt file that outputs a form onto a webpage. I was wondering if anyone could give me guidance on how I would add some validation to the form fields so that the E-mail address had to be an E-Mail and First name only had characters A-Z. I tried Regular Expressions but had no luck. Any help would be greatly appreciated.
Form Validation XSLT
Hi There,
I have an xslt file that outputs a form onto a webpage. I was wondering if anyone could give me guidance on how I would add some validation to the form fields so that the E-mail address had to be an E-Mail and First name only had characters A-Z. I tried Regular Expressions but had no luck. Any help would be greatly appreciated.
Thank You. My code is posted below.
Take a look at jQuery Validate http://docs.jquery.com/Plugins/validation
is working on a reply...