diff --git a/edivorce/apps/core/templates/question/06_children_payor_medical.html b/edivorce/apps/core/templates/question/06_children_payor_medical.html
index 7d8bb7e6..72424afa 100644
--- a/edivorce/apps/core/templates/question/06_children_payor_medical.html
+++ b/edivorce/apps/core/templates/question/06_children_payor_medical.html
@@ -257,6 +257,34 @@
+
+
+
Are there any child support payments (
+
+ in arrears
+
+ ) that have not been paid (as of today's date) under an existing order or written agreement?
+
+
+
+
+
+
+
+
What is the amount as of today's date?
+
+ {% money_input_field name="child_support_arrears_amount" class="money form-control input-narrow" min="0" %}
+
+
{% endblock %}
diff --git a/edivorce/fixtures/Question.json b/edivorce/fixtures/Question.json
index 088d4c70..9c47db2d 100644
--- a/edivorce/fixtures/Question.json
+++ b/edivorce/fixtures/Question.json
@@ -1602,5 +1602,27 @@
},
"model": "core.question",
"pk": "whose_plan_is_coverage_under"
+},
+{
+ "fields": {
+ "name": "Are there any child support payments (in arrears) that have not been paid (as of today's date) under an existing order or written agreement?",
+ "description": "For Step 6, Your children - Payor & medical expenses",
+ "summary_order": 0,
+ "required": "Required"
+ },
+ "model": "core.question",
+ "pk": "child_support_payments_in_arrears"
+},
+{
+ "fields": {
+ "name": "What is the amount as of today's date?",
+ "description": "For Step 6, Your children - Payor & medical expenses",
+ "summary_order": 0,
+ "required": "Conditional",
+ "conditional_target": "child_support_payments_in_arrears",
+ "reveal_response": "YES"
+ },
+ "model": "core.question",
+ "pk": "child_support_arrears_amount"
}
]