Hi all,
I’m writing my first advanced form using the django’s forms and bootstrap[1].
The final form shall look like this:
HEADING 1 (e.g. General Data)
Spacer (-> __________________)
Label1 Formfield1
Label2 Formfield2
Label3 Formfield3
HEADING 2 (e.g. Advanced Data)
Spacer (-> __________________)
Label4 Formfield4
Label5 Formfield5
Label6 Formfield6
HEADING 3 (e.g. Even More Advanced Data)
Spacer (-> __________________)
Label7 Formfield7
Label8 Formfield8
Label9 Formfield9
Of course I could just write a HTML template and put the labels and formfields inside. So just curious: Is there any “django-way” for headings and spacers like e.g. a simple line to seperate parts of the form from each other (on the same webpage)?
BR,
Toni