diff --git a/edivorce/apps/core/templates/question/06_children_what_for.html b/edivorce/apps/core/templates/question/06_children_what_for.html
index 9a2cbbf0..2f67b85d 100644
--- a/edivorce/apps/core/templates/question/06_children_what_for.html
+++ b/edivorce/apps/core/templates/question/06_children_what_for.html
@@ -215,9 +215,60 @@
which sets out standard terms for most of the usual orders made in family cases.
+
+
+ What should I consider when determining parenting arrangements?
+
+
+
+
+
Parenting arrangements
+
+ If you and your spouse (married or unmarried) have dependent children
+ (usually under age 19), you need to make arrangements for taking care of the children when you
+ separate. Parenting arrangements include:
+
+
+ - who will make decisions about the children,
+ - where the children are going to live, and
+ - how much time the children will spend with each parent who is a guardian.
+
+
+
+
{% input_field type="textarea" name="order_respecting_arrangement" class="response-textarea form-control" maxlength="20000" rows="15"%}
+
+
If you are asking for an
+
+ order for child support
+
+ please describe what you are asking for.
+
+
+ Child support is determined according to the federal government’s
+
+ child support guidelines
+ . If you're not sure how to write what you are asking for, you can refer to the
+
+ The Supreme Court Family Order Pick List
+ which sets out standard terms for most of the usual orders made in family cases. Refer to the fact sheet
+
+ Child Support
+ by the Legal Services Society for more information.
+
+
+ {% input_field type="textarea" name="order_for_child_support" class="response-textarea form-control" maxlength="20000" rows="15"%}
+
+
{% endblock content %}
diff --git a/edivorce/fixtures/Question.json b/edivorce/fixtures/Question.json
index adf8611c..ffe23c24 100644
--- a/edivorce/fixtures/Question.json
+++ b/edivorce/fixtures/Question.json
@@ -829,12 +829,22 @@
},
{
"fields": {
- "name": "If you are asking for an order respecting parenting arrangements or contact please describe what you are asking for",
+ "name": "If you are asking for an order respecting parenting arrangements or contact please describe what you are asking for.",
"description": "For Step 6, Your children - What are you asking for",
"summary_order": 0,
"required": "Required"
},
"model": "core.question",
"pk": "order_respecting_arrangement"
+},
+{
+ "fields": {
+ "name": "If you are asking for an order for child support please describe what you are asking for.",
+ "description": "For Step 6, Your children - What are you asking for",
+ "summary_order": 0,
+ "required": "Required"
+ },
+ "model": "core.question",
+ "pk": "order_for_child_support"
}
]