Hide OPTION title

max_danielewicz
Giga Expert

Hi There,

i was asked to create a new catalog item for the facilities module.

i created a record producer which contains 2 variables and 4 variable sets. One of the variable sets has several checkboxes. I realised that as soon as i have more than one checkbox a title OPTIONS is displays in addition to the container title.

find_real_file.png

how can i hide the OPTIONS title?

Additional info:

find_real_file.png

regards,

max

1 ACCEPTED SOLUTION

SanjivMeher
Kilo Patron
Kilo Patron

You can add a Label just after the container start variable to specify what type of checkbox it is. That will hide the 'option' text and add the label. You can't remove the options without adding a label. You may be able to use DOM manipulation, but that wont work on Service Portal.


Please mark this response as correct or helpful if it assisted you with your question.

View solution in original post

2 REPLIES 2

SanjivMeher
Kilo Patron
Kilo Patron

You can add a Label just after the container start variable to specify what type of checkbox it is. That will hide the 'option' text and add the label. You can't remove the options without adding a label. You may be able to use DOM manipulation, but that wont work on Service Portal.


Please mark this response as correct or helpful if it assisted you with your question.

big thanks