Each Form and FieldEntry instance has corresponding Field instances - those
are where the labels are stored. Each Field instances has a Form ID, and
each FieldEntry instance has a Field ID.
Your final code might end up pulling out all the Field instances in the
view, passing them to the templat
I have an app that uses django-forms-builder. I have got it to display the
completed forms without the labels. How do I get it to match the labels
next to the fields within my template.
urls.py
url(r'^forms/get/(?P\d+)/$', 'gws.views.form', name='form'),
views.py
def form(request, form_entry
2 matches
Mail list logo