is possible to group select box with id or field more than 2 ?
Confluence User - 25 Mar, 2024
continue to question this how i can get parentid / value from selectbox to the child selectbox ?
so i have 3 select box,
select1 with id (kode1)
select2 with id (kode2)
select3
on select 3 i have query like this
select value,label,kode1,kode2 from table
so the select 3 will show value based on group with select 1 and select 2
forms;selectbox;grouping