You would have to implement this using AJAX and dynamic drop downs.
Here is a tutorial on how to dynamically populate a drop down:
http://www.gravityhelp.com/documentation/page/Dynamically_Populating_Drop_Down_Fields
However that is only going to cover how to do so in a static situation. You'd have to write custom code using jQuery to then interact with and change the values based on a selection using AJAX.
It would be a fairly complex customization and not as simple as just using a hook and setting the values because you'd have to use AJAX to update them without a page refresh taking place.
Posted 13 years ago on Monday November 28, 2011 |
Permalink