diff --git a/edivorce/apps/core/static/js/main.js b/edivorce/apps/core/static/js/main.js
index a413ec10..ec68dc66 100755
--- a/edivorce/apps/core/static/js/main.js
+++ b/edivorce/apps/core/static/js/main.js
@@ -13,7 +13,7 @@ $(function () {
$('[data-toggle="tooltip"]').tooltip({trigger: 'click'});
// when user click textbox beside radio button, check the associated radio button
- $(".other-textbox").on("click", function(){
+ $(".other-textbox").on("click focus", function(){
$(this).siblings(".radio_with_textbox").prop('checked', true);
});
diff --git a/edivorce/apps/core/templates/question/02_claimant.html b/edivorce/apps/core/templates/question/02_claimant.html
index a22aee3d..f047a1ed 100644
--- a/edivorce/apps/core/templates/question/02_claimant.html
+++ b/edivorce/apps/core/templates/question/02_claimant.html
@@ -113,7 +113,7 @@
How long have you lived in British Columbia?
Please select one
-
+
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
diff --git a/edivorce/apps/core/templates/question/03_respondent.html b/edivorce/apps/core/templates/question/03_respondent.html
index 0f279235..ee4d16d4 100644
--- a/edivorce/apps/core/templates/question/03_respondent.html
+++ b/edivorce/apps/core/templates/question/03_respondent.html
@@ -115,7 +115,7 @@
How long has your spouse lived in British Columbia?
Please select one
-
+
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
diff --git a/edivorce/apps/core/templates/question/04_marriage.html b/edivorce/apps/core/templates/question/04_marriage.html
index c7eb01bb..e2d18e6a 100644
--- a/edivorce/apps/core/templates/question/04_marriage.html
+++ b/edivorce/apps/core/templates/question/04_marriage.html
@@ -81,7 +81,7 @@