Skip to content

Instantly share code, notes, and snippets.

@kasperg
Created March 7, 2011 12:45
Show Gist options
  • Save kasperg/858461 to your computer and use it in GitHub Desktop.
Save kasperg/858461 to your computer and use it in GitHub Desktop.
function mymodule_form_alter(&$form, &$form_state, $form_id) {
if (strpos($form_id, 'webform_client_form') === 0) {
//Do stuff
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment