Hello,
I have recently been using the module webform. I have installed it just fine, inside the admin I have set up the forms I want to use.
The problem I have is in actually outputing the form in the HTML. In the node.tpl.template inside the $node or the $content there is no sign of the actual HTML code of the form. I can see the structure of the form in the $node as this :
[components] => Array
(
[1] => Array
(
[nid] => 259
[cid] => 1
[form_key] => nom
[name] => Nom
[type] => textfield
[value] =>
[extra] => Array
(
[disabled] => 0
[width] =>
[maxlength] =>
[field_prefix] =>
[field_suffix] =>
[description] =>
[attributes] => Array
(
)
Read »
(
[1] => Array
(
[nid] => 259
[cid] => 1
[form_key] => nom
[name] => Nom
[type] => textfield
[value] =>
[extra] => Array
(
[disabled] => 0
[width] =>
[maxlength] =>
[field_prefix] =>
[field_suffix] =>
[description] =>
[attributes] => Array
(
)
)









