How to auto CAPS LOCK in Form

Confluence User - 01 Aug, 2016

Hi,

How to auto CAPS LOCK in form, whenever user update in small caps 

Kindly share where to update

forms

4


02 Aug, 2016
confluenceUser
confluenceUser

Hi Saravanan

One way is to write your own plugin for a new text field element with built-in uppercase setting.

Alternatively, you can use Javascript to uppercase the field element before saving the form.

02 Aug, 2016
confluenceUser
confluenceUser

Hi King, Which field element i should update in my form, kindly please share with screen shot

02 Aug, 2016
confluenceUser
confluenceUser

Alternatively, you can use CSS to format the fields -http://www.w3schools.com/CSSref/pr_text_text-transform.asp

04 Aug, 2016
confluenceUser
confluenceUser

Hi,

You can use JavaScript and/or CSS to achieve this. Add a Custom HTML element into your form and add the relevant JavaScript/CSS there. There are many resources online if you search for it e.g.

http://stackoverflow.com/questions/15163570/how-can-i-change-all-input-values-to-uppercase-using-jquery

http://stackoverflow.com/questions/5757101/change-input-to-upper-case

 

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print