Drupal: what's the Drupal id for the "Save Button" ?
- by Patrick
hi,
what's the hook for the Save Button in Drupal ?
I've tried
$form['submit']['#weight'] = -50;
But it doesn't work.
I'm sure the template.php file works because for example:
$form['author']['#weight'] = -50;
works.
Thanks