Try overriding the isValid function and always return true.

public function isValid($value, $context = null)
{
    return true;
}
-- 
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/custom-form-element-not-shown-after-unsuccessful-form-validation-tp661961p3229583.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to