Hi
There is a problem with radio button and check box in “Client Side Event” (Phpmaker 2024) ,
Disabled Radio field in “Page_Load” or “Page_Render” Server Event doesn’t enable in Client Side Event
.disabled() only set the “disabled” property of the input element, it will not work with radio button and checkbox list (with multiple radio buttons and checkboxes).
So phpmaker use Fieldname+RandomNumber for radiobox then I use [id^=‘x_RadioField’] to detect radiobox that start with x_name
I don’t know what is suitable radio box field name.
You may select based on the “data-target” attribute of the element. Again, see the HTML elements in your browser first. Also learn CSS Descendant combinator.