By DrupalNovice on
Hi!
The drupal_get_form and drupal_retrieve_form returns empty arrays.
Code:
$output = drupal_get_form('user_profile_form');
print_r($output);
If you have got these functions to work, share your experience!!
Hi!
The drupal_get_form and drupal_retrieve_form returns empty arrays.
Code:
$output = drupal_get_form('user_profile_form');
print_r($output);
If you have got these functions to work, share your experience!!
Comments
Noone used these functions??
Noone used these functions??
For a solution, see this
For a solution, see this page