I’m not sure if I just haven’t found where to do this or if there is no such functionality, but I want to be able to do the following:
• Have data in a database that is linked to my website
• Have a form on the website that has several dropdown boxes, the content in each box comes from the fields in my database.
(my current project at MTH is a sample list of bars/ restaurants in my city. Let’s say one drop down list has ‘Cuisine’ type, other has ‘location’, and other may have ‘$ per meal’, etc etc)
Dependent on the selection of the 1st drop down box i.e.cuisine, only the locations which have a bar or restaurant with that particular type of cuisine will be available to be picked in the ‘location’ drop down box.
I thought this would be a validation type, so that I first create one drop down box, then create a second box in the same form, and I use a validation rule that tells us that it only shows certain field data dependent on what was selected in the previous drop down list.
I hope this makes sense!
This way, the search will basically narrow itself down, so that the visitor could select precisely what he is looking for.
20.01.2010