How to remove "options" word in the middle of multi-checkboxes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2020 09:38 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2020 04:48 AM
Hello
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2020 12:51 AM
Hello
Any update on this, did this work for you.
Let me know if need assistance.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2020 08:25 AM
Hi
Actually container start and end dint work for my catalog. Please share if there is any other way of removing 'options' word
Thanks
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2020 09:58 AM
Hello
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2020 05:48 PM
Hello
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!