• Since version 5.4 there are alot of issues.

    – I would rearlly reccomend going back a version. The styling on the ajax loader causes issues.
    – Im using a SPA barba.js. To reinit CF7 I usually used the below code. This does not work anymore and I cant seem to get it right:

    function Cf7Init(){
        var loader = $(this.container).find('.ajax-loader');
        if (!loader.length) {      
            $( 'div.wpcf7 > form' ).each( function() {
                var $form = $( this );
                 wpcf7.initForm( $form );
                 if ( wpcf7.cached ) {
                 wpcf7.refill( $form );
                 }
            } );
        } 
    }

    – Im using https://ww.wp.xz.cn/plugins/intelligence/ to track Goals/Conversions on form submission. This also does not work anymore.

    Having said that and looking at the latest reviews I strongly reccomend going back a version and solving the current complaints first.

  • The topic ‘Issues since V5.4’ is closed to new replies.