E' possibile trasformare tutto il testo in maiuscolo?

  • salutesicilia
    Asked on March 10, 2015 at 3:54 PM
  • Elton Support Team Lead
    Replied on March 10, 2015 at 4:58 PM

    Hi,

    Yes, you can do that on the form level by injecting this custom CSS codes to your form. 

    .form-textbox, .form-textarea, .form-dropdown{

    text-transform:uppercase;

    }

    Guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes-to-your-Form

    Like I said, this is only on the form level and not save on database or on form submissions. If you want to apply this on submissions, you may implement it directly on your form source code using custom scripts.

    Let us know if you need further help. Thank you!