Hi,
Just made 2 tests, and problems seems to be related with another plugin.
The Contact form ajax response is
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "https://www.w3.org/TR/REC-html40/loose.dtd">
<!-- ngg_resource_manager_marker -->
<script type="text/javascript">
jQuery(document).ready(function($) {
var config = {
location: 'top',
align: 'right',
offset: 150,
speed: 600,
width: 260,
height: 380,
slider: 'dc_jqsocialmediatabs_widget-2-slide',
slides: 'dc_jqsocialmediatabs_widget-2-tab',
tabs: 'social-tabs',
slideWrap: 'dc_jqsocialmediatabs_widget-2-wrap',
direction: 'horizontal',
autoClose: true,
method: 'slide',
start: 0
};
if(!jQuery().dcSlickTabs) {
$.getScript('https://fotografia-slubna-piotrkow.pl/wp-content/plugins/social-media-tabs/js/jquery.dcsmt.1.0.js', function(){
jQuery('#dc_jqsocialmediatabs_widget-2-item').dcSlickTabs(config);
});
} else {
jQuery('#dc_jqsocialmediatabs_widget-2-item').dcSlickTabs(config);
}
$('.dc-social .tab-content a').click(function(){
this.target = "_blank";
});
});
</script>
{"mailSent":true,"into":"#wpcf7-f1210-p24-o1","captcha":null,"message":"Your message was sent successfully. Thanks."}
All the code other than {"mailSent":true,"into":"#wpcf7-f1210-p24-o1","captcha":null,"message":"Your message was sent successfully. Thanks."}
is breaking the request,by looking into this, if you disable the plugin “Social Media Tabs 1.5.4” the problem should vanish.
Let me know if it worked out.
Best
Jose