Browse Source

Added second address fields and textarea for property section

pull/160/head
Charles Shin 8 years ago
parent
commit
5ec5b22a3b
14 changed files with 184 additions and 70 deletions
  1. +3
    -0
      .gitignore
  2. +1
    -0
      edivorce/apps/core/static/js/ajax.js
  3. +1
    -1
      edivorce/apps/core/static/js/controllers.js
  4. +1
    -1
      edivorce/apps/core/static/js/main.js
  5. +1
    -1
      edivorce/apps/core/templates/f1/02_claimant.html
  6. +1
    -1
      edivorce/apps/core/templates/f1/03_respondent.html
  7. +3
    -3
      edivorce/apps/core/templates/f1/04_marriage.html
  8. +2
    -2
      edivorce/apps/core/templates/f1/05_reason.html
  9. +10
    -10
      edivorce/apps/core/templates/f1/06_support.html
  10. +18
    -15
      edivorce/apps/core/templates/f1/07_property.html
  11. +51
    -19
      edivorce/apps/core/templates/f1/10_location.html
  12. +11
    -8
      edivorce/apps/core/templates/pdf/form1.html
  13. +2
    -2
      edivorce/apps/core/utils/question_step_mapping.py
  14. +79
    -7
      edivorce/fixtures/Question.json

+ 3
- 0
.gitignore View File

@ -62,3 +62,6 @@ target/
# Local env settings
.env*
# IDE
.idea/

+ 1
- 0
edivorce/apps/core/static/js/ajax.js View File

@ -24,6 +24,7 @@ var ajaxOnChange = function () {
}
else{
console.log("Invalid input for " + el.prop('name'));
window.alert("Invalid input for " + el.prop('name'));
}
};


+ 1
- 1
edivorce/apps/core/static/js/controllers.js View File

@ -68,7 +68,7 @@ var radioWithTextboxControl = function(el){
// when textbox is clicked, update associated radio button response with its value
else if (el.is(".other-textbox")){
var radioTextbox = $("#radio_with_textbox");
var radioTextbox = el.siblings(".radio_with_textbox");
ajaxCall(radioTextbox.prop('name'), radioTextbox.val());
}
};


+ 1
- 1
edivorce/apps/core/static/js/main.js View File

