Hi,
searching a mailchimp form using:

function example_form_alter(&$form, &$form_state, $form_id) {
  dsm($form_id);  // print form ID to messages
  dsm($form);  // pretty print array using Krumo to messages
}

returns nothing... any ideas?

Thanks

Comments

Funkwarrior created an issue. See original summary.

samuel.mortenson’s picture

Status: Active » Postponed (maintainer needs more info)

@Funkwarrior I've definitely used hook_form_alter on a Mailchimp signup form before, could you post the code you're using, and if you're putting this in theme, verify that the theme is the same as the theme used to display the form (frontend forms can't alter backend forms)?