<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Iframe code in page source</title>
		<link>https://legacy.forums.gravityhelp.com/topic/iframe-code-in-page-source</link>
		<description>Gravity Support Forums Topic: Iframe code in page source</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 10:41:45 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/iframe-code-in-page-source" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Iframe code in page source"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/iframe-code-in-page-source#post-35863</link>
			<pubDate>Wed, 21 Sep 2011 11:42:05 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">35863@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's triggering a 404 error because whatever code you are using to check for this is treating that as an actual link and is trying to go to it, when it's not a link.  It's part of the AJAX iframe.  With AJAX disabled this doesn't happen because it's part of the AJAX functionality.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>John Murray on "Iframe code in page source"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/iframe-code-in-page-source#post-35824</link>
			<pubDate>Wed, 21 Sep 2011 00:53:16 +0000</pubDate>
			<dc:creator>John Murray</dc:creator>
			<guid isPermaLink="false">35824@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Chris, thanks for the reply.  Yes, disabling Ajax did eliminate the iframe code.  I take it the src of about:blank is required for the iframe?  For some reason, that triggered a 404 error, but I had other pages with the same form (and Ajax enabled) that were viewed and didn't trigger an error.  Perhaps a user tried to submit the form with Ajax enabled.  At any rate, with Ajax disabled, the iframe code is not in the source.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Iframe code in page source"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/iframe-code-in-page-source#post-35822</link>
			<pubDate>Tue, 20 Sep 2011 23:55:28 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">35822@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The iframe is present whenever you embed a form using AJAX submission.  If you're having a problem, I think the iframe in the source is a red herring.  It should be there whenever you embed a form and enable AJAX submission.&#60;/p&#62;
&#60;p&#62;That source definitely looks weird and my guess is that it's a plugin conflict processing the content twice or something.&#60;/p&#62;
&#60;p&#62;You can test this by disabling the AJAX for the forms in question and see if things work properly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>John Murray on "Iframe code in page source"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/iframe-code-in-page-source#post-35805</link>
			<pubDate>Tue, 20 Sep 2011 18:48:44 +0000</pubDate>
			<dc:creator>John Murray</dc:creator>
			<guid isPermaLink="false">35805@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Anyone have any thoughts?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>John Murray on "Iframe code in page source"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/iframe-code-in-page-source#post-35561</link>
			<pubDate>Sat, 17 Sep 2011 13:05:02 +0000</pubDate>
			<dc:creator>John Murray</dc:creator>
			<guid isPermaLink="false">35561@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a form embedded via the widget in a sidebar.  On some (very few) pages displaying a custom post type, I end up with this in the source:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[html]
&#38;lt;iframe id=&#38;quot;gform_ajax_frame_1&#38;quot; name=&#38;quot;gform_ajax_frame_1&#38;quot; src=&#38;quot;about:blank&#38;quot; style=&#38;quot;display:none;width:0px; height:0px;&#38;quot;&#38;gt;
&#38;lt;html&#38;gt;
&#38;lt;head&#38;gt;&#38;lt;/head&#38;gt;
&#38;lt;body&#38;gt;&#38;lt;/body&#38;gt;
&#38;lt;/html&#38;gt;
&#38;lt;/iframe&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This is an exception, because most pages displaying the same custom post type work just fine.&#60;/p&#62;
&#60;p&#62;Example of problem: &#60;a href=&#34;http://www.johnmurray-realtor.com/communities/va-aldie-creighton-farms/&#34; rel=&#34;nofollow&#34;&#62;http://www.johnmurray-realtor.com/communities/va-aldie-creighton-farms/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It's not something I knowingly put there by a setting.  Can someone explain why it's there and what controls it?  I have a separate script that I wrote that emails me when a user encounters a bad link on my site.  On this page, I get an email because of the about:blank, but I don't get the email on other pages with the same sidebar widget, where the iframe code is not in the page source.&#60;/p&#62;
&#60;p&#62;I'm running the latest stable release of the GF, 1.5.2.8.&#60;/p&#62;
&#60;p&#62;Thanks in advance.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
