diff --git a/edivorce/apps/core/templates/question/10_other_questions.html b/edivorce/apps/core/templates/question/10_other_questions.html index 36a2922d..2b99442e 100644 --- a/edivorce/apps/core/templates/question/10_other_questions.html +++ b/edivorce/apps/core/templates/question/10_other_questions.html @@ -11,24 +11,24 @@

Step {% step_order step="other_questions" %}:Other Questions

-
+

What is the best address to send you official court documents?

Your Contact Information

-

House and street number

+

House and street number{% if address_to_send_official_document_street_you_error %}{% include 'partials/required.html' %}{% endif %}

{% input_field type="text" name="address_to_send_official_document_street_you" class="form-block input-wide response-textbox" %} -

City

+

City{% if address_to_send_official_document_city_you_error %}{% include 'partials/required.html' %}{% endif %}

{% input_field type="text" name="address_to_send_official_document_city_you" class="form-block input-wide response-textbox" %} -

Prov/State (optional)

+

Prov/State {% include 'partials/optional.html' %}

{% input_field type="text" name="address_to_send_official_document_prov_you" class="form-block input-narrow response-textbox" %} -

Country

+

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 %}

-

Postal code (optional)

+

Postal code {% include 'partials/optional.html' %}

{% input_field type="text" name="address_to_send_official_document_postal_code_you" class="form-block input-wide response-textbox" %}
@@ -37,32 +37,33 @@ If your 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.

-

Fax number (optional)

+

Fax number {% include 'partials/optional.html' %}

{% input_field type="text" name="address_to_send_official_document_fax_you" class="form-block input-wide response-textbox" %}
-

Email Address (optional)

+

Email Address {% include 'partials/optional.html' %}

{% input_field type="text" id="email_textbox" name="address_to_send_official_document_email_you" class="form-block input-wide response-textbox form-control" %}
-
+

Your Spouse's Contact Information

-

House and street number

+

House and street number{% if address_to_send_official_document_street_spouse_error %}{% include 'partials/required.html' %}{% endif %}

{% input_field type="text" name="address_to_send_official_document_street_spouse" class="form-block input-wide response-textbox" %} -

City

+

City{% if address_to_send_official_document_city_spouse_error %}{% include 'partials/required.html' %}{% endif %}

{% input_field type="text" name="address_to_send_official_document_city_spouse" class="form-block input-wide response-textbox" %} -

Prov/State (optional)

+

Prov/State {% include 'partials/optional.html' %}

{% input_field type="text" name="address_to_send_official_document_prov_spouse" class="form-block input-narrow response-textbox" %} -

Country

+

Country{% if address_to_send_official_document_country_spouse_error or address_to_send_official_document_other_country_spouse_error %} + {% include 'partials/required.html' %}{% endif %}

-

Postal code (optional)

+

Postal code {% include 'partials/optional.html' %}

{% input_field type="text" name="address_to_send_official_document_postal_code_spouse" class="form-block input-wide response-textbox" %}
@@ -71,21 +72,22 @@ 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.

-

Fax number (optional)

+

Fax number {% include 'partials/optional.html' %}

{% input_field type="text" name="address_to_send_official_document_fax_spouse" class="form-block input-wide response-textbox" %}
-

Email Address (optional)

+

Email Address {% include 'partials/optional.html' %}

{% input_field type="text" id="email_textbox" name="address_to_send_official_document_email_spouse" class="form-block input-wide response-textbox form-control" %}
{% if married_marriage_like == "Legally married" %} -
-

Divorce is to take effect on:

+
+

Divorce is to take effect on: {% if divorce_take_effect_on_error %}{% include 'partials/required.html' %}{% endif %}