Hide * symbol for each Required field

  • slave2thebean
    Asked on February 4, 2016 at 7:40 AM

    Hi-

     

    Is there a way to get rid of the * on required fields. I have several required fields but I'm using hints to place my field labels and would like to put the * as part of the hint. The problem is that two fields sit side by side. One of the fields is NOT required and the other is so having that * on the one that is required is pushing it down so it is not in alignment with the other one. 

    Hide * symbol for each Required field Image 1 Screenshot 20

    Thanks in advance!

    Sarah

  • Kiran Support Team Lead
    Replied on February 4, 2016 at 10:57 AM

    I understand that you want to remove the * mark on each required field of your JotForm. 

    Hide * symbol for each Required field Image 1 Screenshot 20

    Please try injecting the following CSS code to your JotForm in order to hide the required * mark on the fields.

    .form-required {

    display: none;

    }

    Hope this information helps! Please get back to us if you need any further assistance. We will be happy to help.

  • slave2thebean
    Replied on February 4, 2016 at 11:02 AM

    You are a star! Thanks- that did the trick!

    Sarah

  • Kiran Support Team Lead
    Replied on February 4, 2016 at 12:11 PM

    Great!! Glad to see that the issue is now resolved for you. Please do not hesitate to get in touch with us if you need any further assistance. We will be happy to help. 

    Thank you for using JotForm!!