in a drop down menu with a submit button. basically I want the user to
be able to choose a cuisine from a drop-down menu, click “submit” and
then that should pass the id to the search action. Thanks!
First, you’d place the select inside a form and then set the select so
that it returns the cuisine.id in the select. Add a submit button and
then your method specified in the form tag will receive the id as