Closed (duplicate)
Project:
Webform
Version:
6.x-2.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2009 at 16:36 UTC
Updated:
31 Jul 2009 at 01:01 UTC
How can i move the description of a field (by default under the field) and place it between the title of the field and the field?
Thanks
Greg
Comments
Comment #1
omerida commentedyou can do this for all drupal forms with the theme_form_element hook
Comment #2
gregius commentedI suppose it's in the form.inc that i find it... But i don't know what i have to change...
Comment #3
gregius commentedanybody?
Comment #4
kevin.gomes commentedSee this http://groups.drupal.org/node/18957
You'll have to place the code that handles the description field as per your requirement.
Comment #5
danepowell commentedduplicate of #284431: Add option to place descriptions above fields