<?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: How do I put form in my website?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-put-form-in-my-website</link>
		<description>Gravity Support Forums Topic: How do I put form in my website?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:25:01 +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/how-do-i-put-form-in-my-website" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "How do I put form in my website?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-put-form-in-my-website#post-11067</link>
			<pubDate>Tue, 12 Oct 2010 23:49:43 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">11067@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;LOL. Wonderful. Maybe we'll recommend a Gin &#38;amp; Tonic for other folks in the future. Couldn't hurt anyhow.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mdavis501 on "How do I put form in my website?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-put-form-in-my-website#post-11066</link>
			<pubDate>Tue, 12 Oct 2010 23:08:42 +0000</pubDate>
			<dc:creator>mdavis501</dc:creator>
			<guid isPermaLink="false">11066@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm very impressed that I would get an answer this late in the evening!&#60;/p&#62;
&#60;p&#62;Your response made perfect sense.  I will go off and try that now.&#60;/p&#62;
&#60;p&#62;Funny....took your reply and a stiff Gin and Tonic for that to &#34;click&#34;.  thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "How do I put form in my website?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-put-form-in-my-website#post-11064</link>
			<pubDate>Tue, 12 Oct 2010 22:16:42 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">11064@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm not exactly sure what you're asking for. I'm assuming that's just where you enter the URL of the form page wherever it may be.&#60;/p&#62;
&#60;p&#62;Gravity Forms are meant to be embedded in a WordPress page in your site. You would need to create a form, then create a page to embed the form into. Embed the form, and then copy the URL of the new page and enter it into the box you've described.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mdavis501 on "How do I put form in my website?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-put-form-in-my-website#post-11061</link>
			<pubDate>Tue, 12 Oct 2010 21:29:07 +0000</pubDate>
			<dc:creator>mdavis501</dc:creator>
			<guid isPermaLink="false">11061@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am using a GraphPaperPress Photo-workshop theme.  In the theme is a field called &#34;Signup Page&#34; and the box for entry has a sample entry of &#34;http://www.example.com&#34;.  I'd like to just enter the id of the form but not sure if this is correct.  I realize you don't know the GPP theme, but in general can you point me in the right direction for themes with a signup page &#34;box&#34;?&#60;/p&#62;
&#60;p&#62;My URL:  &#60;a href=&#34;http://mdavisphoto.us/workshops2&#34; rel=&#34;nofollow&#34;&#62;http://mdavisphoto.us/workshops2&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "How do I put form in my website?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-put-form-in-my-website#post-10923</link>
			<pubDate>Thu, 07 Oct 2010 23:25:48 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">10923@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Jane, If you'd like to post a link to your form I can tell you for sure. This should work though. Try adding this to the end of your theme's style.css file or wherever you add custom css in your theme.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=password],
.gform_wrapper input[type=url],
.gform_wrapper input[type=tel],
.gform_wrapper select,
.gform_wrapper textarea {color:#000!important}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>JaneGrant on "How do I put form in my website?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-put-form-in-my-website#post-10922</link>
			<pubDate>Thu, 07 Oct 2010 23:17:44 +0000</pubDate>
			<dc:creator>JaneGrant</dc:creator>
			<guid isPermaLink="false">10922@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks!! That is WAY easier!! Do you know how I can make the text in the boxes dark?? My theme has white writing on a black background so you can't see the text when you enter it!? Thanks!! Jane
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "How do I put form in my website?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-put-form-in-my-website#post-10921</link>
			<pubDate>Thu, 07 Oct 2010 23:06:51 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">10921@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wow, that's cool of them.. but, this is even easier, nothing to cut and paste. There's a handy icon in the toolbar that will help you insert your form and set options right there.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/embedding-a-form/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/embedding-a-form/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JaneGrant on "How do I put form in my website?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-put-form-in-my-website#post-10920</link>
			<pubDate>Thu, 07 Oct 2010 22:59:22 +0000</pubDate>
			<dc:creator>JaneGrant</dc:creator>
			<guid isPermaLink="false">10920@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have made a new form - how do I actually put it in my website??? I have no idea what to type - Contact Form 7 is easy because it tells you what to cut and paste!!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
