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 72424afa..9c0ed424 100644 --- a/edivorce/apps/core/templates/question/06_children_payor_medical.html +++ b/edivorce/apps/core/templates/question/06_children_payor_medical.html @@ -177,7 +177,10 @@
@@ -187,7 +190,7 @@ {% input_field type="radio" class="radio-with-other radio_with_textbox" name="child_support_in_order" value="NO" data_target_id="does_amount_match" data_reveal_target="false" %}We are not asking for child support to be included in the order

- Please describe what arrangements have made for the support of the child (ren)? + Please describe what arrangements have been 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" %}

diff --git a/edivorce/fixtures/Question.json b/edivorce/fixtures/Question.json index 9c47db2d..bab90463 100644 --- a/edivorce/fixtures/Question.json +++ b/edivorce/fixtures/Question.json @@ -1535,6 +1535,18 @@ "model": "core.question", "pk": "child_support_in_order" }, +{ + "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": "Conditional", + "conditional_target": "child_support_in_order", + "reveal_response": "YES" + }, + "model": "core.question", + "pk": "order_monthly_child_support_amount" +}, { "fields": { "name": "We are not asking for child support to be included in the order",