Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2011 at 20:31 UTC
Updated:
29 Dec 2011 at 21:10 UTC
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
Comment #1
merlinofchaos commentedSee http://api.drupal.org/api/drupal/includes--form.inc/function/drupal_get_... which should answer the question with real code.