I want to change layout of submit below the web form description. How do I change?
Actual Layout:
Title
webfom-client-form
body

Request Layout:
Title
body
webfom-client-form

CommentFileSizeAuthor
webform.jpg68.41 KBichien

Comments

quicksketch’s picture

Assigned: ichien » Unassigned
Category: bug » support

You need to theme node.tpl.php. You can do this by duplicating node.tpl.php and renaming it to node-webform.tpl.php. Then move around the data as necessary in the file. Clear your cache at admin/settings/performance. See the Drupal 6 theming handbook for more information. http://drupal.org/theme-guide/6

quicksketch’s picture

Status: Active » Closed (fixed)