Bootstrap 4 Multifield Equivalent

Viewed 258

Django Crispy Forms has a multifield layout for the uni-form template pack - https://django-crispy-forms.readthedocs.io/en/latest/layouts.html#uni-form-layout-objects. Errors in the form are shown in a list at the top of the form. Whereas normally errors are shown beneath the field they concern.

It doesn't seem such an option is supported in bootstrap4 (having read the docs for the first time) so I wondered if anybody knew a way of achieving this easily?

0 Answers
Related