Stuck in Window - Post ID 214614
Hey Folks -
Put the code into my website page as an iframe.
https://www.waypointcc.me/onlinegiving.html
After the person fills out the form, it goes to a thank you page and then refreshes back to the homepage.
https://www.waypointcc.me/thankyou.html
When go through the form and all of the information is entered it gets stuck in the frame so I have a mess.
Any thoughts...
If anybody wants to try here is generic CC info that will process.
4111-1111-1111-1111
12/12
023
Put the code into my website page as an iframe.
https://www.waypointcc.me/onlinegiving.html
After the person fills out the form, it goes to a thank you page and then refreshes back to the homepage.
https://www.waypointcc.me/thankyou.html
When go through the form and all of the information is entered it gets stuck in the frame so I have a mess.
Any thoughts...
If anybody wants to try here is generic CC info that will process.
4111-1111-1111-1111
12/12
023
Is the thank you a Redirect to another url that you entered or the built in custom page? Sounds like you need to adjust your link target to bust out of the iframe.

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
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
This is the code I have now.
How would i "break out"?
How would i "break out"?
{
"confirmpage" : "<!DOCTYPE html>\n<html dir=\"ltr\" lang=\"en\">\n<head>\n<title>Success!</title>\n<meta charset=\"utf-8\">\n<style type=\"text/css\">\nbody {background: #f9f9f9;padding-left: 110px;padding-top: 70px; padding-right: 20px;max-width:700px;font-family: Helvetica, Arial;}\ntable{width:80%;}\np{font-size: 16px;font-weight: bold;color: #666;}\nh1{font-size: 60px !important;color: #ccc !important;margin:0px;}\nh2{font-size: 28px !important;color: #666 !important;margin: 0px; border-bottom: 1px dotted #00A2FF; padding-bottom:3px;}\nh3{font-size: 16px; color: #a1a1a1; border-top: 1px dotted #00A2FF; padding-top:17px; font-weight: bold;}\nh3 span{color: #ccc;}\ntd {font-size: 12px !important; line-height: 30px; color: #666 !important; margin: 0px;border-bottom: 1px solid #e9e9e9;}\ntd:first-child {font-size: 13px !important; font-weight:bold; color: #333 !important; vertical-align:text-top; min-width:100px; padding-right:5px;}\na:link {color:#666; text-decoration:none;} a:visited {color:#666; text-decoration:none;} a:hover {color:#00A2FF;}\n</style>\n</head>\n<body>\n<h1>Thanks! </h1>\n<h2>The form is on its way.</h2>\n<p>Here’s what was sent:</p>\n<div>[_form_results_]</div>\n<!-- link back to your Home Page -->\n<h3>Let’s go <span> <a target=\"_blank\" href=\"http://www.coffeecup.com\">Back Home</a></span></h3>\n</body>\n</html>\n",
"gotopage" : "http://www.waypointcc.me/thankyou.html",
"inline" : "<center>\n<style type=\"text/css\">\n#docContainer table {margin-top: 30px; margin-bottom: 30px; width:80%;}\n#docContainer td {font-size: 12px !important; line-height: 30px;color: #666666 !important; margin: 0px;border-bottom: 1px solid #e9e9e9;}\n#docContainer td:first-child {font-size: 13px !important; font-weight:bold; color: #333 !important; vertical-align:text-top; min-width:100px; padding-right:5px;}\n</style>\n[_form_results_]\n<h2>Thank you!</h2><br/>\n<p>Your donation was successfully submitted. We received the information shown above.</p>\n</center>",
"type" : "gotopage"
},
"confirmpage" : "<!DOCTYPE html>\n<html dir=\"ltr\" lang=\"en\">\n<head>\n<title>Success!</title>\n<meta charset=\"utf-8\">\n<style type=\"text/css\">\nbody {background: #f9f9f9;padding-left: 110px;padding-top: 70px; padding-right: 20px;max-width:700px;font-family: Helvetica, Arial;}\ntable{width:80%;}\np{font-size: 16px;font-weight: bold;color: #666;}\nh1{font-size: 60px !important;color: #ccc !important;margin:0px;}\nh2{font-size: 28px !important;color: #666 !important;margin: 0px; border-bottom: 1px dotted #00A2FF; padding-bottom:3px;}\nh3{font-size: 16px; color: #a1a1a1; border-top: 1px dotted #00A2FF; padding-top:17px; font-weight: bold;}\nh3 span{color: #ccc;}\ntd {font-size: 12px !important; line-height: 30px; color: #666 !important; margin: 0px;border-bottom: 1px solid #e9e9e9;}\ntd:first-child {font-size: 13px !important; font-weight:bold; color: #333 !important; vertical-align:text-top; min-width:100px; padding-right:5px;}\na:link {color:#666; text-decoration:none;} a:visited {color:#666; text-decoration:none;} a:hover {color:#00A2FF;}\n</style>\n</head>\n<body>\n<h1>Thanks! </h1>\n<h2>The form is on its way.</h2>\n<p>Here’s what was sent:</p>\n<div>[_form_results_]</div>\n<!-- link back to your Home Page -->\n<h3>Let’s go <span> <a target=\"_blank\" href=\"http://www.coffeecup.com\">Back Home</a></span></h3>\n</body>\n</html>\n",
"gotopage" : "http://www.waypointcc.me/thankyou.html",
"inline" : "<center>\n<style type=\"text/css\">\n#docContainer table {margin-top: 30px; margin-bottom: 30px; width:80%;}\n#docContainer td {font-size: 12px !important; line-height: 30px;color: #666666 !important; margin: 0px;border-bottom: 1px solid #e9e9e9;}\n#docContainer td:first-child {font-size: 13px !important; font-weight:bold; color: #333 !important; vertical-align:text-top; min-width:100px; padding-right:5px;}\n</style>\n[_form_results_]\n<h2>Thank you!</h2><br/>\n<p>Your donation was successfully submitted. We received the information shown above.</p>\n</center>",
"type" : "gotopage"
},
Go to your formname.html and a little down from the top make this line
look like this.
action="../formname.php"
look like this.
action="../formname.php" target="_parent"
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
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
Hmm - tried that and it still doesn't seem to work.
<body><!-- Start of the body content for CoffeeCup Web Form Builder -->
<style>#docContainer .fb_cond_applied{ display:none; }</style><noscript><style>#docContainer .fb_cond_applied{ display:inline-block; }</style></noscript><form style="BACKGROUND-COLOR: #fdfdfd; WIDTH: 820px; " id="docContainer"
class="fb-toplabel fb-100-item-column fb-large selected-object" enctype="multipart/form-data"
method="post" action="../online_giving.php" target="_parent" novalidate data-form="manual_iframe">
<div style="MIN-HEIGHT: 20px" id="fb-form-header1" class="fb-form-header">
<a style="MAX-WIDTH: 104px" id="fb-link-logo1" class="fb-link-logo" href=""
target="_blank"><img style="WIDTH: 100%; DISPLAY: none" id="fb-logo1" class="fb-logo" title="Alternative text" alt="Alternative text" src="common/images/image_default.png"/></a>
</div>
<style>#docContainer .fb_cond_applied{ display:none; }</style><noscript><style>#docContainer .fb_cond_applied{ display:inline-block; }</style></noscript><form style="BACKGROUND-COLOR: #fdfdfd; WIDTH: 820px; " id="docContainer"
class="fb-toplabel fb-100-item-column fb-large selected-object" enctype="multipart/form-data"
method="post" action="../online_giving.php" target="_parent" novalidate data-form="manual_iframe">
<div style="MIN-HEIGHT: 20px" id="fb-form-header1" class="fb-form-header">
<a style="MAX-WIDTH: 104px" id="fb-link-logo1" class="fb-link-logo" href=""
target="_blank"><img style="WIDTH: 100%; DISPLAY: none" id="fb-logo1" class="fb-logo" title="Alternative text" alt="Alternative text" src="common/images/image_default.png"/></a>
</div>
Seems to break out for me.

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
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
Works for me. Filled out the form, from the Home page, hit send. It came to the Thank You page (though it looked like there was a piece of code or text on the very far left of the page) paused for about 5 seconds, then redirected back to the home page. Using Win7, IE10.
Good looking web site Tim, and form! Good luck...
Good looking web site Tim, and form! Good luck...

Graphics for the web, email, blogs and more!
-------------------------------------
https://sadduck.com
-------------------------------------
https://sadduck.com
Works for me also. Filled out form. Submitted and was redirected to a captcha then submitted that and landed on the
"Your form has been successfully sent!
Click here to return to Home Page"
page. I clicked on the link to the home page and It took me there.
All of this was at the parent level. I was never stuck in a frame for any of it.
"Your form has been successfully sent!
Click here to return to Home Page"
page. I clicked on the link to the home page and It took me there.
All of this was at the parent level. I was never stuck in a frame for any of it.

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
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
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.