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://wordpress.org/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.
It's a quality plugin that has contact templates or customization. I got my contact form up in just a few clicks! I would recommend that they add more template options, however.
I have created a support case and they kept on moving it to resolved without any resolution! Their support is minimal till the moment and the issue seems to be related to any caching mechanism on site, which requires a fix from this plugin and not disabling cache!! For now I will keep the 1 star until I get a reply on my thread
Sometime after v 5.2.1, Contact 7 lost the ability to process entries from Edge and Chrome. Usage by our customers dropped 90%.
There are pages of comments on this forum sharing the "spinning ball" symptom. There's been no response from the developer in the past month, a very bad sign.
We finally used WP Rollback to take us from 5.4 to 5.2.1 and problem solved.