Form.prefix You can put several Django forms inside one <form> tag. To give each Form its own
Field.get_bound_field(form, field_name) [source] Takes an instance of Form and
Form.non_field_errors() This method returns the list of errors from Form.errors that aren’t associated with a particular
Form.error_css_class
BoundField.value() [source] Use this method to render the raw value of this field as it would
Form.as_table() Finally, as_table() outputs the form as an HTML <table>. This is exactly the
Form.is_valid() The primary task of a Form object is to validate data. With a bound Form instance
Form.errors Access the errors attribute to get a dictionary of error messages:
Form.field_order New in Django 1.9. By
Form.as_ul() as_ul() renders the form as a series of <li> tags, with each <li>
Page 4 of 5