I love the script its helped me so much but I need to apply some simple validation. I've taken a look at the form.html , but has anyone sucessfully applied validation and can provide some tips?
I'm seeking the validate things like email, telephone, mobile, etc..
Many Thanks!
Al.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you looked at the html you saw that some validation is already performed. It all depends on what you want to do. Anything is possible but it will be custom code.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey,
I love the script its helped me so much but I need to apply some simple validation. I've taken a look at the form.html , but has anyone sucessfully applied validation and can provide some tips?
I'm seeking the validate things like email, telephone, mobile, etc..
Many Thanks!
Al.
If you looked at the html you saw that some validation is already performed. It all depends on what you want to do. Anything is possible but it will be custom code.
Hey, thanks for the reply. I ended up using "Really Easy Validation" (http://tetlaw.id.au/view/javascript/really-easy-field-validation) it took about 5 mins to setup and provides excellent validation and integrates really well with the forms.