Search Knowledge Base by Keyword
ONBOARDING
DOCUMENT EDITOR
TEMPLATE AUTOMATION
- Select
- Table
- Text
- Image
- Link
- Text Input
- Money
- Date
- Button
- Clauses
- Header & Footer
- Calculation
- Title
- Question
- Switcher
- Page Number
- QR Code
- Footnotes and Endnotes
- Rich Text
- Template Sections
- Element Group
- Table of Contents
- Show all articles ( 7 ) Collapse Articles
- Conditions Overview
- Condition To Months-in-date
- Condition To Currency-in-money
- Condition To Question
- Condition To Button Elements
- Condition To Day-in-date
- Condition To Years-in-date
- Condition To Select
- Condition To Amount-in-money
- Condition To Text Input
- Condition To Clauses
- Condition To Calculation Elements
- Conditions To Switcher
- Condition To Document Language
- Condition To Date
- Condition To Any Content
- Condition To JSON Object
- Condition To Text
- Show all articles ( 3 ) Collapse Articles
PROCESS MANAGEMENT
ELECTRONIC SIGNATURE
DASHBOARD
WORKSPACE ADMINISTRATION
INTEGRATIONS
Upper Case Letters
Last review: March 2024
Goal:
Change lower case letters inserted by a user to a Text Input to upper case letters.
Instructions:
- Create the Template tag (name does not matter for the script) and attach this tag to a Text Input where should be upper case letters only.
- Insert the below-mentioned script to that tag.
Script Example:
var res = str.toUpperCase(); LEGITO.documentBuilder.event.element.setValue(res); |