What is the monthly child support amount
+
+ proposed in the order
+
+ to be paid by ?
+
+
+
+
+
+ {% if how_will_calculate_income != 'entered agreement' %}
+
+
+
+ Please describe what arrangements have made for the support of the child (ren)?
+ {% input_field type="textarea" name="child_support_in_order_reason" class="other-textbox response-textarea form-control" tabindex="-1" maxlength="500" rows="3" %}
+
{% endblock %}
diff --git a/edivorce/fixtures/Question.json b/edivorce/fixtures/Question.json
index d539b32a..bdbc887e 100644
--- a/edivorce/fixtures/Question.json
+++ b/edivorce/fixtures/Question.json
@@ -1524,5 +1524,25 @@
},
"model": "core.question",
"pk": "payor_monthly_child_support_amount"
+},
+{
+ "fields": {
+ "name": "What is the monthly child support amount proposed in the order to be paid by",
+ "description": "For Step 6, Your children - Payor & medical expenses",
+ "summary_order": 0,
+ "required": "Required"
+ },
+ "model": "core.question",
+ "pk": "child_support_in_order"
+},
+{
+ "fields": {
+ "name": "We are not asking for child support to be included in the order",
+ "description": "For Step 6, Your children - Payor & medical expenses",
+ "summary_order": 0,
+ "required": "Conditional"
+ },
+ "model": "core.question",
+ "pk": "child_support_in_order_reason"
}
]