<?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: Gravity form not working</title>
		<link>https://legacy.forums.gravityhelp.com/topic/gravity-form-not-working</link>
		<description>Gravity Support Forums Topic: Gravity form not working</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:18:21 +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/gravity-form-not-working" rel="self" type="application/rss+xml" />

		<item>
			<title>fuzzymanning on "Gravity form not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-form-not-working#post-247811</link>
			<pubDate>Sat, 11 May 2013 09:34:45 +0000</pubDate>
			<dc:creator>fuzzymanning</dc:creator>
			<guid isPermaLink="false">247811@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Richard! I changed the css as you indicated and it now shows in black. Thank you! **Now I need help with overall sizing. I want mine to overall be smaller. please look at &#60;a href=&#34;http://www.KearnsCoaching.com&#34; rel=&#34;nofollow&#34;&#62;http://www.KearnsCoaching.com&#60;/a&#62;. My site is &#60;a href=&#34;http://www.fuzzymanning.com&#34; rel=&#34;nofollow&#34;&#62;http://www.fuzzymanning.com&#60;/a&#62; I've tried several things and can't figure out how to do it. I appreciate anyone's help!&#60;/p&#62;
&#60;p&#62;Thanks-Kathy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bureaubold on "Gravity form not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-form-not-working#post-247758</link>
			<pubDate>Sat, 11 May 2013 08:22:04 +0000</pubDate>
			<dc:creator>bureaubold</dc:creator>
			<guid isPermaLink="false">247758@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have several emails from clients that did not geet my response after filling in the form. so the form did not work. I removed them from my website and wanted to check with you what could cause the problem, so I put them on a test website&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.bureaubold.nl/test-forms/&#34; rel=&#34;nofollow&#34;&#62;http://www.bureaubold.nl/test-forms/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks in advance,&#60;br /&#62;
marjet
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Gravity form not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-form-not-working#post-247323</link>
			<pubDate>Sat, 11 May 2013 02:10:52 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">247323@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@fuzzymanning the reason it looks like you can't enter anything in the name and email fields is because the font is set to white, if you place the following CSS in your theme's style.css file or wherever you place custom CSS it will change the font to back and increase the font size from 11px to 15px&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper input[type=text], .gform_wrapper input[type=email] {
