|
|
|
@ -257,6 +257,34 @@ |
|
|
|
</label> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="question-well"> |
|
|
|
<h3>Are there any child support payments ( |
|
|
|
<span class="tooltip-link" |
|
|
|
data-toggle="tooltip" data-placement="right" data-html="true" |
|
|
|
title=" |
|
|
|
<b>In arrears</b> |
|
|
|
<p>Arrears are past support payments that haven't been paid.</p> |
|
|
|
"> |
|
|
|
in arrears <i class="fa fa-question-circle" aria-hidden="true"></i> |
|
|
|
</span> |
|
|
|
) that have not been paid (as of today's date) under an existing order or written agreement?</h3> |
|
|
|
<div class="btn-radio-group" data-toggle="buttons"> |
|
|
|
<label class="btn btn-radio"> |
|
|
|
{% input_field type="radio" name="child_support_payments_in_arrears" autocomplete="off" value="YES" data_target_id="arrears_amount_question" data_reveal_target="true" %} Yes |
|
|
|
</label> |
|
|
|
|
|
|
|
<label class="btn btn-radio"> |
|
|
|
{% input_field type="radio" name="child_support_payments_in_arrears" autocomplete="off" value="NO" data_target_id="arrears_amount_question" data_reveal_target="false" %} No |
|
|
|
</label> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="question-well" id="arrears_amount_question" hidden> |
|
|
|
<h3>What is the amount as of today's date?</h3> |
|
|
|
<div class="dollar-prefix"> |
|
|
|
{% money_input_field name="child_support_arrears_amount" class="money form-control input-narrow" min="0" %} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{% endblock %} |
|
|
|
|
|
|
|
|
|
|
|
|