How to remove "options" label comes up from OOB after adding few checkboxes on the catalog item?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 01:15 AM
Requirement - Is to create a label type variable "Which fields need to be changed?" and add few checkboxes below it for the selection on the record producer form.
Current Behavior - After adding few check boxes it breaks the sequence and "options" label comes up [Screenshot is attached below].
Resolutions I tried [after searching on community]-
1. Created one "label" type variable let say "testing" and given the order between the checkboxes where "options" label is appearing. It helped to remove the "options" label and replace it with the one (I created) but when I tried to remove/hide the label it also hides all the checkboxes present below it. Methods I used to hide the label variable - UI policy - script & UI policy action & Client script. But not working as expected.
2. I also tried by creating "break" type variable and put it between the variables where "options" label is coming. But it neither replaces the "options" label nor it is hidden. - not worth it.
3. I have even tried by making "container-start" and "container-end" types of variables and kept the checkboxes between it - but no success.
4. At last, I have tried by creating one on-load client script and used DOM manipulation to remove the "options" label - but no success.