DragonByte Tech
Well-known member
Sorry for the poor title.
I want to use the "disabler" system to enable the submit row if I have checked one or more options from a
If I use
If I use that code on the
Is there any way to achieve what I want without custom JS?
Thanks!
Fillip
I want to use the "disabler" system to enable the submit row if I have checked one or more options from a
checkboxrow
with an arbitrary amount of options.If I use
data-xf-init="disabler" data-container=".js-submitDisable"
on the parent checkboxrow, it doesn't enable the submit row when checking one of the options.If I use that code on the
xf:option
element, then checking one option -> check & uncheck another option will disable the submit row.Is there any way to achieve what I want without custom JS?
Thanks!
Fillip