scroll to bottom after subscribe form postback
Hi,
So I have the subscribe form widget at the footer section. When it postbacks I want it to scroll to the position of the subscribe form so the user can see the message instantly without having to scroll or better yet show a popup after postback. Is there a way of doing this?
Thanks,
Hello Dimas,
Can you please add the following javascript to your page and check the behavior again:
$('html, body').animate( scrollTop: ($('.sfError').first().offset().top),500);