<?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 to &#34;Publish&#34; a Form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-publish-a-form</link>
		<description>Gravity Support Forums Topic: How to &quot;Publish&quot; a Form</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 10:34: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/how-to-publish-a-form" rel="self" type="application/rss+xml" />

		<item>
			<title>blafarmm on "How to &#34;Publish&#34; a Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-publish-a-form#post-5050</link>
			<pubDate>Tue, 27 Apr 2010 19:16:26 +0000</pubDate>
			<dc:creator>blafarmm</dc:creator>
			<guid isPermaLink="false">5050@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Carl...that worked for the bullet points.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "How to &#34;Publish&#34; a Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-publish-a-form#post-5047</link>
			<pubDate>Tue, 27 Apr 2010 18:25:50 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">5047@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can add it at the end of the rest of the CSS.  So just copy-n-paste the CSS that Kevin provided you and place it at the bottom of your themes CSS file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blafarmm on "How to &#34;Publish&#34; a Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-publish-a-form#post-5042</link>
			<pubDate>Tue, 27 Apr 2010 17:54:18 +0000</pubDate>
			<dc:creator>blafarmm</dc:creator>
			<guid isPermaLink="false">5042@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for your reply Kevin.&#60;/p&#62;
&#60;p&#62;At the risk of appearing even more ignorant -- can you please tell me where exactly that code should be pasted?&#60;/p&#62;
&#60;p&#62;Here is my WP Remix Stylesheet (style.css):&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastie.org/938245&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/938245&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "How to &#34;Publish&#34; a Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-publish-a-form#post-5025</link>
			<pubDate>Mon, 26 Apr 2010 22:23:11 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5025@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry for any confusion. The page template should be in the root of the theme folder you're using, not the main &#34;themes&#34; folder. In your case, this would be the wpremix folder.&#60;/p&#62;
&#60;p&#62;As far as the bullets, this is usually due to the form inheriting styles from your theme. You can add the following CSS declaration to your theme style sheet and it should remove the bullet styling&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.gform_wrapper li, .gform_wrapper form li, .gform_wrapper form ul li { list-style-type:none!important; background-image:none!important}&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blafarmm on "How to &#34;Publish&#34; a Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-publish-a-form#post-5020</link>
			<pubDate>Mon, 26 Apr 2010 20:28:22 +0000</pubDate>
			<dc:creator>blafarmm</dc:creator>
			<guid isPermaLink="false">5020@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks very much Kevin.&#60;/p&#62;
&#60;p&#62;Those were two helpful tutorials -- and I followed them &#34;to the letter&#34;.&#60;/p&#62;
&#60;p&#62;I placed the .php files I created after reading both tutorial versions in my &#34;Themes&#34; root directory -- but I cannot seem to be able to select them.  I've repeatedly used my &#34;Appearance&#34; option -- but it only offers &#34;WordPress Default&#34;, &#34;WordPress Classic&#34; and &#34;WPRemic&#34;.&#60;/p&#62;
&#60;p&#62;Then, in an act of desperation, I copied the two files to my WPRemix theme -- and I was able to access them with no problem -- but every Gravity Form that I insert causes &#34;bullet points&#34; to appear on every &#34;form entry&#34;.&#60;/p&#62;
&#60;p&#62;I've &#34;toggled&#34; bullet points editing control with no success --  and  I've viewed the HTML and there are no formating tags -- it's completely blank.  I'm guessing it's a stylesheet issue -- but I don't know.&#60;/p&#62;
&#60;p&#62;1.  Can you please tell me how one accesses those &#34;plain pages&#34; when they are in the &#34;themes&#34; root directory?&#60;/p&#62;
&#60;p&#62;2.  Or, can you please tell me how to remove the bullet points when I access them from within my WPRemix directory?&#60;/p&#62;
&#60;p&#62;Thanks very much -- and apologies for the hand-holding.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Joe on "How to &#34;Publish&#34; a Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-publish-a-form#post-5018</link>
			<pubDate>Mon, 26 Apr 2010 19:22:59 +0000</pubDate>
			<dc:creator>Joe</dc:creator>
			<guid isPermaLink="false">5018@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You might find this plugin useful&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.nathanrice.net/plugins/single-post-template&#34; rel=&#34;nofollow&#34;&#62;http://www.nathanrice.net/plugins/single-post-template&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "How to &#34;Publish&#34; a Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-publish-a-form#post-5008</link>
			<pubDate>Mon, 26 Apr 2010 15:23:33 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5008@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You'll want to create a very basic page template, associate that with your page where you embedded the Gravity Form.&#60;/p&#62;
&#60;p&#62;This should get you started.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I also created a sample page &#34;plain&#34; page template much like you described for a blog post a while back. You can see it about halfway down the content.&#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;
&#60;p&#62;Hope that helps out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blafarmm on "How to &#34;Publish&#34; a Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-publish-a-form#post-5005</link>
			<pubDate>Mon, 26 Apr 2010 15:09:48 +0000</pubDate>
			<dc:creator>blafarmm</dc:creator>
			<guid isPermaLink="false">5005@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks very much Kevin.&#60;/p&#62;
&#60;p&#62;One more follow-up question if you don't mind:&#60;/p&#62;
&#60;p&#62;I am currently using WPRemix for my design.  However, I need to be able to &#34;publish&#34; some of my forms in a very generic fashion -- so that the only element on the page is the form (no logo, no menu links and nothing but the form occupying the page).&#60;/p&#62;
&#60;p&#62;Can you please point me in the direction for accomplishing that goal?&#60;/p&#62;
&#60;p&#62;Thanks very much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "How to &#34;Publish&#34; a Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-publish-a-form#post-4903</link>
			<pubDate>Fri, 23 Apr 2010 00:44:56 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">4903@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No worries, its a simple process.&#60;/p&#62;
&#60;p&#62;You can add a form to a new page or post, or any existing page or post by embedding a &#34;shortcode&#34; into the post editor. Once you've added the shortcode, you simply update or publish your page/post as you normally would and your form will be active and available for use.&#60;/p&#62;
&#60;p&#62;You can find out more information in the documentation section here.&#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>blafarmm on "How to &#34;Publish&#34; a Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-publish-a-form#post-4901</link>
			<pubDate>Thu, 22 Apr 2010 23:48:50 +0000</pubDate>
			<dc:creator>blafarmm</dc:creator>
			<guid isPermaLink="false">4901@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please excuse this noob question...&#60;/p&#62;
&#60;p&#62;After one constructs a form to their liking -- what is the correct procedure for &#34;publishing&#34; that form -- so that it has a defined URL on one's server -- and is accessible and linkable for visitors via the Internet.&#60;/p&#62;
&#60;p&#62;Thanks and apologies for the idiotic question.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
