Apart from fields, form component usually includes form_actions wrapper
for buttons, and form_errors block for error reporting. It
also supports enctype and method attributes,
which default to application/x-www-form-urlencoded and GET,
respectively.
When method of the form set to POST, CSRF token
is automatically included into output. To enforce omission of the token, set include_csrf to false.