Is there a way to make a Matrix Dynamique text box default to ALL CAPS entry?

  • Grancy657
    Asked on April 9, 2019 at 8:08 PM

    Is there a way to make a Matrix Dynamique text box default to ALL CAPS entry?  I've written instructions for the users to do so, but we all know how that goes sometimes!

    I don't know CSS, but if you tell me exactly how to do it, I'm fairly confident I can add it to the form.  Thanks so much!

     

    Beth Ng

  • jherwin
    Replied on April 9, 2019 at 10:29 PM

    Please inject this custom CSS code to your matrix dynamique widget:

    input#input_c0,input#input_c1,input#input_c2,input#input_c3,input#input_c4 {
       text-transform: uppercase!important;
    }

    Guide: How-to-Inject-CSS-Codes-to-Widgets

    Please give it a try and let us know how it goes.

  • Grancy657
    Replied on April 9, 2019 at 11:43 PM
    That worked while I typed in the names, but when I hit Save and add a row, they reverted to lower case. And the reply email displayed lower case letters also. I need the reply email as well as the input screen to display all caps. Thanks for this, though. Seems like I’m half way there!
    Beth
    ...
  • Mike_G JotForm Support
    Replied on April 10, 2019 at 2:50 AM

    To fix the issue, please inject the additional CSS codes below to the custom CSS tab of the widget.

    span.spantext {

        text-transform: uppercase;

    }

    1554878935t02 46 41 Screenshot 10

    I hope this helps. If you have other questions or concerns, please do not hesitate to let us know.