我使用了这段代码,但它无效。
function initContactForm() {
$( 'div.wpcf7 > form' ).each( function() {
var $form = $( this );
wpcf7.initForm( $form );
if ( wpcf7.cached ) {
wpcf7.refill( $form );
}
});
}
另外,我检查了很多stackoverflow的链接,但它不起作用,如:Contact Form 7 throws 'wpcf7.initForm is not a function' error when loading page through AJAX (smoothstate.js)
请任何人帮助我。