hi guy's...

i'm wondering how render webforms nodes into specific nodes.

i already probe something like this :

$node = node_load(1));
$node->title = NULL;
print node_view($node);

thanks in advance.

Comments

deekayen’s picture

fago published some related research about embedding content with subform_element at https://more.zites.net/embed-a-node-form-with-drupal-6

elkin_taharon’s picture

thanks deekayen, i'm gonna probe it this weekend :D

May the source be with you .....