diff --git a/app/views/plans/_edit_details.html.erb b/app/views/plans/_edit_details.html.erb
index 8b63228..0cf45db 100644
--- a/app/views/plans/_edit_details.html.erb
+++ b/app/views/plans/_edit_details.html.erb
@@ -58,7 +58,7 @@
+ data-content="<%= _('Enter any options that you wish to display. If you want to pre-set one option as selected, check the default box.') %>"
+ aria-label="<%= _('More information: Question options') %>">
+
@@ -103,8 +105,9 @@
-
+ data-content="<%= _('Anything you enter here will display in the answer box. If you want an answer in a certain format (e.g. tables), you can enter that style here.') %>"
+ aria-label="<%= _('More information: Default answer') %>">
+
@@ -121,8 +124,9 @@
-
+ data-content="<%= _('You can add an example answer to help users respond. These will be presented above the answer box and can be copied/ pasted.') %>"
+ aria-label="<%= _('More information: Example answers') %>">
+
@@ -137,8 +141,9 @@
">
-
+ data-content="<%= _("Enter specific guidance to accompany this question. If you have guidance by themes too, this will be pulled in based on your selections below so it's best not to duplicate too much text.") %>"
+ aria-label="<%= _('More information: Guidance') %>">
+
@@ -155,8 +160,8 @@
diff --git a/app/views/questions/_edit_question.html.erb b/app/views/questions/_edit_question.html.erb
index f9f1ad6..4cda8a4 100644
--- a/app/views/questions/_edit_question.html.erb
+++ b/app/views/questions/_edit_question.html.erb
@@ -39,8 +39,9 @@
@@ -55,8 +56,9 @@
<%= _('Default')%> |
-
+ data-content="<%= _('Enter any options that you wish to display. If you want to pre-set one option as selected, check the default box.') %>"
+ aria-label="<%= _('More information: Question options') %>">
+
|
@@ -99,8 +101,9 @@
-
+ data-content="<%= _('Anything you enter here will display in the answer box. If you want an answer in a certain format (e.g. tables), you can enter that style here.') %>"
+ aria-label="<%= _('More information: Default answer') %>">
+
@@ -125,8 +128,9 @@
-
+ data-content="<%= _('You can add an example or suggested answer to help users respond. These will be presented above the answer box and can be copied/ pasted.') %>"
+ aria-label="<%= _('More information: Example answers') %>">
+
@@ -143,8 +147,9 @@
">
-
+ data-content="<%= _("Enter specific guidance to accompany this question. If you have guidance by themes too, this will be pulled in based on your selections below so it's best not to duplicate too much text.") %>"
+ aria-label="<%= _('More information: Guidance') %>">
+
@@ -160,8 +165,9 @@
diff --git a/app/views/sections/_add_section.html.erb b/app/views/sections/_add_section.html.erb
index 61dd490..5795ba4 100644
--- a/app/views/sections/_add_section.html.erb
+++ b/app/views/sections/_add_section.html.erb
@@ -37,8 +37,8 @@
">
-
+ data-content="<%= _("Enter a basic description. This could be a summary of what is covered in the section or instructions on how to answer. This text will be displayed in the coloured banner once a section is opened to edit.") %>" aria-label="<%= _('More information: Section descriptions') %>">
+
diff --git a/app/views/sections/_edit_section.html.erb b/app/views/sections/_edit_section.html.erb
index 473c176..a177670 100644
--- a/app/views/sections/_edit_section.html.erb
+++ b/app/views/sections/_edit_section.html.erb
@@ -21,8 +21,8 @@
<%= text_area_tag("section-desc-#{section.id}", section.description , class: "tinymce") %>
">
-
+ data-content="<%= _("Enter a basic description. This could be a summary of what is covered in the section or instructions on how to answer. This text will be displayed in the coloured banner once a section is opened to edit.") %>" aria-label="<%= _('More information: Section descriptions') %>">
+
diff --git a/app/views/shared/_accessible_combobox.html.erb b/app/views/shared/_accessible_combobox.html.erb
index 4fe65ca..94d4182 100644
--- a/app/views/shared/_accessible_combobox.html.erb
+++ b/app/views/shared/_accessible_combobox.html.erb
@@ -44,7 +44,7 @@
// Initialize the clear buttons on load
// Replace the default js-combobox clear button [X] with a fontawesome icon
- $(clear).html('');
+ $(clear).html('');
$(clear).css("display", $(combo).val().trim().length <= 0 ? 'none' : 'inline');
// Function to hide/show the clear button when text changed in the dropdown
diff --git a/app/views/shared/_table_filter.html.erb b/app/views/shared/_table_filter.html.erb
index ebfd55b..d81a5e6 100644
--- a/app/views/shared/_table_filter.html.erb
+++ b/app/views/shared/_table_filter.html.erb
@@ -1,8 +1,8 @@
diff --git a/app/views/templates/_edit_annotations.html.erb b/app/views/templates/_edit_annotations.html.erb
index 94a7846..98d877a 100644
--- a/app/views/templates/_edit_annotations.html.erb
+++ b/app/views/templates/_edit_annotations.html.erb
@@ -60,8 +60,8 @@
-
+ data-content="<%= _('You can add an example or suggested answer to help users respond. These will be presented above the answer box and can be copied/ pasted.') %>" aria-label="<%= _('More information: Example answers') %>">
+
@@ -77,8 +77,8 @@
">
-
+ data-content="<%= _("Enter specific guidance to accompany this question. If you have guidance by themes too, this will be pulled in based on your selections below so it's best not to duplicate too much text.") %>" aria-label="<%= _('More information: Guidance') %>">
+
diff --git a/app/views/templates/_edit_template.html.erb b/app/views/templates/_edit_template.html.erb
index 0481d27..d119010 100644
--- a/app/views/templates/_edit_template.html.erb
+++ b/app/views/templates/_edit_template.html.erb
@@ -13,8 +13,8 @@
<%= text_area_tag("template-desc", template.description, class: "input-large tinymce") %>
-
+ data-content="<%= _('Enter a description that helps you to differentiate between templates e.g. if you have ones for different audiences') %>" aria-label="<% _('More information: Template descriptions') %>">
+