I have created a form in LC with four required fields. When the fields are filled out and the signature field signed, I get error messages stating that the validation test failed on three of the four required fields. The one that doesn't fail is the date field.
The only validation on the required fields I can find in the XML code is a check for "not-null" and that is to return an error message reminding the user to fill in the fields.
Since the eSeminar yesterday, I have been reading about digitial signatures and this doesn't seems to be a check for seed values. I haven't set any seed values anyway.
Has anyone had this problem?
This didn't start happening until I added a signature field to the form. Do you think it's a problem with the required fields or the digital signature.
I am a rookie at scripting and am using JavaScript when I need to script.
Also, be careful with signatures and date fields the self-initialize to the current date. Such fields may invalidate signatures or cause other problems with signatures because they modify the form data on open.