/jf-text-casing

Jotform Custom Widget that allows you to change the letter casing of strings

Primary LanguageJavaScript

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).