form test intro

This form test tests the following fts: bool_ft, choice_ft and multichoice_ft. These fts enable a user to enter choices and in some cases make choices between given choices. It also tests fts with default values and fts without default values.

{%csrf_token%} {{form_three_html|safe}}
{% for k, v in post_data.items %}
{{k}}

'{{v}}'

{% endfor %}