I’m trying to set the value of a submit button, from the default one (the name of the element) that Zend_Form assigns it.
Does anyone know the reason this isn’t working:
$button = new Zend_Form_Element_Submit('login_button');
$button->setValue('Login');
To change label of submit button use this: