Support General Loads options of select that depends of other select Reply To: Loads options of select that depends of other select

#9632
Anh TranAnh Tran
Keymaster

Hi,

This is very specific, so I think the only way to do that is via custom JavaScript.

  • You listen on "change" event of the parent select
  • Get the options' values you want to combine from 3 selects
  • Update the list of options of a select field.

Without custom JavaScript, I can't think about another solution.