Editor: when checked, manipulate field
Editor: when checked, manipulate field
What is the best way to manipulate fields in a Form based on the contents of a checkbox or select?
Like, if a checkbox is checked, then disable a specific field...
I would otherwise use jQuery, but it sounds like the Editor documentation is suggesting I use .on() ?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @raydlevel5 ,
You can use
dependent()
for that - this example is doing exactly what you're after,Cheers,
Colin
Heck yeah!