I have a single form with two dynamic fields, both "dynamically created from your taxonomy"
First dynamic field (A) is a radio button with two choices
Second dynamic field (B) is a checkbox list
I'd like the items in B to be adjusted (set / unset) according to the choice in A. (with immediate/AJAX update, not just on submit).
So depending on the choice in A, the user could only select certain of the options in B.
Found a hook "frm_setup_new_fields_vars" that allows adjusting the B options, but only when the form loads. Not when field A is clicked / changed.
Maybe I need a hook that provides "on change" events for A, but couldn't find that, so think I'm looking with the wrong search terms :D
The conditional logic only seems to allow an entire dynamic field to show/hide based on A, and only at form load or page change. Is there a way to handle such a situation ?
Thanks. I'm happy to implement something with jQ. Now you've kindly confirmed the function doesn't exist in FF, that's exactly what I'll do!
Really appreciate your constant help and "voice of experience" at these forums Victor.
Please login or Register to submit your answer