I've managed a workaround:
$('.wpcf7-submit').click(function() {
$('html, body').animate({
scrollTop: $(".wpcf7").offset().top
}, 2000);
});
The root of the problem appears to be the positioning of the [response] shortcode.
I've managed a workaround:
$('.wpcf7-submit').click(function() {
$('html, body').animate({
scrollTop: $(".wpcf7").offset().top
}, 2000);
});
The root of the problem appears to be the positioning of the [response] shortcode.