/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
module_load_include('inc', 'node', 'node.pages'); // Mock the node type $node = new stdClass(); $node->type = '{node type}'; $form = drupal_get_form('{node type}_node_form', $node); return $form;