Hello I would to categorize different checkboxes with different titles in the E&P forms. How should I add a bit of text above a group of checkboxes_
A bit like this:

Hello I would to categorize different checkboxes with different titles in the E&P forms. How should I add a bit of text above a group of checkboxes_
A bit like this:

Hi @LordGavin
This can be done via jQuery, first you need to inspect your page using Chrome DevTools to make note of the desired selectors you want to append text to, for that you can follow this guide:
Then you will have to follow this tutorial to know how to add text/HTML in your page using jQuery:
https://www.w3schools.com/jquery/jquery_dom_add.asp
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.