gravity forms : use previous dropdown choice as variable in gform_pre_render? [closed]
Eventually the solution I used was this. Upon change of Dropdown A I have an ajax function request tha re-populated Downdown B with the filtered options based on the selection in Dropdown A. See the ajax jquery script… countryFilter = function () { var countryClass=”.dealer-country select”, dealerClass=”.dealer-name select”; $(countryClass).change(function(){ var countrySelect = $(this), country = … Read more