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 1xBet clone script is a customizable software so[…]

A Bustabit clone script is a pre-made software sol[…]

Are you looking for ways to pay someone to write m[…]

BC.Game Clone

BC.game clone is a replica of the original BC.game[…]