How can I remove * from a requested field?

  • magutto
    Asked on October 19, 2016 at 6:09 AM

    Hi from Italy,

    I need to activate the requested option on some fields but, for few space reason, I need not to display the *

     

    Here you can find the form I'm speaking of: http://www.horecaworkshop.ru/ (now I've removed the option so you don't see the * symbols)

     

    Thanx in advance

     

    Matteo Musazzi

  • seth
    Replied on October 19, 2016 at 7:19 AM

    Hello Matteo,

    If I understand correctly, you want the "*" sign disappear from your form when you select a field as required. You can achieve by simply adding some CSS code to your form. Here is a demonstration on how you can do it:

    How can I remove * from a requested field? Image 1 Screenshot 30

    And here is the result:

    How can I remove * from a requested field? Image 2 Screenshot 41

    Here is the CSS code:

    .form-required {

    display: none !important;

    }

    I hope this answer helps/ Please contact us again if you have other questions.

    Cheers.

  • magutto
    Replied on October 19, 2016 at 7:55 AM

    Perfect, thank you very very much (I suggest you to insert this feature in a future jotform release).

    Bye Bye,

     

    Matteo.