Where to edit CSS in the form?

  • Matthew Dixon
    Asked on June 23, 2019 at 6:07 AM

    Hi, I am wanting to add some custom CSS code to change the case of the forms, please can you help me find where I can edit CSS, all of the help articles I don't seem to have the option?

  • Richie JotForm Support
    Replied on June 23, 2019 at 8:00 AM

    To clarify, do you want to edit your labels to upper case or your form inputs?

    You can try this custom CSS to make all your inputs into upper case

    input {

    text-transform: uppercase !important;

    }

    You may add your CSS code in your  Form designer.

    Here is a guide:https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes



  • mattdixon
    Replied on June 23, 2019 at 8:02 AM

    Hi,

    It is the form inputs, I have realised that I want the forms to be in card format, however I notice the option to customise the CSS is not there? Is there a workaround?

  • Richie JotForm Support
    Replied on June 23, 2019 at 9:12 AM

    Unfortunately, there is no option for the Card form to add CSS.

    For more information regarding Card Form, here is guide:https://www.jotform.com/help/494-Cards-or-Classic-Which-One-Should-I-Use

    Hope this information helps.