How to hide Asterisk from form field?

  • RogerYelvington01
    Asked on September 5, 2017 at 10:35 PM

    Hi Guys, how do I hide the Asterisk from a field?

    https://form.jotformpro.com/72477524420960

    Trying to hide "TrainAny" input_52_0 & input_52_1

     

    Thank you!

  • Ashwin JotForm Support
    Replied on September 6, 2017 at 12:34 AM

    Do you want to make this field as not required? Please note taht making a form field not required will also hide the asterisk. Please check the screenshot below on how to make it a form field not required:

    How to hide Asterisk from form field? Image 1 Screenshot 20

     

    If you want to just hide the asterisk form the field, please inject the following custom css code in form:

    #id_52 span.form-required {

        display: none;

    }

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