1
0
-1

Hi,

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

Kindly share where to update

    CommentAdd your comment...

    3 answers

    1.  
      1
      0
      -1

      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

       

        CommentAdd your comment...
      1.  
        1
        0
        -1

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

          CommentAdd your comment...
        1.  
          1
          0
          -1

          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.

          1. Saravanan

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

          CommentAdd your comment...