WEB FORM BUILDER #3 - Post ID 223750

User 2275338 Photo


Registered User
13 posts

I don't know why it changes it I copy the exact correct one and it shows up like that I will try again in 5 mins
User 2275338 Photo


Registered User
13 posts


this is what i am showing after saving it which looks correct but it is still doing it

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script language="javascript">
$(document).ready(function() {
$('body iframe').load(function(){
$(window).scrollTop(0);
});
});
</script>
<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><script type="text/javascript">document.write(unescape("%3Ciframe id=\"fb_iframe\" src=\"http://formsat.jandmservices.co.uk/sd.php" + window.location.search + "\" width=\"100%\" height=\"1304\"allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"%3E&lt;a href=\"http://formsat.jandmservices.co.uk/sd.php\" title=\"sd\"&gt;Check out my CoffeeCup Form&lt;/a&gt;%3C/iframe%3E"));</script>
<noscript>
<iframe height="1304" style="border:none; background:transparent; overflow:hidden; width:100%;"
id="fb_iframe" src="http://formsat.jandmservices.co.uk/sd/sd.html">
&lt;a href="http://formsat.jandmservices.co.uk/sd.php" title="sd"&gt;Check out my CoffeeCup Form&lt;/a&gt;
</iframe>
</noscript>
User 187934 Photo


Senior Advisor
20,271 posts

The page your form is on is missing all the basic elements to make it render properly in a browser and the script won't work with out them. The page still looks the same as it did earlier.
Build a basic page and place the form code in the body and the script in the head area of the page.
http://www.w3schools.com/html/
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 2275338 Photo


Registered User
13 posts

yes I took the script out again in case it gave me problems. Ok I will look into this. I just created a blank page and put the form in it I will try again over the next couple of days

thank you
john
User 2275338 Photo


Registered User
13 posts

Sorry it has taken me so long I have just got around to setting up the page properly i tried the script code in the body and in the head and in the top and all of them are still showing the submit form confirmation page which ends up at the top of the page in chrome and the page starts at the bottom.
this is the page code i don't know if anything is wrong with it but form works ok its just the confirmation page showing blank unless you scroll up and see the confirmation box.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
02

03
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script><script language="javascript">
$(document).ready(function() {
$('body iframe').load(function(){
$(window).scrollTop(0);
});
});
</script>
<title></title>
</head>
<body>
<p>
<script type="text/javascript">document.write(unescape("%3Ciframe id=\"fb_iframe\" src=\"http://formsat.jandmservices.co.uk/sd.php" + window.location.search + "\" width=\"100%\" height=\"1304\"allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"%3E&lt;a href=\"http://formsat.jandmservices.co.uk/sd.php\" title=\"sd\"&gt;Check out my CoffeeCup Form&lt;/a&gt;%3C/iframe%3E"));</script><noscript>
<iframe height="1304" style="border:none; background:transparent; overflow:hidden; width:100%;"
id="fb_iframe" src="http://formsat.jandmservices.co.uk/sd/sd.html">
&lt;a href="http://formsat.jandmservices.co.uk/sd.php" title="sd"&gt;Check out my CoffeeCup Form&lt;/a&gt;
</iframe>
</noscript></p>
</body>
</html>
User 187934 Photo


Senior Advisor
20,271 posts

Give this a try. I tested and it works.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script language="javascript">
$(document).ready(function() {
$('body iframe').load(function(){
$(window).scrollTop(0);
});
});
</script>
<title></title>
</head>
<body>
<p>
<script type="text/javascript">document.write(unescape("%3Ciframe id=\"fb_iframe\" src=\"http://formsat.jandmservices.co.uk/sd.php" + window.location.search + "\" width=\"100%\" height=\"1304\"allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"%3E&lt;a href=\"http://formsat.jandmservices.co.uk/sd.php\" title=\"sd\"&gt;Check out my CoffeeCup Form&lt;/a&gt;%3C/iframe%3E"));</script><noscript>
<iframe height="1304" style="border:none; background:transparent; overflow:hidden; width:100%;"
id="fb_iframe" src="http://formsat.jandmservices.co.uk/sd/sd.html">
&lt;a href="http://formsat.jandmservices.co.uk/sd.php" title="sd"&gt;Check out my CoffeeCup Form&lt;/a&gt;
</iframe>
</noscript></p>
</body>
</html>
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 2275338 Photo


Registered User
13 posts

That seems to have done it thank you so much.
It did not at first so I thought I better clear the cache just in case and it seems to be working fine now.

Thank you again
User 2275338 Photo


Registered User
13 posts

Wow I am so pleased it is even putting in all the text correctly. Before if a person gave a lot of text on many lines the bottom of their text was missing from view and now it is operating as it should and showing all the text it must have been the way the page was set up.

Fantastic

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.