{% extends "docs.html" %} {% block docs_fragment %}
no function for generating html output of forms. doing this is left to the user of the library.

form_iter(form): returns the field in python iter

lists the field in the order with which they were written in python.

each field object returned by the function before has this attributes

ft: field type
label: label
sname: the name of field written in python
n: name of the form

defaults of each field is gotten by calling deffunc attribute of the form object.:
   serv_form.deffunc(serv_form, sname)

sname is gotten as mentioned above

{% endblock %}