How to remove "options" word in the middle of multi-checkboxes?

kavitha_cr
Mega Guru

When I tried creating Multi-checkboxes under a label, In the middle of checkboxes, a single text line is populated when we select Legal-other field. But also "options" word is also populating after the single line text in the middle of checkboxes and also it is showing mandatory. so this 'options' word should be removed from the form. Is there any way to remove it?

find_real_file.png

20 REPLIES 20

Hello @Siva Jyothi ,

 

You can start new container after the single line text field and it ends after the single line text field. Also hide the container display name in container start variable.

It should work for you. Let me know what is the results of this.

 

Thanks,

Sagar Pagar

The world works with ServiceNow

Hello @Siva Jyothi ,

 

Any update on this, did this work for you.

Let me know if need assistance.

 

Thanks,

Sagar Pagar

The world works with ServiceNow

Hi @Sagar Pagar 

Actually container start and end dint work for my catalog. Please share if there is any other way of removing 'options' word

Thanks

Siva

Hello @Siva Jyothi,

We can not hide the option label. As previously mentioned, create another label just above the check-box. It will override option label with a new one with some meaning for check-box. instead of using DOM manipulation.

 

Thanks,

Sagar Pagar

The world works with ServiceNow

Hello @Siva Jyothi 

As mentioned above in my original reply, and reiterated down below in the other reply chain by Ankur and myself, you have two options:

1) Use DOM manipulation (which is not recommended, but will resolve your issue) to hide the "Options" label

or

2) Use the method I mentioned where you add another label variable above your checkbox sections and name it something tasteful for your needs.

Please mark my reply as Helpful & Correct if you decide to create another label variable otherwise, if you use DOM manipulation, see Ankur's post and mark his as Helpful/Correct.

Thank you!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!