Home | History | Annotate | Download | only in docs

Lines Matching full:form

102     them ids) to identify the form.  See `Form Submissions <#form-submissions>`_ for
103 more on the form objects.
116 Form Submissions
120 form::
123 form = res.forms[0]
128 form['name'] = 'Bob'
130 form.set('age', '45', index=1)
135 form.submit()
137 form.submit('submit_button_name')