aurovrata / cf7-grid-layout

A WordPress plugin extension for Contact Form 7 to design responsive grid-layout forms.
https://wordpress.org/plugins/cf7-grid-layout/
GNU General Public License v2.0
6 stars 7 forks source link

bug hybrid dropdown #25

Closed oscarmoreta closed 2 years ago

oscarmoreta commented 2 years ago

The last version has an error

the variable $form must be e

  cf7Forms.not('div.cf7_2_post form.wpcf7-form').each(function(){
    $('.cf7sg-dynamic_checkbox', **$form**).each(function(){
      new HybridDropdown(this, $(this).cf7sgHybridddOptions());
    })
  })
aurovrata commented 2 years ago

must be e

e or this?

aurovrata commented 2 years ago

fixed in v4.12.2