Handle formdata processing in a property

This commit is contained in:
Montana
2019-01-07 09:33:08 -05:00
parent 1fcd27a4e0
commit c70202c33c
5 changed files with 25 additions and 26 deletions

View File

@@ -39,7 +39,7 @@
<label for='{{ field.name }}-{{ field.choices.index(choice) }}'>{{ choice[1] }}</label>
<div v-show="otherChecked">
<input type='text' name='{{ field.name}}_other' id='{{ field.name }}-other' v-bind:value="otherText" aria-expanded='false' />
<input type='text' name='{{ other_input_field.name}}' id='{{ field.name }}-other' v-bind:value="otherText" aria-expanded='false' />
</div>
{% endif %}
</li>