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

mooffie’s picture

I'm making the change via themeing

See "Why changing button labels through theming is bad".

pcave’s picture

I made the change in hook_form_alter and now everything works great.