Hi

I'm trying to make a form with the webform module but now i have a problem when i see the form with our theme the form(fields +submit) isn't shown but when i look with the garland theme the form is beautifully shown.
Did anyone have an idea what's the problem?

Many thanks

Miracle Men

Comments

Miracle_Men’s picture

Assigned: Miracle_Men » Unassigned
Miracle_Men’s picture

quicksketch’s picture

Status: Active » Closed (fixed)

Pruning the issue queue. Sorry you weren't able to receive a response to this problem.

ha5bro’s picture

I had a similar problem, due to the way my theme framework is set up.

Instead of the regular content snippet

<?php print $content ?>

I had a pre-configured snippet that called for

<?php print $node->content['body']['#value'] ?>

I just replaced my content variable because I don't need anything custom for the job I'm working on now. If I needed to keep a custom node.tpl.php, I would just create a new node-webform.tpl.php with the regular content snippet.

Hope this helps somebody. Cost me an hour or so, shucks.

dmurphy’s picture

Thanks for the fix!