I have 3 dynamic cascade selects:
1. Select Category (Parent)
2. Select Category (Child)
3. Select Content
This works so far but i want to prefill select 1 with a value and hide it (no manual selection of select 1). Using conditional states the first select is prefilled but the 2. select doesnt trigger the change. I guess its a problem with the ajax functions filling the value of the selects with the values entered in the select before.
So how can i change the conditional state function to trigger the change in select 1 on load?