How do I change the font of the Signature field?

  • SpokaneHS
    Asked on October 30, 2020 at 11:10 PM

    We do not need actual signatures on one of our forms, but want to use text as a signature. Is there a way to change the text font to a cursive font such as Brush Script MT in only one element or field?

  • roneet
    Replied on October 30, 2020 at 11:27 PM

    Please inject this CSS in your form:

    .jSignature {

     font-family: Brush Script MT, Brush Script Std, cursive!important;

    }

    Guide: https://www.jotform.com/help/117-how-to-inject-custom-css-codes

    Let us know how it goes.

    Thanks.