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

How do I show data from gravity forms in my template? [closed]

You can look at the docs, but you’ll probably end up reading the real documentation: the source code. If you do, you’ll find that: GFFormsModel::get_leads($form_id) returns a list of entries for a form (maybe you know that one already), where each item in the array is itself an array, an “Entry object“ GFFormsModel::get_form_meta($form_id) returns a … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)