Autofill subsequent dropdowns to Select All when they contain multiple valid options
I have two multi cascade dropdown fields working great. Field 2 options are dependent on Field 1 selections (perfect). I would like to set Field 2 to ‘select all’ options made available and make it read only.
Hi,
Unfortunately there is not built in functionality for doing this (only when there are only ONE available option).
I guess you could try using the spjs_casc_ready function (see user manual), but it would require that you write some custom js to select all available options and add them as selected.