Question
Add new functions to Validation Form DW8
Using DW8, I've got a simple form with 4 text fields on it -
Meter, Date, Count, VerifyCount - and a Submit button. I've added
Form Validation to the fields to make them all required and the
Count and VerifyCount required to be a number. What I want to do is
modify the JS that DW8 added (function MM_validateForm) to make it
1. Validate that the Date field is actually a date and 2. Compare
Count and VerifyCount fields match. If not, then provide an error
message like any other validate error in the script.
The javascript code is attached that is created by DW8 for Form Validate - looks standard for number of fields... so really looking to add two new validation types.
--Thanks--
The javascript code is attached that is created by DW8 for Form Validate - looks standard for number of fields... so really looking to add two new validation types.
--Thanks--
