Posted by upupax on April 8, 2009 at 3:56pm
Is it possible?
I call drupal_get_form function, but only my custom fields are displayed!
There is no title field and no submission button.
Is it possible?
I call drupal_get_form function, but only my custom fields are displayed!
There is no title field and no submission button.
Comments
I got this
I got this using
module_load_include('inc', 'node', 'node.pages');$form_html = node_add('my_content_type');
but authenticated users don't see the form.