Skip to main content
Participant
August 1, 2019
Answered

Uppercase tag

  • August 1, 2019
  • 1 reply
  • 1265 views

I'm creating a form in Excel and looking for the correct Adobe Sign text tag to set text in all caps (or uppercase). I can't seem to find any information on this.

This topic has been closed for replies.
Correct answer MichaelKazlow

Do I understand that you want to convert the form field values to capital letters despite the fact that the user has typed lower case letters? If so, you might need to create a script to convert the text to all capitals. This can be done fairly straightforwardly using JavaScript. If you want to use a calculated field text tag, please take a look at https://helpx.adobe.com/sign/help/adobesign_calculated_fields.html. I don't see anything listed that will do this for you automatically.

1 reply

MichaelKazlow
MichaelKazlowCorrect answer
Legend
August 3, 2019

Do I understand that you want to convert the form field values to capital letters despite the fact that the user has typed lower case letters? If so, you might need to create a script to convert the text to all capitals. This can be done fairly straightforwardly using JavaScript. If you want to use a calculated field text tag, please take a look at https://helpx.adobe.com/sign/help/adobesign_calculated_fields.html. I don't see anything listed that will do this for you automatically.

sean206Author
Participant
August 9, 2019

Thank you Michael!