Browse Source

DIV-819: show/hide the appropriate questions based on class condition

pull/160/head
Benard Ebinu 7 years ago
parent
commit
fc2dc745bf
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      edivorce/apps/core/templates/question/06_children_what_for.html

+ 2
- 2
edivorce/apps/core/templates/question/06_children_what_for.html View File

@ -31,7 +31,7 @@
<label> <label>
{% if how_will_calculate_income != 'entered agreement' %} {% if how_will_calculate_income != 'entered agreement' %}
{% input_field type="radio" class="radio-centered radio-with-other radio_with_textbox" name="child_support_in_order" value="YES" data_target_class="support-amount-match" data_reveal_target="true" %}
{% input_field type="radio" class="radio-centered radio-with-other radio_with_textbox" name="child_support_in_order" value="YES" data_target_class="support-amount-match" data_reveal_class="true" %}
{% else %} {% else %}
{% input_field type="radio" class="radio-centered radio-with-other radio_with_textbox" name="child_support_in_order" value="YES" %} {% input_field type="radio" class="radio-centered radio-with-other radio_with_textbox" name="child_support_in_order" value="YES" %}
{% endif %} {% endif %}
@ -44,7 +44,7 @@
{% if how_will_calculate_income != 'entered agreement' %} {% if how_will_calculate_income != 'entered agreement' %}
<div class="radio"> <div class="radio">
<label> <label>
{% input_field type="radio" class="radio-with-other radio_with_textbox" name="child_support_in_order" value="NO" data_target_class="support-amount-match" data_reveal_target="false" %}We are not asking for child support to be included in the order
{% input_field type="radio" class="radio-with-other radio_with_textbox" name="child_support_in_order" value="NO" data_target_class="support-amount-match" data_reveal_class="false" %}We are not asking for child support to be included in the order
</label> </label>
<p> <p>
Please describe what arrangements have been made for the support of the child (ren)? Please describe what arrangements have been made for the support of the child (ren)?


Loading…
Cancel
Save