Answer the question
In order to leave comments, you need to log in
How to manually render a django form?
How to manually render form fields in Django? I want to group them in the layout, and connect google maps to enter the address. If I take all form fields generated in html and store their id/name, will the form work?
I am currently displaying with the tag{{ form|bootstrap}}
Answer the question
In order to leave comments, you need to log in
{% for field in from %}
{{ field }}
{% endfor %}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question