@ -14,7 +14,7 @@ $(function () {
// when user click textbox beside radio button, check the associated radio button
$(".other-textbox").on("click", function(){
$("#radio_with_textbox").prop('checked', true);
$(this).siblings(".radio_with_textbox").prop('checked', true);
});
$("input[type=radio], input[type=checkbox], input[type=text], .response-textarea, .response-dropdown").on("change", ajaxOnChange);


+ 1
- 1
edivorce/apps/core/templates/f1/02_claimant.html View File

@ -113,7 +113,7 @@
<h3>How long have you lived in British Columbia?</h3>
<p>Please select one</p>
<div class="radio"><label>{% input_option type="radio" class="radio-with-other" name="lived_in_bc_you" value="Since birth" %}Since birth</label></div>
<div class="radio"><label>{% input_option type="radio" class="radio-with-other" id="radio_with_textbox" name="lived_in_bc_you" value="Moved to British Columbia on" %}Moved to British Columbia on {% input_option type="text" name="moved_to_bc_date_you" id="moved_date" class="date-picker other-textbox" placeholder="DD/MM/YYYY" %} <i class="fa fa-calendar circle" aria-hidden="true"></i></label></div>
<div class="radio"><label>{% input_option type="radio" class="radio-with-other radio_with_textbox" name="lived_in_bc_you" value="Moved to British Columbia on" %}Moved to British Columbia on {% input_option type="text" name="moved_to_bc_date_you" id="moved_date" class="date-picker other-textbox" placeholder="DD/MM/YYYY" %} <i class="fa fa-calendar circle" aria-hidden="true"></i></label></div>
<div class="radio"><label>{% input_option type="radio" class="radio-with-other" name="lived_in_bc_you" value="Do not live in British Columbia" %}Do not live in British Columbia</label></div>
<p>In order to apply for a divorce in British Columbia, you or your spouse must have been a regular resident in B.C (the legal term is ordinarily resident


+ 1
- 1
edivorce/apps/core/templates/f1/03_respondent.html View File

@ -115,7 +115,7 @@
<h3>How long has your spouse lived in British Columbia?</h3>
<p>Please select one</p>
<div class="radio"><label>{% input_option type="radio" class="radio-with-other" name="lived_in_bc_spouse" value="Since birth" %}Since birth</label></div>
<div class="radio"><label>{% input_option type="radio" class="radio-with-other" id="radio_with_textbox" name="lived_in_bc_spouse" value="Moved to British Columbia on" %}Moved to British Columbia on {% input_option type="text" name="moved_to_bc_date_spouse" id="moved_date" class="date-picker other-textbox" placeholder="DD/MM/YYYY" %} <i class="fa fa-calendar circle" aria-hidden="true"></i></label></div>
<div class="radio"><label>{% input_option type="radio" class="radio-with-other radio_with_textbox" name="lived_in_bc_spouse" value="Moved to British Columbia on" %}Moved to British Columbia on {% input_option type="text" name="moved_to_bc_date_spouse" id="moved_date" class="date-picker other-textbox" placeholder="DD/MM/YYYY" %} <i class="fa fa-calendar circle" aria-hidden="true"></i></label></div>
<div class="radio"><label>{% input_option type="radio" class="radio-with-other" name="lived_in_bc_spouse" value="Do not live in British Columbia" %}Do not live in British Columbia</label></div>
<p>In order to apply for a divorce in British Columbia, you or your spouse must have been a regular resident in B.C (the legal term is ordinarily resident


+ 3
- 3
edivorce/apps/core/templates/f1/04_marriage.html View File

@ -63,8 +63,8 @@
<div>
<p>If you cannot remember the exact date you sepearated then enter:</p>
<ul>
<li>- the last day of that month in which you decided to separate from your spouse, and;</li>
<li>- year</li>
<li>the last day of that month in which you decided to separate from your spouse, and;</li>
<li>year</li>
</ul>
</div>
</div>
@ -81,7 +81,7 @@
<div class="radio"><label>{% input_option type="radio" class="radio-with-other" name="where_were_you_married_country" value="Canada" %}Canada</label></div>
<div class="radio"><label>{% input_option type="radio" class="radio-with-other" name="where_were_you_married_country" value="USA" %}USA</label></div>
<div class="radio"><label>{% input_option type="radio" class="radio-with-other" id="radio_with_textbox" name="where_were_you_married_country" value="Other" %}Other {% input_option type="text" name="where_were_you_married_other_country" class="response-textbox other-textbox" %}</label></div>
<div class="radio"><label>{% input_option type="radio" class="radio-with-other radio_with_textbox" name="where_were_you_married_country" value="Other" %}Other {% input_option type="text" name="where_were_you_married_other_country" class="response-textbox other-textbox" %}</label></div>
</div>
<div>


+ 2
- 2
edivorce/apps/core/templates/f1/05_reason.html View File

@ -98,8 +98,8 @@
<div>
<p>You can also get a divorce if:</p>
<ul>
<li>- you or your spouse has committed adultery (been unfaithful) that hasn't been forgiven, or</li>
<li>- your spouse treated you with physical or mental cruelty that you haven't forgiven, which makes it impossible for you to continue to live together.</li>
<li>you or your spouse has committed adultery (been unfaithful) that hasn't been forgiven, or</li>
<li>your spouse treated you with physical or mental cruelty that you haven't forgiven, which makes it impossible for you to continue to live together.</li>
</ul>
<p>To get a divorce for these reasons you have to prove these things in court.</p>
<p>


+ 10
- 10
edivorce/apps/core/templates/f1/06_support.html View File

@ -23,10 +23,10 @@
<div>
<p>The amount and duration of spousal support is determined after considering the circumstances of each spouse, including:</p>
<ul>
<li>- Your financial situation and the financial situation of your former spouse</li>
<li>- How long your relationship lasted</li>
<li>- The roles and functions of each spouse during the relationship, and</li>
<li>- What the person who is asking for spousal support needs in order to become self-sufficient, such as extra training or education.</li>
<li>Your financial situation and the financial situation of your former spouse</li>
<li>How long your relationship lasted</li>
<li>The roles and functions of each spouse during the relationship, and</li>
<li>What the person who is asking for spousal support needs in order to become self-sufficient, such as extra training or education.</li>
</ul>
<p>
<a href="MySupportCalculator.ca">MySupportCalculator.ca</a> is a website with a support calculator which can give you a rough estimate of spousal support." The guidelines and calculations are complicated so you may want to contact a family law lawyer or a family justice counesllor for help.
@ -51,8 +51,8 @@
</p>
<p>If you're applying for an undefended divorce and asking for spousal support, make sure you fill in:</p>
<ul>
<li>- the amount of support you want, and</li>
<li>- an amount for your spouse's income. If you aren't sure, make your best estimate.</li>
<li>the amount of support you want, and</li>
<li>an amount for your spouse's income. If you aren't sure, make your best estimate.</li>
</ul>
<p>If you don't provide this information, the court may not make an order.</p>
<p>
@ -128,10 +128,10 @@
<h2>What is spousal support?</h2>
<p>The objectives of spousal support are to:</p>
<ul>
<li>- Deal with any economic advantages or disadvantages a spouse may face as a result of the relationship or separation</li>
<li>- Share the financial consequences arising from care of the children</li>
<li>- Reduce the financial hardship a spouse will experience as a result of the separation, and</li>
<li>- Encourage each spouse to become financially self-sufficient within a reasonable period of time.</li>
<li>Deal with any economic advantages or disadvantages a spouse may face as a result of the relationship or separation</li>
<li>Share the financial consequences arising from care of the children</li>
<li>Reduce the financial hardship a spouse will experience as a result of the separation, and</li>
<li>Encourage each spouse to become financially self-sufficient within a reasonable period of time.</li>
</ul>
</div>
<div>


+ 18
- 15
edivorce/apps/core/templates/f1/07_property.html View File

@ -29,13 +29,13 @@
<p>Family property is everything either you or your spouse own together or separately on the date you separate. It includes:</p>
<ul>
<li>- the family home</li>
<li>- RRSPs</li>
<li>- investments</li>
<li>- bank accounts</li>
<li>- insurance policies</li>
<li>- pensions</li>
<li>- an interest in a business</li>
<li>the family home</li>
<li>RRSPs</li>
<li>investments</li>
<li>bank accounts</li>
<li>insurance policies</li>
<li>pensions</li>
<li>an interest in a business</li>
</ul>
<p>It doesn't matter whose name the property is in.</p>
@ -99,7 +99,8 @@
<h3>Please describe how you and your spouse plan to divide your property, assets and your debts. </h3>
<p>Because the division of family property and debt can be complex we recommend you get
<a href="http://www2.gov.bc.ca/gov/content/life-events/divorce/family-justice/who-can-help/lawyers">legal advice</a>
before you make any final decisions. </p>
before you make any final decisions.
</p>
<div class="collapse-trigger collapsed" data-toggle="collapse" aria-expanded="false" data-target="#collapse_deal_property" aria-controls="collapse_deal_property">
<div>
@ -110,20 +111,22 @@
<div>
<p>The fact sheet Dealing With Debts After Separation (for Married and Common-law Couples) by the Legal Services Society answers a range of questions including:</p>
<ul>
<li>- What is family property?</li>
<li>- What about property one of us owned before we got together?</li>
<li>- Can creditors force me to pay back my ex-spouse's debts?</li>
<li>What is family property?</li>
<li>What about property one of us owned before we got together?</li>
<li>Can creditors force me to pay back my ex-spouse's debts?</li>
</ul>
<p>The Family Law web site has an online separation agreement tool that details some of the items to consider when
<a href="http://www.familylaw.lss.bc.ca/guides/separation/property.php">dividing property</a> and
<a href="http://www.familylaw.lss.bc.ca/guides/separation/debt.php">debt</a>.</p>
</div>
</div>
{% input_option type="textarea" name="how_to_divide_property_debt" rows="8" cols="65" class="response-textarea" %}
</div>
<div>
<h3>Other Property Claims</h3>
<p>This section is about excluded property - e.g. property owned by the respondent at the time you moved in together, and gifts or inheritances the respondent received. Compensation is cash instead of ownership of your share of the property.</p>
{% input_option type="textarea" name="other_property_claims" rows="8" cols="65" class="response-textarea" %}
</div>
<div style="display: flex">
<form action="{% url 'form_steps' 'f1' '06_support' %}">
@ -147,10 +150,10 @@
<h2>Where to Find Out More About Dealing with Property and Debt</h2>
<p>For more information about dealing with Property and Debt, please visit:</p>
<ul>
<li>- The <a href="http://www2.gov.bc.ca/gov/content/life-events/divorce/family-justice/family-law/dealing-with-property-and-debt">Family Justice section</a> of the BC Government web site. </li>
<li>- <a href="http://www.familylaw.lss.bc.ca/">Dividing family property and debts</a> on the Family Law in British Columbia website</li>
<li>- <a href="http://www.familylaw.lss.bc.ca/resources/publications/pub.php?pub=347">Living Together or Living Apart</a>, a booklet about the family law basics in B.C.</li>
<li>- <a href="http://www.cbabc.org/For-the-Public/Dial-A-Law/Scripts/Family-Law/124">Dividing Family Assets</a> in the Family Law section of Dial-A-Law</li>
<li>The <a href="http://www2.gov.bc.ca/gov/content/life-events/divorce/family-justice/family-law/dealing-with-property-and-debt">Family Justice section</a> of the BC Government web site. </li>
<li><a href="http://www.familylaw.lss.bc.ca/">Dividing family property and debts</a> on the Family Law in British Columbia website</li>
<li><a href="http://www.familylaw.lss.bc.ca/resources/publications/pub.php?pub=347">Living Together or Living Apart</a>, a booklet about the family law basics in B.C.</li>
<li><a href="http://www.cbabc.org/For-the-Public/Dial-A-Law/Scripts/Family-Law/124">Dividing Family Assets</a> in the Family Law section of Dial-A-Law</li>
</ul>
</div>
<div>


+ 51
- 19
edivorce/apps/core/templates/f1/10_location.html View File

@ -29,31 +29,63 @@
</div>
<div>
<h3>What is the best address to send you official court documents?</h3>
<p><em>This is known as your "address for service"</em></p>
<p><em>House and street number</em></p>
{% input_option type="text" name="address_to_send_official_document_street" class="response-textbox" %}
<p><em>City</em></p>
{% input_option type="text" name="address_to_send_official_document_city" class="response-textbox" %}
<p><em>Prov/State</em></p>
{% input_option type="text" name="address_to_send_official_document_prov" class="response-textbox" %}
<div>
<h3>What is the best address to send you official court documents?</h3>
<p><em>This is known as your "address for service"</em></p>
<p><em>House and street number</em></p>
{% input_option type="text" name="address_to_send_official_document_street_you" class="response-textbox" %}
<p><em>City</em></p>
{% input_option type="text" name="address_to_send_official_document_city_you" class="response-textbox" %}
<p><em>Prov/State</em></p>
{% input_option type="text" name="address_to_send_official_document_prov_you" class="response-textbox" %}
<p>Country</p>
<p>Country</p>
<div class="radio"><label>{% input_option type="radio" class="radio-with-other" name="address_to_send_official_document_country" value="Canada" %}Canada</label></div>
<div class="radio"><label>{% input_option type="radio" class="radio-with-other" name="address_to_send_official_document_country" value="USA" %}USA</label></div>
<div class="radio"><label>{% input_option type="radio" class="radio-with-other" id="radio_with_textbox" name="address_to_send_official_document_country" value="Other" %}Other {% input_option type="text" name="address_to_send_official_document_other_country" class="response-textbox other-textbox" %}</label></div>
<div class="radio"><label>{% input_option type="radio" class="radio-with-other" name="address_to_send_official_document_country_you" value="Canada" %}Canada</label></div>
<div class="radio"><label>{% input_option type="radio" class="radio-with-other" name="address_to_send_official_document_country_you" value="USA" %}USA</label></div>
<div class="radio"><label>{% input_option type="radio" class="radio-with-other radio_with_textbox" name="address_to_send_official_document_country_you" value="Other" %}Other {% input_option type="text" name="address_to_send_official_document_other_country_you" class="response-textbox other-textbox" tabindex="-1" %}</label></div>
</div>
<div>
<p><em>If you don’t live within 30 km of a court registry, you must provide a fax number or email address.
If you main address is a PO box, you can list this instead of the fax or email but you must also list
an address that’s not a PO box.</em></p>
<p><em>Fax number (optional)</em></p>
{% input_option type="text" name="address_to_send_official_document_fax_you" class="response-textbox" %}
<p><em>Email Address (optional)</em></p>
{% input_option type="text" id="email_textbox" name="address_to_send_official_document_email_you" class="response-textbox" %}
</div>
</div>
<div>
<p><em>If you don’t live within 30 km of a court registry, you must provide a fax number or email address.
If you main address is a PO box, you can list this instead of the fax or email but you must also list
an address that’s not a PO box.</em></p>
<div>
<h3>What is the best address to send your spouse official court documents?</h3>
<p><em>This is known as your "address for service"</em></p>
<p><em>House and street number</em></p>
{% input_option type="text" name="address_to_send_official_document_street_spouse" class="response-textbox" %}
<p><em>City</em></p>
{% input_option type="text" name="address_to_send_official_document_city_spouse" class="response-textbox" %}
<p><em>Prov/State</em></p>
{% input_option type="text" name="address_to_send_official_document_prov_spouse" class="response-textbox" %}
<p>Country</p>
<div class="radio"><label>{% input_option type="radio" class="radio-with-other" name="address_to_send_official_document_country_spouse" value="Canada" %}Canada</label></div>
<div class="radio"><label>{% input_option type="radio" class="radio-with-other" name="address_to_send_official_document_country_spouse" value="USA" %}USA</label></div>
<div class="radio"><label>{% input_option type="radio" class="radio-with-other radio_with_textbox" name="address_to_send_official_document_country_spouse" value="Other" %}Other {% input_option type="text" name="address_to_send_official_document_other_country_spouse" class="response-textbox other-textbox" tabindex="-1" %}</label></div>
</div>
<div>
<p><em>If your spouse doesn’t live within 30 km of a court registry, your spouse must provide a fax number or email address.
If your spouse's main address is a PO box, your spouse can list this instead of the fax or email but your spouse must also list
an address that’s not a PO box.</em></p>
<p><em>Fax number (optional)</em></p>
{% input_option type="text" name="address_to_send_official_document_fax" class="response-textbox" %}
<p><em>Email Address (optional)</em></p>
{% input_option type="text" id="email_textbox" name="address_to_send_official_document_email" class="response-textbox" %}
<p><em>Fax number (optional)</em></p>
{% input_option type="text" name="address_to_send_official_document_fax_spouse" class="response-textbox" %}
<p><em>Email Address (optional)</em></p>
{% input_option type="text" id="email_textbox" name="address_to_send_official_document_email_spouse" class="response-textbox" %}
</div>
</div>
<div style="display: flex">


+ 11
- 8
edivorce/apps/core/templates/pdf/form1.html View File

@ -361,16 +361,19 @@
<tr>
<td>
<p>Claimant 1:
{% if responses.address_to_send_official_document_street and responses.address_to_send_official_document_city and responses.address_to_send_official_document_prov and responses.address_to_send_official_document_country %}
{{ responses.address_to_send_official_document_street }}, {{ responses.address_to_send_official_document_city }}, {{ responses.address_to_send_official_document_prov }},
{% if responses.address_to_send_official_document_country == 'Other' %} {{ responses.address_to_send_official_document_other_country }} {% else %} {{ responses.address_to_send_official_document_country }} {% endif %} {% else %} <span class="form-entry not-complete">&nbsp;</span> {% endif %} </p>
<p>Fax (optional) {% if responses.address_to_send_official_document_fax %} {{ responses.address_to_send_official_document_fax }} {% else %} <span class="form-entry not-complete">&nbsp;</span> {% endif %} </p>
<p>E-mail (optional) {% if responses.address_to_send_official_document_email %} {{ responses.address_to_send_official_document_email }} {% else %} <span class="form-entry not-complete">&nbsp;</span> {% endif %} </p>
{% if responses.address_to_send_official_document_street_you and responses.address_to_send_official_document_city_you and responses.address_to_send_official_document_prov_you and responses.address_to_send_official_document_country_you %}
{{ responses.address_to_send_official_document_street_you }}, {{ responses.address_to_send_official_document_city_you }}, {{ responses.address_to_send_official_document_prov_you }},
{% if responses.address_to_send_official_document_country_you == 'Other' %} {{ responses.address_to_send_official_document_other_country_you }} {% else %} {{ responses.address_to_send_official_document_country_you }} {% endif %} {% else %} <span class="form-entry not-complete">&nbsp;</span> {% endif %} </p>
<p>Fax (optional) {% if responses.address_to_send_official_document_fax_you %} {{ responses.address_to_send_official_document_fax_you }} {% else %} <span class="form-entry not-complete">&nbsp;</span> {% endif %} </p>
<p>E-mail (optional) {% if responses.address_to_send_official_document_email_you %} {{ responses.address_to_send_official_document_email_you }} {% else %} <span class="form-entry not-complete">&nbsp;</span> {% endif %} </p>
</td>
<td colname="c2">
<p>Claimant 2: <span class="form-entry not-complete">&nbsp;</span> </p>
<p>Fax (optional) <span class="form-entry not-complete">&nbsp;</span> </p>
<p>E-mail (optional) <span class="form-entry not-complete">&nbsp;</span> </p>
<p>Claimant 2:
{% if responses.address_to_send_official_document_street_spouse and responses.address_to_send_official_document_city_spouse and responses.address_to_send_official_document_prov_spouse and responses.address_to_send_official_document_country_spouse %}
{{ responses.address_to_send_official_document_street_spouse }}, {{ responses.address_to_send_official_document_city_spouse }}, {{ responses.address_to_send_official_document_prov_spouse }},
{% if responses.address_to_send_official_document_country_spouse == 'Other' %} {{ responses.address_to_send_official_document_other_country_spouse }} {% else %} {{ responses.address_to_send_official_document_country_spouse }} {% endif %} {% else %} <span class="form-entry not-complete">&nbsp;</span> {% endif %} </p>
<p>Fax (optional) {% if responses.address_to_send_official_document_fax_spouse %} {{ responses.address_to_send_official_document_fax_spouse }} {% else %} <span class="form-entry not-complete">&nbsp;</span> {% endif %} </p>
<p>E-mail (optional) {% if responses.address_to_send_official_document_email_spouse %} {{ responses.address_to_send_official_document_email_spouse }} {% else %} <span class="form-entry not-complete">&nbsp;</span> {% endif %} </p>
</td>
</tr>
</tbody>


+ 2
- 2
edivorce/apps/core/utils/question_step_mapping.py View File

@ -15,8 +15,8 @@ question_step_mapping = {'prequalification': ['married_marriage_like', 'lived_in
'where_were_you_married_country', 'where_were_you_married_other_country', 'marital_status_before_you',
'marital_status_before_spouse',],
'your_separation': ['no_reconciliation_possible', 'no_collusion',],
'spousal_support': ['spouse_support_details', 'spouse_support_act'],
'property_and_debt': ['deal_with_property_debt'],
'spousal_support': ['spouse_support_details', 'spouse_support_act',],
'property_and_debt': ['deal_with_property_debt', 'how_to_divide_property_debt', 'other_property_claims',],
'other_orders': [],
'other_questions': [],
'filing_locations': ['address_to_send_official_document_street', 'address_to_send_official_document_city',


+ 79
- 7
edivorce/fixtures/Question.json View File

@ -351,6 +351,22 @@
"model": "core.question",
"pk": "deal_with_property_debt"
},
{
"fields": {
"name": "Please describe how you and your spouse plan to divide your property, assets and your debts.",
"description": "For step 7, Form 1 6. Property and debt"
},
"model": "core.question",
"pk": "how_to_divide_property_debt"
},
{
"fields": {
"name": "Other Property Claims",
"description": "For step 7, Form 1 6. Property and debt"
},
"model": "core.question",
"pk": "other_property_claims"
},
{
"fields": {
"name": "At what court registry will you be filing?",
@ -365,7 +381,7 @@
"description": "For step 10, Form 1 8. Claimants' addresses for service"
},
"model": "core.question",
"pk": "address_to_send_official_document_street"
"pk": "address_to_send_official_document_street_you"
},
{
"fields": {
@ -373,7 +389,7 @@
"description": "For step 10, Form 1 8. Claimants' addresses for service"
},
"model": "core.question",
"pk": "address_to_send_official_document_city"
"pk": "address_to_send_official_document_city_you"
},
{
"fields": {
@ -381,7 +397,7 @@
"description": "For step 10, Form 1 8. Claimants' addresses for service"
},
"model": "core.question",
"pk": "address_to_send_official_document_prov"
"pk": "address_to_send_official_document_prov_you"
},
{
"fields": {
@ -389,7 +405,7 @@
"description": "For step 10, Form 1 8. Claimants' addresses for service"
},
"model": "core.question",
"pk": "address_to_send_official_document_country"
"pk": "address_to_send_official_document_country_you"
},
{
"fields": {
@ -397,7 +413,7 @@
"description": "For step 10, Form 1 8. Claimants' addresses for service"
},
"model": "core.question",
"pk": "address_to_send_official_document_other_country"
"pk": "address_to_send_official_document_other_country_you"
},
{
"fields": {
@ -405,7 +421,7 @@
"description": "For step 10, Form 1 8. Claimants' addresses for service"
},
"model": "core.question",
"pk": "address_to_send_official_document_fax"
"pk": "address_to_send_official_document_fax_you"
},
{
"fields": {
@ -413,6 +429,62 @@
"description": "For step 10, Form 1 8. Claimants' addresses for service"
},
"model": "core.question",
"pk": "address_to_send_official_document_email"
"pk": "address_to_send_official_document_email_you"
},
{
"fields": {
"name": "What is the best address to send your spouse official court documents? Street Number",
"description": "For step 10, Form 1 8. Claimants' addresses for service"
},
"model": "core.question",
"pk": "address_to_send_official_document_street_spouse"
},
{
"fields": {
"name": "What is the best address to send your spouse official court documents? City",
"description": "For step 10, Form 1 8. Claimants' addresses for service"
},
"model": "core.question",
"pk": "address_to_send_official_document_city_spouse"
},
{
"fields": {
"name": "What is the best address to send your spouse official court documents? Prov",
"description": "For step 10, Form 1 8. Claimants' addresses for service"
},
"model": "core.question",
"pk": "address_to_send_official_document_prov_spouse"
},
{
"fields": {
"name": "What is the best address to send your spouse official court documents? Country",
"description": "For step 10, Form 1 8. Claimants' addresses for service"
},
"model": "core.question",
"pk": "address_to_send_official_document_country_spouse"
},
{
"fields": {
"name": "What is the best address to send your spouse official court documents? Other Country",
"description": "For step 10, Form 1 8. Claimants' addresses for service"
},
"model": "core.question",
"pk": "address_to_send_official_document_other_country_spouse"
},
{
"fields": {
"name": "What is the best address to send your spouse official court documents? Fax number",
"description": "For step 10, Form 1 8. Claimants' addresses for service"
},
"model": "core.question",
"pk": "address_to_send_official_document_fax_spouse"
},
{
"fields": {
"name": "What is the best address to send your spouse official court documents? Email",
"description": "For step 10, Form 1 8. Claimants' addresses for service"
},
"model": "core.question",
"pk": "address_to_send_official_document_email_spouse"
}
]

Loading…
Cancel
Save