Skip to content

Instantly share code, notes, and snippets.

@heddn
Created October 3, 2013 16:52
Show Gist options
  • Select an option

  • Save heddn/6813078 to your computer and use it in GitHub Desktop.

Select an option

Save heddn/6813078 to your computer and use it in GitHub Desktop.
example validate and submit handlers
$form['#validate'] = array(
'user_login_name_validate',
'rules_forms_event_validate',
'example_login_final_validate',
);
$form['#submit'][] = 'example_login_cart_convert';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment