Hello,
How can I implement this one. to autochoose category dropdown from ingredient dropdown. FOr example, If I choose apple, it will autochoose fruit.. Many thanks
@Anonymous
It depends on how you populate the choices for dropdown 2 - for example, if you are using a search, you can filter the results of the search based on the selection from dropdown 1. You may also be able to use the change handler for dropdown 1 to set the form.dropdown2 token to auto-select a value for dropdown 2
Thank you. It is working