I have a form with two drop fields. The first one allow the user to select a language between Spanish and English.
The second one present the user various options translated in the selected language. The values presented will be filtered depending on the first (Language) drop selection.
I need the program to present the corresponding values for the second drop, immediately after the user changes the value for the first drop.
Actually, the user has to save the form after selecting the first drop value and the return to the form to select the second drop values.
Appreciate any help on this issue.