Forums
(@inidada)
7 years, 6 months ago
Check this Solution
$('.cf7mls_next').on('click', function(){ var body = $("html, body"); body.stop().animate({scrollTop:150}, 500, 'swing', function() { }); });
I have same issue How to scroll on top for next step.