I have created a custom Zend_Form with validators.
After the validation and validation failed all the fields get their submitted values.
This is OK for some fields but not for others.
How can I leave some fields blank after an unsuccessful validation.
I have created a custom Zend_Form with validators. After the validation and validation failed
Share
well you can set it manually like this
in side the form use
outside the form use