font-size: 15px;
color: black;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you also want to increase the font size for the actual field labels then you can also add this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .top_label .gfield_label {
font-size: 15px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Did you copy and paste gf_left_half and gf_right_half into the CSS Class Name, if so there is the occasional problem that when you save the form pasted classes will be lost, its difficult to say why it does it for sure because it doesn't affect everyone.  All I can suggest is try right clicking and choosing the paste as plain text option or typing the class names in.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Gravity form not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-form-not-working#post-247308</link>
			<pubDate>Sat, 11 May 2013 01:54:15 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">247308@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Erik,&#60;/p&#62;
&#60;p&#62;It looks like your theme is loading the wrong version of jQuery, version 1.5.1, it should be loading version 1.8.3 which is the version that is included with WordPress.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://www.energyplex.ca/wp-content/themes/nebula/js/jquery-1.5.1.min.js?ver=3.5.1&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Can you copy your themes functions.php file to &#60;a href=&#34;http://www.pastie.org/&#34; rel=&#34;nofollow&#34;&#62;http://www.pastie.org/&#60;/a&#62; so I can take a look at how the theme author is including jQuery.&#60;/p&#62;
&#60;p&#62;Did you perform all the &#60;a href=&#34;http://rkt.gs/testing&#34; rel=&#34;nofollow&#34;&#62;plugin/theme testing&#60;/a&#62; steps?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fuzzymanning on "Gravity form not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-form-not-working#post-247099</link>
			<pubDate>Fri, 10 May 2013 23:54:03 +0000</pubDate>
			<dc:creator>fuzzymanning</dc:creator>
			<guid isPermaLink="false">247099@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have been working with this for hours. I've got the form up on the page and It won't take the name or email in the boxes. &#60;a href=&#34;http://www.FuzzyManning.com&#34; rel=&#34;nofollow&#34;&#62;http://www.FuzzyManning.com&#60;/a&#62; I an new at this..I also want the name &#38;amp; email boxes aligned right and left. I found a css code and put it in and after I saved they disappeared.. Also How do you change the size of the font as the title is so big.Please help! Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Energyplex on "Gravity form not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-form-not-working#post-246879</link>
			<pubDate>Fri, 10 May 2013 21:05:03 +0000</pubDate>
			<dc:creator>Energyplex</dc:creator>
			<guid isPermaLink="false">246879@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am also getting an error message &#34;stack overflow at line: 16&#34; when I fill out the form online.&#60;br /&#62;
Oaawh, I am lost....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Energyplex on "Gravity form not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-form-not-working#post-246819</link>
			<pubDate>Fri, 10 May 2013 20:17:00 +0000</pubDate>
			<dc:creator>Energyplex</dc:creator>
			<guid isPermaLink="false">246819@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Richard,&#60;br /&#62;
The form you will find on &#60;a href=&#34;http://www.energyplex.ca/day-camps-2012-2013/day-camp-sign-up/&#34; rel=&#34;nofollow&#34;&#62;http://www.energyplex.ca/day-camps-2012-2013/day-camp-sign-up/&#60;/a&#62;&#60;br /&#62;
We use woocommerce and woothemes plugins as well.&#60;/p&#62;
&#60;p&#62;Ideally we would like to integrate woocommerce in the bookings form so that people can pay directly online for this Summer Day Camp Registration Form.&#60;/p&#62;
&#60;p&#62;We do have the Woocommerce and payment gateway with Moneris already setup.&#60;br /&#62;
Is that possible?&#60;br /&#62;
At this moment I have deactivated woocommerce for the sake of this bookingsform but I hope you know the answer to solve this.&#60;br /&#62;
Thanks,&#60;br /&#62;
erik
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Gravity form not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-form-not-working#post-245707</link>
			<pubDate>Fri, 10 May 2013 01:56:07 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">245707@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Erik,&#60;/p&#62;
&#60;p&#62;Does the form that won't display use conditional logic, if that is the case a JavaScript error is preventing the gravity forms scripts from revealing the required form fields, which would suggest another plugin or theme conflict which you can test for by following this advice &#60;a href=&#34;http://rkt.gs/testing&#34; rel=&#34;nofollow&#34;&#62;http://rkt.gs/testing&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;To try and prevent problems on the gravity forms pages in admin you can enable 'No-conflict' mode on the gravity forms general settings page, it will try and prevent badly coded plugins and themes from including their scripts on the gravity forms admin pages which if coded correctly they shouldn't do.&#60;/p&#62;
&#60;p&#62;Can you provide a link to a page containing the form in question and we can take a look at what scripts are being loaded.  A common problem in this situation is multiple and/or incorrect versions of jQuery being loaded.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard&#60;br /&#62;
--&#60;br /&#62;
Just another member of the community helping out where I can
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Energyplex on "Gravity form not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-form-not-working#post-245042</link>
			<pubDate>Thu, 09 May 2013 18:18:22 +0000</pubDate>
			<dc:creator>Energyplex</dc:creator>
			<guid isPermaLink="false">245042@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I just created a gravity form.&#60;br /&#62;
First it didn't show upon pressing &#34;preview&#34; and it was not visible on the website.&#60;br /&#62;
When I deactivated &#34;woothemes updater&#34; plugin it was visible upon pressing &#34;preview&#34; but still not visible on the website.&#60;br /&#62;
How can I get it to work with woothemes activated?&#60;br /&#62;
Other forms that I have seem to work just fine.&#60;/p&#62;
&#60;p&#62;Erik
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
