Is it possible to mark a field as required but to avoid seeing the star symbol? Thank you

  • mtirigall
    Asked on January 14, 2016 at 2:24 PM
  • Boris
    Replied on January 14, 2016 at 4:50 PM

    Yes, you can mark your desired fields as required, and then use custom CSS on your form to hide the asterisk symbols from being visible.

    You would need to use the following custom CSS:

    .form-required { display: none; }

    You can inject custom CSS codes into your form either by following this guide, or by opening your form in the Designer and pasting the code into the textbox under the CSS tab:

    Is it possible to mark a field as required but to avoid seeing the star symbol? Thank you Image 1 Screenshot 20

    Let us know if you need further assistance or clarifications, and we will be happy to help. Thank you.