How to remove the asterisk in the Terms and Conditions?

  • cwesenhagen
    Asked on October 23, 2016 at 2:04 PM
  • John_Benson
    Replied on October 23, 2016 at 3:50 PM

    I checked your form and I didn't see the 3 asterisks you're referring. However, if you want to use our scrollable short terms widget or terms and conditions widget. You can remove the asterisk by adding custom CSS code in the widget. Here's a guide:

    1. Open you form. Search for the Short Scrollable Terms widget in the More Fields tab. After that, click the Wand icon to add custom CSS code.

    How to remove the asterisk in the Terms and Conditions? Image 1 Screenshot 30

    2. Go to the Custom CSS tab, paste this custom CSS code:

    .required { 

    display: none !important;

    How to remove the asterisk in the Terms and Conditions? Image 2 Screenshot 41

    You can also use Terms and Conditions widget. Use the same custom CSS code given in step number 2. 

    Let us know if you need further assistance.