Closed (fixed)
Project:
Webform
Version:
6.x-2.4
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2009 at 02:36 UTC
Updated:
21 Dec 2009 at 22:21 UTC
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