TeamDesk Knowledge Base & Support

   Home      FAQ      Forum      Idea Exchange      Ask a Question      My Stuff      Help   
  
Change wording on Signature column
Currently, when a client uses the SIGN OFF button, they are navigated to a blank page with:
"Please sign off below and save"
At the bottom of the screen are 3 buttons:
Done, Reset and Cancel
Can we change the wording at the top to be:
Please sign off below and click "Done"
Also, can we have a boxed area within which to sign please...requested from a client 😀


ID
1413
Category
User Experience
Author

basenine
Date Created
2/17/2021 10:53:16 PM
Date Updated
2/22/2021 11:31:13 AM
Status
New Idea
Score
20
Promoted By
calvin petersbasenine
Comments
calvin peters 2/18/2021 8:28:06 AM
That would certainly make it easier for users to "keep it between the lines" when signing for documents and forms.
Resizing signature files to fit into WORD.docx is (admittedly because it IS WORD) a pain when the space for the signature is so variable when first created.
This could help in keeping signatures to a more uniform size so that we can properly format them to the WORD.docx layout.
On a tangential note, a better DOCUMENT LAYOUT (ie: not WORD, perhaps, dare I suggest PDF) would be amazing, but that belongs in a different thread... :)
basenine 2/22/2021 4:48:08 AM
I was able to change the wording on the form using .css.....

.ui-dialog-title{
visibility: hidden;
}
.ui-dialog-title:after{
visibility: visible;
content: "Please Sign Off below and click DONE";
display: block;
position: absolute;
top: 5%;
left: 25%;
right: 25%
}

Here's the resource I used:
https://www.geeksforgeeks.org/how-to-replace-text-with-css/

May the geek be with you 😉

calvin peters 2/22/2021 11:31:13 AM
Elegant!
Many thanks sir!
Feedback
 
Back to Search Results