Hello, I’m having trouble getting jQuery to define even when adding jquery to the list of exclusions. My gravity forms all load except the ones that rely on conditional input. I tried adding conditional_logic.js to the list, but that didn’t seem to help. Do you have any other ideas as to what I could try?
It seems that this line may be out of order, but I’m not sure how to move it via an exclusion:
<script type='text/javascript'> if(typeof gf_global == 'undefined') var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2},"base_url":"http:\/\/mediaschool.indiana.edu\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"http:\/\/mediaschool.indiana.edu\/wp-content\/plugins\/gravityforms\/images\/spinner.gif"};jQuery(document).bind('gform_post_render', function(event, formId, currentPage){if(formId == 9) {if(window['jQuery']){if(!window['gf_form_conditional_logic'])window['gf_form_conditional_logic'] = new Array();window['gf_form_conditional_logic'][9] = {'logic' : {9: {"f
Thanks for the plugin. It has really sped up my site so far!