Closed (won't fix)
Project:
Webform
Component:
Miscellaneous
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Aug 2009 at 13:37 UTC
Updated:
10 Jan 2010 at 07:23 UTC
Seeking the need to nest fields at a 3rd level.
I love webform. Best solution to create webforms in drupal.
Clients with very long forms often want to nest specifics under a field in a group. example...
- Field Group -
-- Text Field (Phone) --
---- Select Field (Work or Home, nested or child of Phone) ----
The only thing that I would like to see is a visual indentation for the user. Linear form results would be fine for the admin.
Comments
Comment #1
crutch commented...yes can be done with theming but would save time to easily indent without going into the css.
Comment #2
quicksketchSorry for the mean time you'll simply have to use CSS. You could also nest fieldsets and add CSS to make it so that nested fieldsets do not show titles or borders, achieving the look you want and making it easily reproducible for your administrator.