How can I accomplish the following?
My Editor form has two (or more) fields, both pulldowns (using Selectize). Since the field arrays are loaded at startup, I cannot implement it via SQL in the PHP file.
Depending on the option that the user selects in pulldown A, I want to filter (based on a FK) the entries shown for pulldown B.
Thanks!