Form appeared partially
Hi,
I've form created at http://www.marchsoft.com/test/ClinicalDay_2014.html that come up in its entirety, but when refreshed or some times later, it shows up only logo and does not render all. Sometimes refreh helps sometimes cleaning the history, but sometimes problems become hectic, any opinion?
I've been suggested to put following code to render the page from the beginning when it is directed to payment site. Any chance that it could be problematic?
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script language="javascript">
jQuery(document).ready(function() {
$('body iframe').load(function(){
$(window).scrollTop(0);
});
});
</script>
I've form created at http://www.marchsoft.com/test/ClinicalDay_2014.html that come up in its entirety, but when refreshed or some times later, it shows up only logo and does not render all. Sometimes refreh helps sometimes cleaning the history, but sometimes problems become hectic, any opinion?
I've been suggested to put following code to render the page from the beginning when it is directed to payment site. Any chance that it could be problematic?
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script language="javascript">
jQuery(document).ready(function() {
$('body iframe').load(function(){
$(window).scrollTop(0);
});
});
</script>
One another think is, it comes up very slow.
Check we're your hosting server, sounds like issues with that or your internet at your own location. I haven't tried the form, but I do know that slowness wouldn't have anything to do with the form itsel.
Thanks, slowness is not a major issue, but rendering half of the form creates big issue for me, any opinion?
Well that's just the issue, if your internet or your server is running slow, sites tend to not fully load the scripted elements and many times images, and text areas as well as forms.
Check those two things and see if there are issues going on so you know if that's the cause or not For the slowness. Let us know either way, but let's rule out those two possibilities first.
Keep in mind that once the speed issue is fixed you may need to clear your browser cache again to clear any files that may have loaded incorrectly.
Check those two things and see if there are issues going on so you know if that's the cause or not For the slowness. Let us know either way, but let's rule out those two possibilities first.
Keep in mind that once the speed issue is fixed you may need to clear your browser cache again to clear any files that may have loaded incorrectly.
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.