Hello,
I'm trying to create two dependent Dynamic dropdown boxes in a form. The parent dropdown (Countries) will filter the child dropdown (Resorts).Countries data labels and values are fixed (ie.not dynamic).
I've spent some time struggling with MM's solution of doing this through arrays on the Client Side. I know several people have got this working ok, but my result set for resorts is quite big and may slow my page down anyway so I'm thinking of going to the server.
Can anyone point me towards an example tutorial/script that will help me with building the following process. I can only seem a reference to MM's solution?
Process will be:
1) User selects a Country from first dropdown
2) Go off to server, use the Country to filter Resorts
3) Filtered resorts appear in Resort dropdown
4) User selects resort
Do I need a Javascript on change event for when a user selects a country from the country dropdown ? ie. how do I force the form to go and lookup resorts per country when a user selects a different country ?
Any help appreciated.
I'm trying to create two dependent Dynamic dropdown boxes in a form. The parent dropdown (Countries) will filter the child dropdown (Resorts).Countries data labels and values are fixed (ie.not dynamic).
I've spent some time struggling with MM's solution of doing this through arrays on the Client Side. I know several people have got this working ok, but my result set for resorts is quite big and may slow my page down anyway so I'm thinking of going to the server.
Can anyone point me towards an example tutorial/script that will help me with building the following process. I can only seem a reference to MM's solution?
Process will be:
1) User selects a Country from first dropdown
2) Go off to server, use the Country to filter Resorts
3) Filtered resorts appear in Resort dropdown
4) User selects resort
Do I need a Javascript on change event for when a user selects a country from the country dropdown ? ie. how do I force the form to go and lookup resorts per country when a user selects a different country ?
Any help appreciated.