PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

GF Drop Down Fields and WooCommerce

  1. Leslie
    Member

    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

    Posted 12 years ago on Monday April 9, 2012 | Permalink
  2. kyle
    Member

    Try replacing .gforms_wrapper in the suggested code with:

    .gform_wrapper

    Posted 12 years ago on Tuesday April 10, 2012 | Permalink