I have created a form in Dreamweaver and the form works however a message comes up that says:
Form Error(s):
FIELD: comments -> ERROR: string cannot be empty
How do I make the "comments" field in my form NON-required?
I deleted the "required.add('comments','NOT_EMPTY');"
in my validation script and yet it STILL requires that the visitor fill in the "comments" field.
any suggestions on how to validate the "comments" field to where it is NOT necessary to fill out the comments field would be most appreciated.
TIA
Miss Swizzy
Form Error(s):
FIELD: comments -> ERROR: string cannot be empty
How do I make the "comments" field in my form NON-required?
I deleted the "required.add('comments','NOT_EMPTY');"
in my validation script and yet it STILL requires that the visitor fill in the "comments" field.
any suggestions on how to validate the "comments" field to where it is NOT necessary to fill out the comments field would be most appreciated.
TIA
Miss Swizzy