diff --git a/app/javascript/submission_form/dropzone.vue b/app/javascript/submission_form/dropzone.vue
index 9734bace..39fe5759 100644
--- a/app/javascript/submission_form/dropzone.vue
+++ b/app/javascript/submission_form/dropzone.vue
@@ -29,7 +29,7 @@
{{ message }}
- Click to upload or drag and drop
+ Click to upload or drag and drop files
diff --git a/app/javascript/template_builder/dropzone.vue b/app/javascript/template_builder/dropzone.vue
index 175c4781..65f2ef16 100644
--- a/app/javascript/template_builder/dropzone.vue
+++ b/app/javascript/template_builder/dropzone.vue
@@ -29,7 +29,7 @@
{{ message }}
- Click to upload or drag and drop
+ Click to upload or drag and drop files
diff --git a/app/javascript/template_builder/fields.vue b/app/javascript/template_builder/fields.vue
index af558c2d..98f93c1d 100644
--- a/app/javascript/template_builder/fields.vue
+++ b/app/javascript/template_builder/fields.vue
@@ -67,6 +67,25 @@
+
+
+
+ Draw a text field on the page with a mouse
+
+
+ Single click of the page to add a checkbox
+
+
+ Drag & drop any other field type on the page
+
+
+ Click on the field type above to add it to the form without drawing it on the document
+
+
+