Hello,

I have searched d.org but cannot find the answer.

 

I'm converting a D5 module to D6, but cannot succeed into passing some
arguments when calling the form.

 

$output = drupal_get_form('mymodule_form', $arguments_array);

 

function mymodule_form($arguments_array) {

//

  '#defualt_value' => $arguments_array['name'],
//

}

 

If I'm not mistaken nothing changed at this point with D6.

Thanks.

Reply via email to