Hi,
How to bind and execute 2 select elements.
on main page I put 2 select (list 1 & list 2) and 1 button (click).
Each list have 4 option to choose
If user choose option (a,b,c,d) from list 1 and they choose option (1,2,3,4)
from the list 2 (randomly), after that press click button it should be navigate to other pages (detail/answer).
How I do it? I've tried to copy code from tutorial or docs but is not working .
Thank you