What I am trying to do is add two dropdowns to my homepage one which will list cities and the second will list an industry type like “plumbing.” When a user selects both a city and industry they will then click a submit button which I would like to link to a single dynamic page returning a company profile matching the search criteria. I have a single database which has company name, description, location, and industry. Since there is only one business in each industry type per city it will be a single profile page not a list of companies.
Attached is a screenshot of the dropdown area on the homepage and the second attachment is the dynamic page I would like to return the read-only results.