Community & Support

Embed node submission form in a node content

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.