What's the default weight of a form's submit element? –
drupal.stackexchange.com
The following code is fairly standard for adding a submit button to the
bottom of a form: // Submit button. $form['submit'] = array( '#type' =>
'submit', '#value' => t('Save'), ); It …
No comments:
Post a Comment