<divclass="radio"><label>{% input_field type="radio" class="radio-with-other radio_with_textbox" name="lived_in_bc_you" value="Moved to B.C. on" %}Moved to B.C. on
{% if moved_to_bc_date_you_error %}{% include 'partials/required.html' %}{% endif %}
<divclass="radio"><label>{% input_field type="radio" class="radio-with-other radio_with_textbox" name="lived_in_bc_spouse" value="Moved to B.C. on" %}Moved to B.C. on
<divclass="radio"><label>{% input_field type="radio" class="radio-with-other radio_with_textbox" name="lived_in_bc_spouse" value="Moved to B.C. on" %}Moved to B.C. on{% if moved_to_bc_date_spouse_error %}
<divclass="radio"><label>{% input_field type="radio" class="radio-with-other" name="lived_in_bc_spouse" value="Does not live in B.C." %}Does not live in B.C.</label></div>
<p>In order to apply for a divorce in B.C., you or your spouse must have been a regular resident in B.C (the legal term is ordinarily resident
<h3>When did you and {% if name_spouse %} {{ name_spouse }} {% else %} your spouse {% endif %} begin to live together in a marriage-like relationship?</h3>
<divid="lived_together"class="question-well {% if when_were_you_live_married_like_error %}error{% endif %}">
<h3>When did you and {% if name_spouse %} {{ name_spouse }} {% else %} your spouse {% endif %} begin to live together in a marriage-like relationship?
{% if when_were_you_live_married_like_error %}{% include 'partials/required.html' %}{% endif %}</h3>
{% if married_marriage_like == 'Legally married' %}
<divclass="question-well">
<divclass="question-well {% if where_were_you_married_city_error or where_were_you_married_country_error or where_were_you_married_other_country_error %}error{% endif %}">
<h3>Where were you married?</h3>
<p>Enter the location as it appears on the marriage certificate (e.g. city, province or state and country)</p>
<p>City</p>
<p>City{% if where_were_you_married_city_error %}{% include 'partials/required.html' %}{% endif %}</p>
<p>Country{% if where_were_you_married_country_error or where_were_you_married_other_country_error %}{% include 'partials/required.html' %}{% endif %}</p>
<p>Now we’d like to learn about the details of your marriage history. Make sure you have a copy of your marriage certificate. You will need this to provide us with the exact date of your marriage.</p>
<h3>There is no possibility my spouse and I will get back together (reconciliation).</h3>
<divclass="question-well {% if no_reconciliation_possible_error %}error{% endif %}">
<h3>There is no possibility my spouse and I will get back together (reconciliation).
{% if no_reconciliation_possible_error %}{% include 'partials/required.html' %}{% endif %}
</h3>
<p>
For this question, we need to confirm that there is no chance you and your spouse will be getting back together.
By selecting "I agree" this shows the court that you and your spouse have thoroughly thought out your request for divorce.
</p>
{% if no_reconciliation_possible_error %}<divclass="warning"><p>* In order to process your application, you must agree to this condition. If you can not agree,
please consult a lawyer.</p></div>{% endif %}
<divclass="checkbox-group">
<divclass="checkbox">
<label>
@ -25,7 +29,7 @@
</div>
</div>
<divclass="question-well">
<divclass="question-well {% if no_collusion_error %}error{% endif %}">
<p>
We are legally required to ask whether or not you and {% if name_spouse %} {{ name_spouse }} {% else %} your spouse {% endif %}
have agreed to deceive the court. This is called “<spanclass="tooltip-link"data-toggle="tooltip"data-placement="right"data-html="true"
@ -33,7 +37,11 @@
in any way (for example, saying that you’ve been separated for longer than you have been). It is a legal requirement that you confirm you
are providing accurate and complete information.">collusion<iclass="fa fa-question-circle"aria-hidden="true"></i></span>
”. An example of collusion is when a couple agrees to lie about the date of separation to speed up the divorce process.
{% if no_collusion_error %}{% include 'partials/required.html' %}{% endif %}
</p>
{% if no_collusion_error %}
<divclass="warning"><p>* In order to process your application, you must agree to this condition. If you can not agree,
for spousal support as follows:{% if spouse_support_details_error %}{% include 'partials/required.html' %}{% endif %}
</h3>
{% input_field type="textarea" name="spouse_support_details" rows="8" cols="65" class="response-textarea" placeholder="Please enter the spousal support details that you want to appear in the order issued by the court." %}
<p>
@ -151,9 +151,10 @@
</div>
<divclass="question-well">
<divclass="question-well {% if spouse_support_act_error %}error{% endif %}">
{% if married_marriage_like == "Legally married" %}
<h3>Please indicate which act you are asking for support under.</h3>
<h3>Please indicate which act you are asking for support under.{% if spouse_support_act_error %}{% include 'partials/required.html' %}{% endif %}
<divclass="question-well {% if address_to_send_official_document_street_you_error or address_to_send_official_document_city_you_error or address_to_send_official_document_country_you_error or address_to_send_official_document_other_country_you_error %}error{% endif %}">
<div>
<h3>What is the best address to send you official court documents?</h3>
<h2>Your Contact Information</h2>
<p>House and street number</p>
<p>House and street number{% if address_to_send_official_document_street_you_error %}{% include 'partials/required.html' %}{% endif %}</p>
<p>Country{% if address_to_send_official_document_country_you_error or address_to_send_official_document_other_country_you_error %}{% include 'partials/required.html' %}{% endif %}</p>
<divclass="question-well {% if address_to_send_official_document_street_spouse_error or address_to_send_official_document_city_spouse_error or address_to_send_official_document_country_spouse_error or address_to_send_official_document_other_country_spouse_error %}error{% endif %}">
<div>
<h2>Your Spouse's Contact Information</h2>
<p>House and street number</p>
<p>House and street number{% if address_to_send_official_document_street_spouse_error %}{% include 'partials/required.html' %}{% endif %}</p>
{% if married_marriage_like == "Legally married" %}
<divclass="question-well">
<h2>Divorce is to take effect on:</h2>
<divclass="question-well {% if divorce_take_effect_on_error or divorce_take_effect_on_specific_date_error %}error{% endif %}">
<h2>Divorce is to take effect on: {% if divorce_take_effect_on_error %}{% include 'partials/required.html' %}{% endif %}</h2>
<divclass="radio"><label>{% input_field type="radio" class="radio-with-other" name="divorce_take_effect_on" value="the 31st day after the date of this order" data_target_id="take_effect_alert" data_reveal_target="false" %}the 31st day after the date of this order</label></div>
<divclass="radio">
<label>{% input_field type="radio" class="radio-with-other" name="divorce_take_effect_on" value="specific date" data_target_id="take_effect_alert" data_reveal_target="true" %}a specific date
{% if divorce_take_effect_on_specific_date_error %}{% include 'partials/required.html' %}{% endif %}
<spanclass="input-group date date-picker-group"data-allow-future-date="true">
"name":"Will you be able to provide proof of your marriage (in the form of an original or certified marriage certificate or registration of marriage)?",
"description":"For pre-qualification step 5, Form 1 2. Divorce section D, Form 38(joint and sole) question 4",
"summary_order":10,
"required":"Conditional",
"conditional_target":"married_marriage_like",
"reveal_response":"Legally married"
"required":"Required"
},
"model":"core.question",
"pk":"original_marriage_certificate"
@ -158,9 +156,7 @@
"name":"What is your reason (grounds) for asking for a divorce?",
"description":"For pre-qualification step 6",
"summary_order":15,
"required":"Conditional",
"conditional_target":"married_marriage_like",
"reveal_response":"Legally married"
"required":"Required"
},
"model":"core.question",
"pk":"divorce_reason"
@ -369,9 +365,7 @@
"name":"When were you married?",
"description":"For step 4, Form 1 1. Relationship history, Form 52 Court orders that section",
"summary_order":35,
"required":"Conditional",
"conditional_target":"married_marriage_like",
"reveal_response":"Legally married"
"required":"Required"
},
"model":"core.question",
"pk":"when_were_you_married"
@ -391,9 +385,7 @@
"name":"Where were you married?",
"description":"For step 4, Form 1 2. Divorce section A, Form 52 Court orders that section",
"summary_order":37,
"required":"Conditional",
"conditional_target":"married_marriage_like",
"reveal_response":"Legally married"
"required":"Required"
},
"model":"core.question",
"pk":"where_were_you_married_city"
@ -403,9 +395,7 @@
"name":"Where were you married? Prov",
"description":"For step 4, Form 1 2. Divorce section A, Form 52 Court orders that section",
"summary_order":38,
"required":"Conditional",
"conditional_target":"married_marriage_like",
"reveal_response":"Legally married"
"required":"Required"
},
"model":"core.question",
"pk":"where_were_you_married_prov"
@ -415,9 +405,7 @@
"name":"Where were you married? Country",
"description":"For step 4, Form 1 2. Divorce section A, Form 52 Court orders that section",
"summary_order":39,
"required":"Conditional",
"conditional_target":"married_marriage_like",
"reveal_response":"Legally married"
"required":"Required"
},
"model":"core.question",
"pk":"where_were_you_married_country"
@ -708,9 +696,7 @@
"name":"Divorce is to take effect on",
"description":"For step 9, Form 52 This Court Orders that",