In D6, you put
$form_state['args'] => array();
to pass arguments into drupal_get_form(). That doesn't seem to be working in D7, and the example module doesn't have a form that has args. How do I do this?

Comments

merlinofchaos’s picture

Status: Active » Fixed

See http://api.drupal.org/api/drupal/includes--form.inc/function/drupal_get_... which should answer the question with real code.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.