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
| Comment | File | Size | Author |
|---|---|---|---|
| webform.jpg | 68.41 KB | ichien |
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
| Comment | File | Size | Author |
|---|---|---|---|
| webform.jpg | 68.41 KB | ichien |
Comments
Comment #1
quicksketchYou 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
Comment #2
quicksketch