I have a form with a field
that I don’t want to show on the page. In the template I don’t use {{ form }}
, but {{ form.field }}
where field
is every model field that I want to be seen by users.
The problem here is that if you know what to use and you know forms a bit, you will find a solution in no time. Others, join me!
Read More »