Can I change the input text font?

  • edward5289
    Asked on June 6, 2017 at 12:03 PM

    I would like to change the placeholder and input text font to Oswald if possible.

  • John_Benson
    Replied on June 6, 2017 at 1:34 PM

    You can edit/change the Placeholder in the Advanced Properties settings. To do that, please follow this guide:

    1. Log in to your account and open your form.
    2. Select the field and click the Properties icon.
    3. Go to the Advanced tab, change the Placeholder to your own preferences.

    Can I change the input text font? Image 1 Screenshot 30

    To change the Input text font to Oswald, please add this Custom CSS Code to your form:

    .form-all .form-textbox, .form-all .form-radio-other-input, .form-all .form-checkbox-other-input, .form-all .form-captcha input, .form-all .form-spinner input, .form-all .form-pagebreak-back, .form-all .form-pagebreak-next, .form-all .qq-upload-button, .form-all .form-error-message {

        font-family: oswald !important;

    }

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

    Result:

    Can I change the input text font? Image 2 Screenshot 41

    Hope that helps. If you have questions, please contact us again. Thank you.