Persist text input for the field

This commit is contained in:
Montana
2019-01-04 09:57:23 -05:00
parent c5007d9edb
commit 62ac2642ae
3 changed files with 7 additions and 5 deletions

View File

@@ -29,12 +29,12 @@
<h3>About Your Project</h3>
{{ OptionsInput(form.app_migration) }}
{{ OptionsInput(form.native_apps) }}
{{ MultiCheckboxInput(form.complexity) }}
{{ MultiCheckboxInput(form.complexity, form.complexity_other) }}
<hr>
<h3>About Your Team</h3>
{{ MultiCheckboxInput(form.dev_team) }}
{{ MultiCheckboxInput(form.dev_team, form.dev_team_other) }}
{{ TextInput(form.dev_team_other) }}
{{ OptionsInput(form.team_experience) }}