Remove Icon From This Field is Required

  • Sustain_Health
    Asked on November 13, 2017 at 8:20 PM

    HI,

    How can I remove the Icon from the This field is required alert?


    Thank you for your support!

    Jotform Thread 1297999 Screenshot
  • BJoanna
    Replied on November 14, 2017 at 2:28 AM

    To remove the icon form 'This field is required' warning message add this CSS code to your form:

    .form-error-message img{

    visibility:hidden;

    }

    How to Inject Custom CSS Codes

    1510643931icon Screenshot 10

    Here is my demo form: https://form.jotform.com/73171091251953 

    Feel free to contact us if you have any other questions.