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

crutch’s picture

...yes can be done with theming but would save time to easily indent without going into the css.

quicksketch’s picture

Status: Active » Closed (won't fix)

Sorry 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.