How to capitalize the text of dropdown option values?

  • Adath
    Asked on October 14, 2015 at 10:57 AM

    Right now I have the categories in all caps, but I'd like to indent the fund names. (I tried to add two spaces, but it didn't save that way.) Or maybe all caps and bold. Can I do that?

     

    Thanks

  • Ashwin JotForm Support
    Replied on October 14, 2015 at 2:03 PM

    Hello Adath,

    Yes it is possible to make the option values to uppercase and bold. Please inject the following custom css code in your form :

    .form-dropdown {

        padding: 2px 2px 2px 6px; /* Change the value of 6px to further add left margin*/

        font-size: 1em; /*change font size*/

        text-transform: uppercase;  /* to make option values all caps */

    }

    The following guide should help you how to inject custom css code in form:  http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Do get back to us if you want some other changes.

    Thank you!