- Issue created by @nikit
- 🇪🇸Spain cesarmsfelipe
During debugging, your solution (use a hidden category field and synchronise it with the HTS values) is valid. However, make sure that the synchronisation occurs before executing the query, so that the correct filters are applied.
Let me know if this can help you or you need further clarification.
- 🇷🇺Russia nikit
Thank you for quick answer!
The current problem isn't about catching submit data.
Problem is exposed HTS select inputs - children elements filled with all children.
Let me show how it's work now:Top select element #1 filled:
- parent 1
- parent 2 (this is selected)Child select element #2 filled with:
child 1 of parent 1
child 2 of parent 1
child 1 of parent 2
child 2 of parent 2
child 3 of parent 2But select element #2 should be:
child 1 of parent 2
child 2 of parent 2
child 3 of parent 2Also, I didn't find there attached ajax events or js for calculating children for selected parents. Allchild elements prefilled with children elements (without parent dependancy).