How to hide the required asterisk in Configurable list widget textbox?

  • syncro
    Asked on May 25, 2016 at 10:02 PM
    That solution doesn't work if I try to hide the asterisks in a filed in a configurable list widget. How could we do this in one of those type fields?
  • Chriistian Jotform Support
    Replied on May 26, 2016 at 12:41 AM

    I assume you are referring to this form? http://www.jotform.com/form/61316782905156

    I checked your form and I can see that you have already added an asterisk in the hint example of the configurable list.

    How to hide the required asterisk in Configurable list widget textbox? Image 1 Screenshot 40

    Now to make the field required, click on the Configurable list wand icon to open the wizard, then select General. Add an asterisk before the name of the field.

    How to hide the required asterisk in Configurable list widget textbox? Image 2 Screenshot 51

    Then to hide that asterisk, go to Custom CSS section of the wizard and inject the css below:

    span.required {

        display: none;

     

    }

    How to hide the required asterisk in Configurable list widget textbox? Image 3 Screenshot 62

    Do the same to all your Configurable list widgets and they should now be set to required while showing the required asterisk in the hint text.

    If you need further assistance, please let us know.