Hello,
My contact form works just fine except when I add a 'drop down' field to it. I am using a theme that has WooCommerce built in. The form displays an avia_style_wrap instead of the actual gforms_wrapper field for a drop down field only. If I comment out a function line in avia.js that is part of the theme, it will remove the container and display the correct input field. However, the form won't submit when I do this.
Theme support suggested I do the following in actually the woocommerce-mod.js file. I'm not having any luck with it and thought Gravity Forms support might be able to help.
They suggested:
var selects = jQuery(select_el).not('#rating, .gforms_wrapper');
They weren't sure of the coding for gforms. Any ideas as to what I should put in place of the above 'gforms.wrapper' or any ideas'?
Thanks -
L