Browse Source

DIV-1158 - UX issue when asking for names ("Your spouse" / "Your information" screens)

pull/172/head
Michael Olund 5 years ago
parent
commit
9b692610de
3 changed files with 12 additions and 8 deletions
  1. +5
    -2
      edivorce/apps/core/templates/question/02_claimant.html
  2. +5
    -4
      edivorce/apps/core/templates/question/03_respondent.html
  3. +2
    -2
      edivorce/fixtures/Question.json

+ 5
- 2
edivorce/apps/core/templates/question/02_claimant.html View File

@ -39,7 +39,10 @@
</div>
<div class="collapse" id="collapse_changed_name">
<div>
<p>If either of you has had a legal name change since you were married, put that new name on your form, and bring along a copy of the change of name certificate when you file your documents.</p>
<p>
The name written here must match the name that is on your marriage certificate. If you have changed your
legal name since you were married, add it to the section below titled &ldquo;Do you go by any other names&rdquo;.
</p>
</div>
</div>
@ -57,7 +60,7 @@
</div>
<div class="question-well {% if any_other_name_you_error %}error{% endif %}">
<h3>Do you go by any other names?{% if any_other_name_you_error %}{% include 'partials/required.html' %}{% endif %}</h3>
<h3>Do you go by any other names?{% include "partials/optional.html" %}</h3>
<div class="btn-radio-group" data-toggle="buttons">
<label class="btn btn-radio">


+ 5
- 4
edivorce/apps/core/templates/question/03_respondent.html View File

@ -43,9 +43,10 @@
</div>
<div class="collapse" id="collapse_legal_name">
<div>
<p>If either of you has had a legal name change since you were married, put that new name on
your form,
and bring along a copy of the change of name certificate when you file your documents.</p>
<p>
The name written here must match your spouses's name that is on your marriage certificate. If they have changed
their legal name since you were married, add it to the section below titled &ldquo;Does your spouse go by any other names&rdquo;.
</p>
</div>
</div>
@ -64,7 +65,7 @@
</div>
<div class="question-well {% if any_other_name_spouse_error %}error{% endif %}">
<h3>Does your spouse go by any other names?{% if any_other_name_spouse_error %}{% include 'partials/required.html' %}{% endif %}</h3>
<h3>Does your spouse go by any other names?{% include "partials/optional.html" %}</h3>
<div class="btn-radio-group" data-toggle="buttons">
<label class="btn btn-radio">


+ 2
- 2
edivorce/fixtures/Question.json View File

@ -242,7 +242,7 @@
"name": "Do you go by any other names?",
"description": "For step 2, Form 1 Claimant 1, Form 35 Claimant 1, Form 36 Claimant 1, Form 38 Claimant 1(sole), Form 38 Claimant 1, affidavit section(joint), Form 52 Claimant 1",
"summary_order": 23,
"required": "Required"
"required": ""
},
"model": "core.question",
"pk": "any_other_name_you"
@ -366,7 +366,7 @@
"name": "Does your spouse go by any other names?",
"description": "For step 3, Form 1 Claimant 2, Form 35 Claimant 2, Form 36 Claimant 2, Form 38 Claimant 2(sole), Form 38 Claimant 2, affidavit section(joint), Form 52 Claimant 2",
"summary_order": 35,
"required": "Required"
"required": ""
},
"model": "core.question",
"pk": "any_other_name_spouse"


Loading…
Cancel
Save