Issue Loading when Multli Language
-
Hi,
when multilanguage is actived using gtranslate or wpml or weglot…. the form doesn’t send (keep spinning loading) in the translated language (domaine.com/fr/ for example)
error is:
index.js:1 POST https://domaine.com/fr/wp-json/contact-form-7/v1/contact-forms/8605/feedback 415
index.js:1 Response {type: ‘basic’, url: ‘https://domaine.com/fr/wp-json/contact-form-7/v1/contact-forms/8605/feedback’, redirected: false, status: 415, ok: false, …}Based on some blogs they suggested to add:
add_filter( ‘wpcf7_load_js’, ‘__return_false’ );
which fix the problem looks like BUT it reloads the page when it sends and no longer works in ajax.
Are any other fixes suggested?
thanks
The topic ‘Issue Loading when Multli Language’ is closed to new replies.