<?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: Extra Space at Bottom of Form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/extra-space-at-bottom-of-form</link>
		<description>Gravity Support Forums Topic: Extra Space at Bottom of Form</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 03:27: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/extra-space-at-bottom-of-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Extra Space at Bottom of Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/extra-space-at-bottom-of-form#post-8567</link>
			<pubDate>Sat, 14 Aug 2010 10:49:12 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">8567@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great. Thanks for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>troi21 on "Extra Space at Bottom of Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/extra-space-at-bottom-of-form#post-8563</link>
			<pubDate>Sat, 14 Aug 2010 07:36:27 +0000</pubDate>
			<dc:creator>troi21</dc:creator>
			<guid isPermaLink="false">8563@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Fantastic, it worked! Thanks alot!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Extra Space at Bottom of Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/extra-space-at-bottom-of-form#post-8548</link>
			<pubDate>Fri, 13 Aug 2010 12:13:46 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">8548@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay, try this. Replace the contents of the plainpage.php you created with this.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastie.org/1090660.txt&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/1090660.txt&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It hard codes the necessary scripts/CSS for the forms and removes the wp_head() function that loads all the other stuff you don't need.&#60;/p&#62;
&#60;p&#62;Let us know how it goes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Extra Space at Bottom of Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/extra-space-at-bottom-of-form#post-8547</link>
			<pubDate>Fri, 13 Aug 2010 12:04:05 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">8547@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It looks like you're most of the way there. Looking back I see now.. the extra scripts are being loaded dynamically via the wp-head function. You may have to hard code the script paths in the page template and ditch the wp_head()&#60;/p&#62;
&#60;p&#62;I'll post an updated page template snippet in a few.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>troi21 on "Extra Space at Bottom of Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/extra-space-at-bottom-of-form#post-8546</link>
			<pubDate>Fri, 13 Aug 2010 12:00:43 +0000</pubDate>
			<dc:creator>troi21</dc:creator>
			<guid isPermaLink="false">8546@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for your response. I actually did follow the instructions in that thread. I created a plainpage.php file using the text supplied in the thread and then uploaded it to my WP theme. I also selected the plainpage template when creating the duplication-form page. I am really confused now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Extra Space at Bottom of Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/extra-space-at-bottom-of-form#post-8544</link>
			<pubDate>Fri, 13 Aug 2010 11:53:35 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">8544@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looking at your markup, you're still loading a ton of scripts (navigation, prettyphoto, etc) that you don't need for this page. It's probably that you're loading the navigation script, but no CSS to hide the divs it creates.&#60;/p&#62;
&#60;p&#62;You need to strip all the extra stuff that's not needed for this simple page.&#60;/p&#62;
&#60;p&#62;Here's a starter page template. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastie.org/1090612.txt&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/1090612.txt&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The original tutorial is here with details on how to use it.&#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;If you remove all the un-necessary scripting, css, etc. I'm sure the extra spacing will go away as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>troi21 on "Extra Space at Bottom of Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/extra-space-at-bottom-of-form#post-8535</link>
			<pubDate>Fri, 13 Aug 2010 05:32:14 +0000</pubDate>
			<dc:creator>troi21</dc:creator>
			<guid isPermaLink="false">8535@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello&#60;br /&#62;
I have created my first form here: &#60;a href=&#34;http://www.band-id.co.uk/duplication-form&#34; rel=&#34;nofollow&#34;&#62;http://www.band-id.co.uk/duplication-form&#60;/a&#62;&#60;br /&#62;
There seems to be alot of additional space at the bottom of the form that I don't know how to get rid of. The more I scroll, the more there is. My ultimate goal is the fancybox modal form here: &#60;a href=&#34;http://www.band-id.co.uk/cd-duplication&#34; rel=&#34;nofollow&#34;&#62;http://www.band-id.co.uk/cd-duplication&#60;/a&#62; (cd duplication quotation link about halfway down the page)&#60;/p&#62;
&#60;p&#62;Thanks for your help.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
