Do you have a
+
+ court order
+
+ about parenting and support of the children?
+
+
+
+
+
+
+
+
+ Refer to that separation agreement or court order when filling out the documents for divorce.
+ You'll also need to attach a copy as an
+
+ exhibit
+
+ you file with the court.
+
+
+ If you wish to file your separation agreement, the parts of the agreement that deal with parenting and
+ support can be enforced as if they were in a court order. More information on
+
+ how to file your agreement
+
+ can be found on the Family Law website.
+
+
+
+
{% endblock content %}
diff --git a/edivorce/fixtures/Question.json b/edivorce/fixtures/Question.json
index e3c95666..45699e38 100644
--- a/edivorce/fixtures/Question.json
+++ b/edivorce/fixtures/Question.json
@@ -816,5 +816,15 @@
},
"model": "core.question",
"pk": "have_separation_agreement"
+},
+{
+ "fields": {
+ "name": "Do you have a court order about parenting and support of the children?",
+ "description": "For Step 6, Your children - What are you asking for",
+ "summary_order": 0,
+ "required": "Required"
+ },
+ "model": "core.question",
+ "pk": "have_court_order"
}
]