There is a bug in how the submit button is retitled. This is causing a line of text "Ask Your Question" to show up above the submit button.

Comments

chipcleary’s picture

Patch attached and committed to 6.x-2.x-dev.

Was:

  $form['actions']['submit']['#value'] = t('Ask Your Question');

Changed to:

  $form['buttons']['submit']['#value'] = t('Ask Your Question');
chipcleary’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.