Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grouping fields #178

Open
geoffroy-noel-ddh opened this issue Mar 16, 2016 · 2 comments
Open

Grouping fields #178

geoffroy-noel-ddh opened this issue Mar 16, 2016 · 2 comments

Comments

@geoffroy-noel-ddh
Copy link

It would be nice to be able to group fields together on the form. Groups could have their own headings (e.g. "Contact information" for fields like first name, last name, ...) or be displayed on separate pages.

One possible way to define groups in the admin would be add them to the fields list and use a special field type: e.g. 'field group'.

This would be very useful for longer forms.

@felixcheruiyot
Copy link

Great feature and this will make it even powerful. There should also be away of re-ordering the sections on preference.

@barseghyanartur
Copy link
Contributor

barseghyanartur commented Nov 2, 2016

@geoffroy-noel-ddh:

Regarding grouping fields together. There's a name for that in HTML. It's called fieldset. Every form builder package initially aims to support it one day, but none so far got there. Don't expect it to be done any time soon.

Regarding displaying forms on different pages. In Django they are called form wizards. See the following feature matrix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants