How do I remove the * from the label of required fields, while keeping it required?

  • oldpc
    Asked on February 16, 2015 at 11:29 PM
    how do I remove the * from the label of required fields, while keeping it required
  • Welvin Support Team Lead
    Replied on February 17, 2015 at 7:05 AM

    Hi,

    Simply inject the following custom CSS codes to your form:

    span.form-required {

    display: none;

    }

    Just follow the instructions from this guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.

    Thanks

  • oldpc
    Replied on February 17, 2015 at 10:00 PM

    Thanks, but:

    - how do I remove the line?

    - how do I change the error text? a user will not understand the message.....

     

    How do I remove the * from the label of required fields, while keeping it required? Image 1 Screenshot 20

  • Kiran Support Team Lead
    Replied on February 17, 2015 at 11:50 PM

    Your question related to masked input is moved to a separate thread and shall be addressed there.

    http://www.jotform.com/answers/518011

    Thank you!