Dynamic Dropdown cache
Hi, I currently have 3 dropdown menu's created.
Menu 1 displays area
Menu 2 displays places within that area from Menu 1
Menu 3 displays places within Menu 2
This works fine. My problem is that when the form is submitted and the user returns back to this page, menu 2 & 3 are no longer populated. Menu 1 is because it is a dynamic list.
Even though the original option selected is displayed when you return the page, nothing will happen with the other menu's because they are only generated on the onChange event.
Is there any easy way to resolve this.
Also, is there a way to keep a static value when using dynamic data. For menu 2 & 3 at the moment i have a static value of i.e "Please select" but on the onChange event the menu's are populated and the static value removed.
Any help much appreciated,
Colm