I\'m using the validator plugin found here to validate a form.
Problem I\'m having is if I put the following around a form input element the validation fails:
There are two things you can do.
1) you can statically set value, which does not fail validation, for this input field like
2) If you want to neglate this value in your validation method.
I would appreciate if you could provide more detail code.