Active
Project:
Floating Windows
Version:
6.x-1.2-beta1
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2009 at 11:57 UTC
Updated:
28 Aug 2009 at 11:57 UTC
I created a form using webform module.
The form Id is 415. I tried to provide 415 or webform_client_form_415 as parameter and it is saying that it is not existing.
I tried also to create a :
function phptemplate_load_my_node() {
$output = node_view(415);
return $output;
}
Inserting the name load_my_node or phptemplate_load_my_node does nothing except saying that those functions are not existing.
I think I missed a big concept here.