By pcave on
This is truly odd. Changing the #value of the default comment form's submit button prevents the form from submitting correctly. I'm making the change via themeing like so:
$form['submit']['#value'] = t('Some value other then save');
Anyone else ever experience something like this?
Comments
...
See "Why changing button labels through theming is bad".
Thanks
I made the change in hook_form_alter and now everything works great.