Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 617 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 617 Bytes

Jotform Text Casing widget

This widget allows for the conversion of text present in Jotform form fields into lowercase, uppercase or proper case. The output is transferred to Jotform Tables and can be used in conditions.

Demo form: https://www.jotform.com/221655896789075

Parameter setup:
srcId - Text
format - Dropdown (Lowercase, Uppercase, Propercase)
trim - Checkbox (Yes)

Due to the extreme simplicity of the logic, this widget can be a good blueprint for building iframe-based widgets that communicate with the rest of the form fields (which, from my experience, has not been done before).