Removing the required star in required field

  • davidiwl
    Asked on March 6, 2017 at 3:05 PM

    Hi,

    I've create 2 forms. The first one is REQUEST A DEMO, which is found on this page: 

    http://www.inwhatlanguage.com/request-a-demo/

    The settings on this page don't include the required star on the form, though some of the form fields are required. 

    I've created a second called Request A Demo 2, which is found here: 

    http://www.inwhatlanguage.com/request-a-demo-2/

    The required stars are showing here and making the spacing between the form fields wider. How can I make this second form look like the first, without the required stars? 

     

    Thanks

     

    Tallin

  • Jan
    Replied on March 6, 2017 at 5:04 PM

    We can hide the "required star/asterisk" in the field using custom CSS. Please insert the CSS code below in the Request Demo form 2:

    .form-required {
    display: none !important;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    Removing the required star in required field Image 1 Screenshot 20

    Hope that helps. Thank you.