array( ':form_id' => $form['#node']->type . '_node_form', )))->fetchField(); if ($using_captcha) { $form['captcha'] = array( '#title' => t('CAPTCHA'), '#weight' => $form['buttons']['#weight'] - 1, ); } }