After Submit Webform Builder Result...

User 3004957 Photo


Registered User
866 posts

After fill in the form details & click 'submit' I've noticed that on Internet Explorer 11 and Firefox the 'Almost Done' result block containing the link to paypal appears out of view in the screen so I have to scroll up to find it.

This does not happen on Opera, Chrome, 360 Safe Browser or Android as it appears where the the screen is without scrolling up or down.

fyi.....On a laptop the form is longer than the height of the screen.

Does anyone know a quick fix for this?

If anyone wants to test on these browsers here's the link: http://bit.ly/1Hs3a8g
User 187934 Photo


Senior Advisor
20,271 posts

This may get it done.
http://www.coffeecup.com/forums/web-for … post210811
Or this if you want to go to a certain position.
http://www.coffeecup.com/forums/web-for … post237926
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2642607 Photo


Registered User
33 posts

Hi Eric,

I tried your first suggestion and that automatically scrolled to the top but goes past the 'Almost Done' result block.
The second option I do not want to use because the form appears at different pixel locations depending on what device is used as a browser.

<script language="javascript">
$(document).ready(function() {
$('body iframe').load(function(){
$(window).scrollTop(0);
});
});
</script>

Is there a replacement of scrollTop that will force the block to open in situ?

$(window).scrollTop(0);
User 2642607 Photo


Registered User
33 posts

Hmmm, as a work around I have increased the top padding in the 'Almost Done' result block.

The block being larger now is visible on the screen in IE & Firefox.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.