Fieldsets for form #21948
nickdgreen
started this conversation in
Feature Request
Fieldsets for form
#21948
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Prerequisites
What problem is your feature request going to solve? Please describe.
When Creating a large form with many fields it would be great to be able to group data together in logical sections. In HTML this would be done with the
tags with the ability to label each Fieldset with a descriptive Name (Address Data, Personal Info, etc.).Describe the solution you'd like
It would be great if in designing a form one of the items you could add would be a Fieldset Start. Adding that item would automatically add a second item Fieldset End. Fields could then be dragged and dropped into the Fieldset. Perhaps a font or colour change for the Fieldset items would be of benefit to highlight they were different. A fieldset would have a border and the "normal" functionality and settings would be required type of border, width, colour, radius etc. The Fieldset would also need a "content" Lable potentially with a position parameter left centre right.
Describe alternatives you've considered
There doesn't appear to be any alternative other than using a different form plugin.
Additional context
No response
All reactions