From 28290c4635b155314c7d2b9a9d45e41266b7dfdc Mon Sep 17 00:00:00 2001 From: Alex Turchyn Date: Sat, 8 Jul 2023 17:07:07 +0300 Subject: [PATCH] form builder hints --- app/javascript/submission_form/dropzone.vue | 2 +- app/javascript/template_builder/dropzone.vue | 2 +- app/javascript/template_builder/fields.vue | 19 +++++++++++++++++++ app/views/esign_settings/index.html.erb | 2 +- app/views/shared/_settings_nav.html.erb | 3 +++ lib/docuseal.rb | 1 + 6 files changed, 26 insertions(+), 3 deletions(-) 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 +
  • +
    +