form builder hints

This commit is contained in:
Alex Turchyn
2023-07-08 17:07:07 +03:00
parent a72882ce0f
commit 28290c4635
6 changed files with 26 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
Verify Signed PDF
</div>
<div class="text-xs">
<span class="font-medium">Click to upload</span> or drag and drop
<span class="font-medium">Click to upload</span> or drag and drop files
</div>
</div>
<input id="file" name="files[]" class="hidden" data-action="change:file-dropzone#onSelectFiles" data-target="file-dropzone.input" type="file" accept="application/pdf" multiple>
+3
View File
@@ -44,5 +44,8 @@
<%= svg_icon('send', class: 'h-5 w-5') %>
Tell about us
</a>
<a href="mailto:<%= Docuseal::SUPPORT_EMAIL %>" target="_blank" class="w-full block mt-4 underline text-center">
<%= Docuseal::SUPPORT_EMAIL %>
</a>
</div>
</div>