Ask questions about installing and configuring ProcessMaker 3
By mickyus
#789859
Hello,

I set checkgroup and variables with key and label in dynaform. Can I have multiple lines at the label? I couldn't find javascript method.

Regards,

Mickyus
User avatar
By amosbatto
#789869
You can use this JavaScript code to set the label of the second checkbox in a checkgroup:
Code: Select all
$("#selectServices").getControl().eq(1).siblings("span").html("Lawn<br>Service")
(note that counting in eq() starts from 0)
Or you can use this to set the label of a checkbox in a checkgroup whose value is "lawn_service":
Code: Select all
$("#selectServices").find("input[value=lawn_service]").siblings("span").html("Lawn<br>Service")
Where "selectServices" is the ID of the checkgroup.

A crypto casino clone script is a pre-built, custo[…]

If you are planning to convert your Outlook OST fi[…]

You can download the best DBX to PST Converter us[…]

If you are still searching for a tool to import PS[…]