Form
These are the form filters available throughout your templates.
Start Form Tag (start_form)
Example:
{{ form | start_form }}
This code will create your opening form tag.
End Form Tag (end_form)
Example:
{{ form | end_form }}
This code will create your ending form tag.
Submit Tag (submit_tag)
Example:
{{ form | submit_tag }}
This code will create your submit tag.
Field Type Tag (field_type)
Example:
{{ form.field | field_type }}
This code will create your field tag based on the type of the field.