{% extends "docs.html" %} {% block docs_fragment %}
form_iter(form)
: returns the field in python iter
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