You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My iFrames all use forms. When the form is submitted or any validation occurs with errors, the browser scrolls to the top of the page. If the user hits the submit button and there were errors, the user won't be aware because they are now at the top of the website.
I have tried:
$("#myIframeID").responsiveIframe({ scrollToTop: false });
But then the browser scrolls to the footer (where the iFrame is) on page load in Chrome and IE9.
I would appreciate any help. Thanks in advance.
The text was updated successfully, but these errors were encountered:
My iFrames all use forms. When the form is submitted or any validation occurs with errors, the browser scrolls to the top of the page. If the user hits the submit button and there were errors, the user won't be aware because they are now at the top of the website.
I have tried:
$("#myIframeID").responsiveIframe({ scrollToTop: false });
But then the browser scrolls to the footer (where the iFrame is) on page load in Chrome and IE9.
I would appreciate any help. Thanks in advance.
The text was updated successfully, but these errors were encountered: