<?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: displaying a form on a non-wordpress site?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/displaying-a-form-on-a-non-wordpress-site</link>
		<description>Gravity Support Forums Topic: displaying a form on a non-wordpress site?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:53:47 +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/displaying-a-form-on-a-non-wordpress-site" rel="self" type="application/rss+xml" />

		<item>
			<title>C3Mdigital on "displaying a form on a non-wordpress site?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-a-form-on-a-non-wordpress-site#post-5174</link>
			<pubDate>Mon, 03 May 2010 00:18:43 +0000</pubDate>
			<dc:creator>C3Mdigital</dc:creator>
			<guid isPermaLink="false">5174@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;FYI, I was able to get a form working on an external site (Facebook Fan Page) without Iframing it by duplicating the html from an existing form and adding this to the form tag&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
&#38;lt;form method='post' enctype='multipart/form-data' id='gform_1' class=''name=&#34;ContactForm&#34; action='http://my_wordpress_site_/?page_id=12'&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I also had to create a bare template for the redirect page that confirmed the submission then sent the user back to facebook.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "displaying a form on a non-wordpress site?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-a-form-on-a-non-wordpress-site#post-5099</link>
			<pubDate>Wed, 28 Apr 2010 22:38:16 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5099@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Good news. We're glad you're excited and congratulations!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blogartisan on "displaying a form on a non-wordpress site?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-a-form-on-a-non-wordpress-site#post-5097</link>
			<pubDate>Wed, 28 Apr 2010 21:47:59 +0000</pubDate>
			<dc:creator>blogartisan</dc:creator>
			<guid isPermaLink="false">5097@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;FINAL UPDATE: Copied the script into the header of the page on docs.oasis-open.org and it works like a charm!&#60;/p&#62;
&#60;p&#62;Sorry for all the updates but excited to get this working!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blogartisan on "displaying a form on a non-wordpress site?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-a-form-on-a-non-wordpress-site#post-5092</link>
			<pubDate>Wed, 28 Apr 2010 20:04:55 +0000</pubDate>
			<dc:creator>blogartisan</dc:creator>
			<guid isPermaLink="false">5092@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;UPDATE: Had the wrong version (1.3.1 instead of 1.3.0) and forgot the class att on the wordpress test file; it's now working. &#60;/p&#62;
&#60;p&#62;BUT, the one on the day job site still just brings you to the actual form page rather than popping up the modal box. I'm guessing a bit of code or something needs to go on the TCAdminRequests.html page in order to make it work?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blogartisan on "displaying a form on a non-wordpress site?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-a-form-on-a-non-wordpress-site#post-5090</link>
			<pubDate>Wed, 28 Apr 2010 18:50:07 +0000</pubDate>
			<dc:creator>blogartisan</dc:creator>
			<guid isPermaLink="false">5090@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok. Tried. Failed.&#60;/p&#62;
&#60;p&#62;I copied the the sample exactly - added script to wp_head, created a blank page template, created a page in my wordpress site that uses the blank page template calls a gravity form.&#60;/p&#62;
&#60;p&#62;I then created a blank html page and uploaded to my work site and replaced the supplied sample anchor link with the wordpress page link. It simply goes to the wordpress page and displays it.&#60;/p&#62;
&#60;p&#62;I thought I'd better troubleshoot and see if it worked on the wordpress site, but I get the same results - launches the form page rather than a modal/iframe box.&#60;/p&#62;
&#60;p&#62;wordpress page intended to display the modal box:&#60;br /&#62;
&#60;a href=&#34;http://blogartisans.com/testing-forms/&#34; rel=&#34;nofollow&#34;&#62;http://blogartisans.com/testing-forms/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;wordpress page using the plain page template and containing nothing but the gravity form shortcode:&#60;br /&#62;
&#60;a href=&#34;http://blogartisans.com/public-review-request/&#34; rel=&#34;nofollow&#34;&#62;http://blogartisans.com/public-review-request/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;day job page intended to display the modal form:&#60;br /&#62;
&#60;a href=&#34;http://docs.oasis-open.org/templates/TCAdminRequests.html&#34; rel=&#34;nofollow&#34;&#62;http://docs.oasis-open.org/templates/TCAdminRequests.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blogartisan on "displaying a form on a non-wordpress site?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-a-form-on-a-non-wordpress-site#post-5085</link>
			<pubDate>Wed, 28 Apr 2010 16:59:38 +0000</pubDate>
			<dc:creator>blogartisan</dc:creator>
			<guid isPermaLink="false">5085@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Kevin, that's awesome! And now I know what an iframe is :) &#60;/p&#62;
&#60;p&#62;I'm off to give it a try.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "displaying a form on a non-wordpress site?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-a-form-on-a-non-wordpress-site#post-5076</link>
			<pubDate>Wed, 28 Apr 2010 16:18:34 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5076@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could create a very simple page template, embed your form and then iframe it from your other site. Very similar to the process outlined here.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/creating-a-modal-form-with-gravity-forms-and-fancybox/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/creating-a-modal-form-with-gravity-forms-and-fancybox/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blogartisan on "displaying a form on a non-wordpress site?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-a-form-on-a-non-wordpress-site#post-5075</link>
			<pubDate>Wed, 28 Apr 2010 16:11:03 +0000</pubDate>
			<dc:creator>blogartisan</dc:creator>
			<guid isPermaLink="false">5075@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'd like to create a form on my wordpress site but then host that form in just a plain old html page on a web server. The details: for my day job, I have an area on our webserver where I upload templates, videos, and other stuff for our clients to use (&#60;a href=&#34;http://docs.oasis-open.org/templates/&#34; rel=&#34;nofollow&#34;&#62;http://docs.oasis-open.org/templates/&#60;/a&#62;. I'd like to create a form they can use to submit requests to me - and I'd like to be able to use Gravity Forms to design the form and then either extract the code and paste it directly into an html page, or somehow call the form from the site where I have Gravity Forms installed without the submitter being redirected to my (non-day-job) (&#60;a href=&#34;http://blogartisans.com&#34; rel=&#34;nofollow&#34;&#62;http://blogartisans.com&#60;/a&#62;) site. Is that possible somehow?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
