<?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: Recent Posts</title>
		<link>http://www.gravityhelp.com/forums/</link>
		<description>Gravity Support Forums: Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 18 May 2012 10:43:26 +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>http://www.gravityhelp.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.gravityhelp.com/forums/rss/" rel="self" type="application/rss+xml" />

		<item>
			<title>Mark Jansen on "Admin Fields showing up where they shouldn&#039;t"</title>
			<link>http://www.gravityhelp.com/forums/topic/admin-fields-showing-up-where-they-shouldnt#post-59377</link>
			<pubDate>Fri, 18 May 2012 06:29:05 +0000</pubDate>
			<dc:creator>Mark Jansen</dc:creator>
			<guid isPermaLink="false">59377@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;p.s. if you want me to. I can post the solution here. But involves doing stuff in the core files. So I'm not sure if you are comfortable with that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mark Jansen on "Admin Fields showing up where they shouldn&#039;t"</title>
			<link>http://www.gravityhelp.com/forums/topic/admin-fields-showing-up-where-they-shouldnt#post-59376</link>
			<pubDate>Fri, 18 May 2012 06:28:18 +0000</pubDate>
			<dc:creator>Mark Jansen</dc:creator>
			<guid isPermaLink="false">59376@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;Thanks a lot to David and Alex for helping me solve this. :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cirfzen on "Max Characters in Title"</title>
			<link>http://www.gravityhelp.com/forums/topic/max-characters-in-title#post-59375</link>
			<pubDate>Fri, 18 May 2012 05:33:51 +0000</pubDate>
			<dc:creator>Cirfzen</dc:creator>
			<guid isPermaLink="false">59375@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;Tried a validation solution that works:&#60;br /&#62;
&#60;pre class=&#34;brush: php&#34;&#62;&#38;lt;?php
/* VALIDATE title for max char of 30, form have id 1 and title field is number 4  */
add_filter(&#38;quot;gform_field_validation_1_4&#38;quot;, &#38;quot;custom_validation&#38;quot;, 10, 4);
function custom_validation($result, $value, $form, $field){

    if($result[&#38;quot;is_valid&#38;quot;] &#38;amp;&#38;amp; strlen($value) &#38;gt; 30){
        $result[&#38;quot;is_valid&#38;quot;] = false;
        $result[&#38;quot;message&#38;quot;] = &#38;quot;Maximum of 30 characters is allowed!&#38;quot;;
    }
    return $result;
}
?&#38;gt;&#60;/pre&#62;
&#60;p&#62;But the best solution would be to have a Max character choice in the Form editor like the rest of the text fields..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RSparrow on "Q: Double Opt-In, Language and CSV-Export possible?"</title>
			<link>http://www.gravityhelp.com/forums/topic/q-double-opt-in-language-and-csv-export-possible#post-59374</link>
			<pubDate>Fri, 18 May 2012 05:33:09 +0000</pubDate>
			<dc:creator>RSparrow</dc:creator>
			<guid isPermaLink="false">59374@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;Dear Gravity Formers,&#60;/p&#62;
&#60;p&#62;my mouse hovers over the purchase button for the Developer Version but i need some answers:&#60;/p&#62;
&#60;p&#62;First of all and most important - in Germany we have a quite harsh legislation regarding online orders. The best way to deal with is to use Double Opt-In. Is this possible?&#60;br /&#62;
We don't send a newsletter so we don't use something like mailchimp e.g. - Gravity forms will just be used for ordering something like a demotape or maybe later on a subscription to a yearly magazine.&#60;/p&#62;
&#60;p&#62;Second: The form should appear in German language - can I modify all fields into German language from the Backend so that the visitors see everything in German (without changing source code or database)? The backend Admin panel can still stay in English.&#60;/p&#62;
&#60;p&#62;Third: The form should at first be used to let visitors order a demo tape - is it possible to get something like a csv export file from those orders?&#60;br /&#62;
Later on we plan to make PayPal payments possible as well.&#60;/p&#62;
&#60;p&#62;I hope you were able to encrypt my bad English and can answer my questions ;)...&#60;br /&#62;
Greetings from Germany
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TiborP on "Conditional Shortcode not working as expected"</title>
			<link>http://www.gravityhelp.com/forums/topic/conditional-shortcode-not-working-as-expected#post-59373</link>
			<pubDate>Fri, 18 May 2012 05:03:19 +0000</pubDate>
			<dc:creator>TiborP</dc:creator>
			<guid isPermaLink="false">59373@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;I have now tried with values turned on, using:&#60;/p&#62;
&#60;p&#62;[gravityforms action=&#34;conditional&#34; merge_tag=&#34;{I want to order the following whitepapers:8}&#34; condition=&#34;is&#34; value=&#34;Online-reputatiemanagement&#34;]&#60;/p&#62;
&#60;p&#62;Also without succes. I did also try to use numbers as (custom) values with the same (i.e. no) result.&#60;/p&#62;
&#60;p&#62;Thanks again for keeping up!&#60;/p&#62;
&#60;p&#62;BTW: I don't seem to recieve update notifications for this thread, although checking the &#34;Subscribe&#34; box underneath.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cirfzen on "Max Characters in Title"</title>
			<link>http://www.gravityhelp.com/forums/topic/max-characters-in-title#post-59372</link>
			<pubDate>Fri, 18 May 2012 04:59:10 +0000</pubDate>
			<dc:creator>Cirfzen</dc:creator>
			<guid isPermaLink="false">59372@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;I have the same problem and would be happy to find a solution.&#60;/p&#62;
&#60;p&#62;Maybe it can be done with the filter &#34;gform_field_content&#34;.&#60;br /&#62;
But the example provided by Gravity Forms documentation is a bit to complex for me to understand.&#60;br /&#62;
So someone with more knowledge in this filters and hooks, please enlighten us.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hatmandu on "Can this be done with GF/PayPal?"</title>
			<link>http://www.gravityhelp.com/forums/topic/can-this-be-done-with-gfpaypal#post-59371</link>
			<pubDate>Fri, 18 May 2012 04:58:59 +0000</pubDate>
			<dc:creator>hatmandu</dc:creator>
			<guid isPermaLink="false">59371@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;Hi. I'm hoping you can clarify whether the following process is possible with GF (I realise it may be a bit complicated)...&#60;br /&#62;
1. User X registers; when they do so, one form field is for their PayPal email address.&#60;br /&#62;
2. The form that User X fills in is used to create a post. Included in the form is a file upload, and a price.&#60;br /&#62;
3. Once admin has approved that post, Visitor Y can come along to the site, view the post created by User X (without being registered) and pay with PayPal to download the file.&#60;br /&#62;
4. The payment for the file goes to User X's PayPal account.&#60;br /&#62;
5. The post now becomes closed to further visitors.&#60;/p&#62;
&#60;p&#62;(My ideal scenario is that the site owner can take a cut of the payment to User X, but I've posted on a separate thread about that; and for now the seller-to-buyer relationship is enough to get my head round.)&#60;/p&#62;
&#60;p&#62;Digging in this forum I've seen various elements of this seem to be supported by GF (eg a different PayPal address in each purchase form), but I'm wondering about the whole flow. Clearly data from stages 1/2 has to be reused in a new form auto-generated in the post for stage 3.&#60;/p&#62;
&#60;p&#62;I don't need shopping cart stuff - just the idea of one person submitting content and another coming along and paying for it. Or am I insane? Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hatmandu on "Paypal Pro adaptive payments for splitting revenue"</title>
			<link>http://www.gravityhelp.com/forums/topic/paypal-pro-adaptive-payments-for-splitting-revenue#post-59370</link>
			<pubDate>Fri, 18 May 2012 04:34:02 +0000</pubDate>
			<dc:creator>hatmandu</dc:creator>
			<guid isPermaLink="false">59370@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;I saw &#60;a href=&#34;Split paypal payment and send to two accounts&#34; rel=&#34;nofollow&#34;&#62;this thread&#60;/a&#62; here about splitting a PayPal payment to two different accounts. The answer was written before the PayPal Pro add-on was released, and referred to PP's Adaptive Payments feature. I've only just bought GF but this splitting idea is definitely of interest to me too.&#60;/p&#62;
&#60;p&#62;Now that the PayPal Pro add-on exists, is this something you support, or plan to? Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mmtrav on "Plugin Conflicts, Campaign Monitor add-on"</title>
			<link>http://www.gravityhelp.com/forums/topic/plugin-conflicts-campaign-monitor-add-on#post-59369</link>
			<pubDate>Fri, 18 May 2012 03:40:51 +0000</pubDate>
			<dc:creator>mmtrav</dc:creator>
			<guid isPermaLink="false">59369@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;Hi guys,&#60;/p&#62;
&#60;p&#62;I'm having a problem with the campaign monitor plugin in a new hosting environment I'm testing out. &#60;/p&#62;
&#60;p&#62;It appears to be conflicts with two plugins, but then based on the other discussions I am not sure if I have managed to narrow this down to a hosting issue.&#60;/p&#62;
&#60;p&#62;The symptom is that I get a failure when trying to access the settings of Campaign Monitor in the GF interface. &#60;/p&#62;
&#60;p&#62;I turned on wordpress debugging as advised and got the following back:&#60;/p&#62;
&#60;p&#62;With WooCommerce Plugin enabled:&#60;br /&#62;
Fatal error: Error making request with curl_error: Problem with the SSL CA cert (path? access rights?) in /home/bushtv/public_html/wp-content/plugins/gravityformscampaignmonitor/api/class/transport.php on line 131&#60;/p&#62;
&#60;p&#62;With BackUp Buddy Plugin enabled:&#60;br /&#62;
Fatal error: Error making request with curl_error: Peer certificate cannot be authenticated with known CA certificates in /home/bushtv/public_html/wp-content/plugins/gravityformscampaignmonitor/api/class/transport.php on line 131&#60;/p&#62;
&#60;p&#62;Does this sound like a hosting error to you guys? If so I can take it up with them as eventually I need to get the WooCommerce plugin working for the commerce functions of the site. &#60;/p&#62;
&#60;p&#62;Would appreciate any advice you have.&#60;/p&#62;
&#60;p&#62;Best,&#60;br /&#62;
-Mikey
&#60;/p&#62;</description>
		</item>
		<item>
			<title>loqopol on "pandora online"</title>
			<link>http://www.gravityhelp.com/forums/topic/pandora-online#post-59368</link>
			<pubDate>Fri, 18 May 2012 03:36:17 +0000</pubDate>
			<dc:creator>loqopol</dc:creator>
			<guid isPermaLink="false">59368@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;Probably the most common jewellery item is definitely the &#60;a href=&#34;http://www.pandoracharms-canadasale.ca&#34; rel=&#34;nofollow&#34;&#62;Pandora Charms&#60;/a&#62; bracelet which has outgrown its rivals with regards to popularity. You are able to customize the &#60;a href=&#34;http://www.pandoracharms-ireland.org&#34; rel=&#34;nofollow&#34;&#62;pandora bracelets&#60;/a&#62; as per your dress for any function and even your mood on a particular day!In reality, these &#60;a href=&#34;http://www.pandoracharmsukbracelets.co.uk&#34; rel=&#34;nofollow&#34;&#62;pandora charms uk&#60;/a&#62; are increasingly staying presented as presents to young women that have just graduated from their colleges.You may customize the &#60;a href=&#34;http://www.pandorajewelrycanadasales.ca&#34; rel=&#34;nofollow&#34;&#62;Pandora Jewelry&#60;/a&#62; as per your dress for just about any perform or maybe your mood on a specific day!In truth, these &#60;a href=&#34;http://www.pandoraukcharms.me.uk&#34; rel=&#34;nofollow&#34;&#62;Pandora Jewelry&#60;/a&#62; are more and more staying presented as gifts to young females that have just graduated from their schools.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Trenbania on "Gravity Forms not updating"</title>
			<link>http://www.gravityhelp.com/forums/topic/gravity-forms-not-updating#post-59367</link>
			<pubDate>Fri, 18 May 2012 03:01:33 +0000</pubDate>
			<dc:creator>Trenbania</dc:creator>
			<guid isPermaLink="false">59367@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;We have GF 1.5.2.8 on our site, but WP is reporting that GF is up to date. Our server has strict Firewall rules, but even relaxing them to ensure WP and the GF site can talk to each other, still no luck updating.&#60;/p&#62;
&#60;p&#62;All our forms have disappeared in recent days/weeks following some rebranding work involving a change of domain - this may be a separate issue. Do you recommend exploring the disappeared forms (with the Oops! We could not locate your form. error)? Or should we investigate the updating - could this cause the forms to disappear?&#60;/p&#62;
&#60;p&#62;All appears well in the GF settings.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Andy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Target Presence on "Allow editors to access entries (without giving them admin access)"</title>
			<link>http://www.gravityhelp.com/forums/topic/allow-editors-to-access-entries-without-giving-them-admin-access#post-59366</link>
			<pubDate>Fri, 18 May 2012 02:48:23 +0000</pubDate>
			<dc:creator>Target Presence</dc:creator>
			<guid isPermaLink="false">59366@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;Ditto this request.  I'm using it on a site I'm developing for a non-technical customer, and I was planning to have them as an Editor so as to simplify the interface for them.  Being able to [optionally] allow access to form creation and response viewing at the Editor level would be awesome!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>musicman75 on "Field Labels wrapping every two to three words"</title>
			<link>http://www.gravityhelp.com/forums/topic/field-labels-wrapping-every-two-to-three-words#post-59365</link>
			<pubDate>Fri, 18 May 2012 01:19:39 +0000</pubDate>
			<dc:creator>musicman75</dc:creator>
			<guid isPermaLink="false">59365@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;By the way, an example is here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://globalministriesonline.com/join/application-form/ministerial-endorsement-form/&#34; rel=&#34;nofollow&#34;&#62;http://globalministriesonline.com/join/application-form/ministerial-endorsement-form/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>musicman75 on "Field Labels wrapping every two to three words"</title>
			<link>http://www.gravityhelp.com/forums/topic/field-labels-wrapping-every-two-to-three-words#post-59364</link>
			<pubDate>Fri, 18 May 2012 01:19:06 +0000</pubDate>
			<dc:creator>musicman75</dc:creator>
			<guid isPermaLink="false">59364@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;The field labels in my forms are wrapping after two or three words, like:&#60;/p&#62;
&#60;p&#62;How long&#60;br /&#62;
have you&#60;br /&#62;
known the&#60;br /&#62;
applicant?&#60;/p&#62;
&#60;p&#62;Is there any way to remove that wrapping feature (or bug)?  Thanks so much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aguirresf on "How can I create a redirect when using feedburner code?"</title>
			<link>http://www.gravityhelp.com/forums/topic/how-can-i-create-a-redirect-when-using-feedburner-code#post-59363</link>
			<pubDate>Fri, 18 May 2012 01:08:35 +0000</pubDate>
			<dc:creator>aguirresf</dc:creator>
			<guid isPermaLink="false">59363@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;In here you can see the two forms. The one in the sidebar works fine but doesn't redirect while the one in the content area (the one using GF) doesn't work :(&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://vinculando.org/buscar/&#34; rel=&#34;nofollow&#34;&#62;http://vinculando.org/buscar/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aguirresf on "How can I create a redirect when using feedburner code?"</title>
			<link>http://www.gravityhelp.com/forums/topic/how-can-i-create-a-redirect-when-using-feedburner-code#post-59362</link>
			<pubDate>Fri, 18 May 2012 00:55:24 +0000</pubDate>
			<dc:creator>aguirresf</dc:creator>
			<guid isPermaLink="false">59362@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I use feedburner for subscribers to receive new posts and I want to redirect them to certain page after they have submitted their email. Is this possible?&#60;/p&#62;
&#60;p&#62;I've tryed to include feedburner's code inside an Html field within GF but I get two &#34;submit&#34; buttons and neither one works. This is FB's code:&#60;/p&#62;
&#60;pre class=&#34;brush: php&#34;&#62;&#38;lt;form id=&#38;quot;subscribe&#38;quot; action=&#38;quot;http://feedburner.google.com/fb/a/mailverify&#38;quot; method=&#38;quot;post&#38;quot; target=&#38;quot;popupwindow&#38;quot; onsubmit=&#38;quot;window.open( &#38;#39;http://feedburner.google.com/fb/a/mailverify?uri=myuri&#38;#39;, &#38;#39;popupwindow&#38;#39;, &#38;#39;scrollbars=yes,width=550,height=520&#38;#39;);return true&#38;quot;&#38;gt;
 &#38;lt;input type=&#38;quot;text&#38;quot; value=&#38;quot;@&#38;quot; id=&#38;quot;subbox&#38;quot; onfocus=&#38;quot;if ( this.value == &#38;#39;@&#38;#39;) { this.value = &#38;#39;&#38;#39;; }&#38;quot; onblur=&#38;quot;if ( this.value == &#38;#39;&#38;#39; ) { this.value = &#38;#39;@&#38;#39;; }&#38;quot; name=&#38;quot;email&#38;quot; /&#38;gt;
&#38;lt;input type=&#38;quot;hidden&#38;quot; value=&#38;quot;username&#38;quot; name=&#38;quot;uri&#38;quot;/&#38;gt;
&#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;loc&#38;quot; value=&#38;quot;en&#38;quot;/&#38;gt;
&#38;lt;input type=&#38;quot;submit&#38;quot; value=&#38;quot;Submit&#38;quot; id=&#38;quot;subbutton&#38;quot; /&#38;gt;
&#38;lt;/form&#38;gt;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>devanslive on "Export Form Errors"</title>
			<link>http://www.gravityhelp.com/forums/topic/export-form-errors#post-59361</link>
			<pubDate>Thu, 17 May 2012 23:14:28 +0000</pubDate>
			<dc:creator>devanslive</dc:creator>
			<guid isPermaLink="false">59361@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;Hello, I am trying to export a form that is being used on this site &#60;a href=&#34;http://www.cheerhomeschool.com&#34; rel=&#34;nofollow&#34;&#62;http://www.cheerhomeschool.com&#60;/a&#62;. The site admin was able to export forms daily until yesterday when they began to get the following error;&#60;/p&#62;
&#60;p&#62;Any idea as to what this can be? It is urgent that they be able to get a resolution to this.&#60;/p&#62;
&#60;p&#62;&#34;This webpage is not found: No webpage was found for this web address &#60;a href=&#34;http://www.cheerhomeschool.com/wp-admin/admin.php?page=gf_export&#34; rel=&#34;nofollow&#34;&#62;http://www.cheerhomeschool.com/wp-admin/admin.php?page=gf_export&#60;/a&#62;&#34;&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whistlerworks on "Clearing Default Field Values"</title>
			<link>http://www.gravityhelp.com/forums/topic/clearing-default-field-values-1#post-59360</link>
			<pubDate>Thu, 17 May 2012 22:08:42 +0000</pubDate>
			<dc:creator>whistlerworks</dc:creator>
			<guid isPermaLink="false">59360@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;I've read the post on how to clear the default field values and it works great.  But how do I handle it when I already have a css class name such as; gf_left_third - how do add the clearit css class name but also keep the gf_left_third.&#60;/p&#62;
&#60;p&#62;Thanks for the help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>axys on "Shortcode problem"</title>
			<link>http://www.gravityhelp.com/forums/topic/shortcode-problem#post-59359</link>
			<pubDate>Thu, 17 May 2012 22:06:07 +0000</pubDate>
			<dc:creator>axys</dc:creator>
			<guid isPermaLink="false">59359@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;Hi, Since last upgrdrage, if I include shortocde in my content from any form, they will are immediatly applied.&#60;/p&#62;
&#60;p&#62;For example : before upgrade [youtube]http://www.youtube.com/watch?v=FYpAQDfW0w4[/youtube] stay as it in my final post and be executed only when I see the finalk post. But now, I get the result of the shortocde, I mean  [youtube]http://www.youtube.com/watch?v=FYpAQDfW0w4[/youtube]  disepears and become a  image and link to the youtube vidéo. The problem is the same for any shortcode used by any wordpress plugin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tracey Grady on "Security certificate warning from MailChimp form"</title>
			<link>http://www.gravityhelp.com/forums/topic/security-certificate-warning-from-mailchimp-form#post-59358</link>
			<pubDate>Thu, 17 May 2012 20:54:41 +0000</pubDate>
			<dc:creator>Tracey Grady</dc:creator>
			<guid isPermaLink="false">59358@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;Hi, I have a signup form which is linked to MailChimp and it's been working fine (still fairly new) but today I received an email from a potential subscriber who advised that after she hit the Submit button she received the following warning message:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;There is a problem with this website's security certificate.&#60;/p&#62;
&#60;p&#62;The security certificate issued by this website was issued for a different website's address.&#60;br /&#62;
Security certificate problems may indicate an attempt to fool you or intercept any data you send to the server.&#60;br /&#62;
We recommend that you close this web page and do not continue to this website.&#60;/p&#62;&#60;/blockquote&#62;</description>
		</item>
		<item>
			<title>sscovil on "Did a find/replace on an email address in MySQL, now forms are missing?"</title>
			<link>http://www.gravityhelp.com/forums/topic/did-a-findreplace-on-an-email-address-in-mysql-now-forms-are-missing#post-59357</link>
			<pubDate>Thu, 17 May 2012 20:43:08 +0000</pubDate>
			<dc:creator>sscovil</dc:creator>
			<guid isPermaLink="false">59357@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;@David: I was able to resolve the issue by restoring a backup on the development server, exporting the forms, and then importing them on the new site. Everything is working now, and the site just went live today. Check it out at: &#60;a href=&#34;http://buccanpalmbeach.com/&#34; rel=&#34;nofollow&#34;&#62;http://buccanpalmbeach.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for your help on this!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>oustcat on "Form not displaying after update to v1.6.4.1.1"</title>
			<link>http://www.gravityhelp.com/forums/topic/form-not-displaying-after-update-to-v16411#post-59356</link>
			<pubDate>Thu, 17 May 2012 20:26:23 +0000</pubDate>
			<dc:creator>oustcat</dc:creator>
			<guid isPermaLink="false">59356@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;Alex, it's working nicely. Thank you so much for your help. Feel free to close this topic.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>red on "Promo code hack"</title>
			<link>http://www.gravityhelp.com/forums/topic/promo-code-hack#post-59355</link>
			<pubDate>Thu, 17 May 2012 19:54:46 +0000</pubDate>
			<dc:creator>red</dc:creator>
			<guid isPermaLink="false">59355@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;Agree that showing coupon codes in the source code is not ideal. Was able to work out a way to add valid codes as a radio button selections in the form editor, set it to admin-only, and retrieve them with ajax for validation against a coupon code input. &#60;/p&#62;
&#60;p&#62;Any feedback on ways to improve on this approach appreciated!&#60;/p&#62;
&#60;p&#62;Was blocked from posting my outline of steps, so did a pastebin of the steps here:&#60;br /&#62;
&#60;a href=&#34;http://pastebin.com/Bi577HTi&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/Bi577HTi&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Pastebin links to code in step 3 and 4.&#60;/p&#62;
&#60;p&#62;Unresolved issues:&#60;br /&#62;
If post the form and there are errors, coupon code field won't update when edited
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gcollignon on "Show text from checkboxes"</title>
			<link>http://www.gravityhelp.com/forums/topic/show-text-from-checkboxes#post-59354</link>
			<pubDate>Thu, 17 May 2012 19:31:47 +0000</pubDate>
			<dc:creator>gcollignon</dc:creator>
			<guid isPermaLink="false">59354@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;Thanks David. I do get the code for the background. I am guessing it is something like this:&#60;/p&#62;
&#60;p&#62;#gform_wrapper_xx  -  where &#34;xx&#34; is my form ID&#60;br /&#62;
body {background-image:url('paper.gif');}&#60;/p&#62;
&#60;p&#62; What I don't understand i how to add it combined with the form ID. Can you please point me to:&#60;br /&#62;
How do I find the form ID (is it just the one that appears in the form list)&#60;br /&#62;
How do I make the background image just for the second page of my form.&#60;/p&#62;
&#60;p&#62;Thanks again for all your help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Hidden field value not coming through in email for non-logged in users"</title>
			<link>http://www.gravityhelp.com/forums/topic/hidden-field-value-not-coming-through-in-email-for-non-logged-in-users#post-59353</link>
			<pubDate>Thu, 17 May 2012 19:07:13 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">59353@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;We've never had this reported before and i've never seen this before.  Login status should have no impact on what is sent in the email notification.&#60;/p&#62;
&#60;p&#62;Send me an email at &#60;a href=&#34;mailto:carl@rocketgenius.com&#34;&#62;carl@rocketgenius.com&#60;/a&#62; and send me an XML export of that form (Go to import/export, select export forms and then select that form).  I'll then import it, and configure it like you described (dynamically populating the 2 fields) and see if I can reproduce the issue locally.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Terms and conditions"</title>
			<link>http://www.gravityhelp.com/forums/topic/terms-and-conditions#post-59352</link>
			<pubDate>Thu, 17 May 2012 19:03:32 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">59352@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;The HTML field is limited in the code it allows in part for security, and in part to reduce potential user issues. There is a way to allow more tags in any field through a hook, but we recommend that as a last resort - &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_allowable_tags&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_allowable_tags&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Some basic functionality I was expecting."</title>
			<link>http://www.gravityhelp.com/forums/topic/some-basic-functionality-i-was-expecting-especially-for-200#post-59351</link>
			<pubDate>Thu, 17 May 2012 19:01:23 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">59351@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;This should help you better understand where to put various code:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robhayes21 on "Some basic functionality I was expecting."</title>
			<link>http://www.gravityhelp.com/forums/topic/some-basic-functionality-i-was-expecting-especially-for-200#post-59350</link>
			<pubDate>Thu, 17 May 2012 18:56:08 +0000</pubDate>
			<dc:creator>robhayes21</dc:creator>
			<guid isPermaLink="false">59350@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;Which file would I change/insert that code into?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Some basic functionality I was expecting."</title>
			<link>http://www.gravityhelp.com/forums/topic/some-basic-functionality-i-was-expecting-especially-for-200#post-59349</link>
			<pubDate>Thu, 17 May 2012 18:53:58 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">59349@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;They have examples along the right hand side of the page I linked which you can test, and then view the source of.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SEO Scott on "Terms and conditions"</title>
			<link>http://www.gravityhelp.com/forums/topic/terms-and-conditions#post-59348</link>
			<pubDate>Thu, 17 May 2012 18:52:42 +0000</pubDate>
			<dc:creator>SEO Scott</dc:creator>
			<guid isPermaLink="false">59348@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;Rob,&#60;/p&#62;
&#60;p&#62;Ahhhhhhhh, the section break.&#60;/p&#62;
&#60;p&#62;Man, with all the hard things I accomplish in life, these easy things seem to get the best of me sometimes. :)&#60;/p&#62;
&#60;p&#62;I was trying to add tags to the html field which wouldn't show anything. I tried using css to the text area and html fields, nothing seemed to work. I didn't think to use the section break at all, thanks. I am curious as to why adding a text area tag wouldn't work in the html field, however.&#60;/p&#62;
&#60;p&#62;Anyhow, great service as usual Rob!&#60;/p&#62;
&#60;p&#62;Thanks again&#60;br /&#62;
Scott
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nikolasa on "Help with exporting"</title>
			<link>http://www.gravityhelp.com/forums/topic/help-with-exporting#post-59347</link>
			<pubDate>Thu, 17 May 2012 18:51:47 +0000</pubDate>
			<dc:creator>nikolasa</dc:creator>
			<guid isPermaLink="false">59347@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;Exactly, hmmm, I've deactivated all recent plugins, but still no go, I tried exporting it via Firefox and got this error: Firefox can't find the file at &#60;a href=&#34;http://www.whakaue.org/wp-admin/admin.php?page=gf_export&#34; rel=&#34;nofollow&#34;&#62;http://www.whakaue.org/wp-admin/admin.php?page=gf_export&#60;/a&#62;. &#60;/p&#62;
&#60;p&#62;Does that help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tevya on "There was an error while saving your form. (Also can&#039;t import)"</title>
			<link>http://www.gravityhelp.com/forums/topic/there-was-an-error-while-saving-your-form-also-cant-import#post-59346</link>
			<pubDate>Thu, 17 May 2012 18:34:04 +0000</pubDate>
			<dc:creator>Tevya</dc:creator>
			<guid isPermaLink="false">59346@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;I tried adding with just a single text line, and it gave the same error. The ones I'm trying to import are not very complex either. Basically just name, email, phone, subject, message, and they're all required, nothing fancy at all.&#60;/p&#62;
&#60;p&#62;Well I'll have to assume it's a theme conflict, because all the same plugins are running on other sites on the multisite without issue. Any idea what kinds of things I should look for in my theme that would cause a conflict?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>corriewilder on "widget styling"</title>
			<link>http://www.gravityhelp.com/forums/topic/widget-styling#post-59345</link>
			<pubDate>Thu, 17 May 2012 18:14:17 +0000</pubDate>
			<dc:creator>corriewilder</dc:creator>
			<guid isPermaLink="false">59345@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;Thanks Rob!&#60;/p&#62;
&#60;p&#62;Link to the site where it appears: &#60;a href=&#34;http://san.wilder2sandbox.com/for-entrepreneurs/&#34; rel=&#34;nofollow&#34;&#62;http://san.wilder2sandbox.com/for-entrepreneurs/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The sidebar widgets are naturally very dark, I used this custom CSS:&#60;/p&#62;
&#60;p&#62;body #gform_wrapper_3 .gform_heading  {&#60;br /&#62;
font-size: 18px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;body #gform_wrapper_3 .gform_body .gform_fields .gfield .ginput_container {&#60;br /&#62;
border-style: dotted;&#60;br /&#62;
border-width: 1px;&#60;br /&#62;
border-color:#666666;&#60;br /&#62;
}&#60;br /&#62;
body #gform_wrapper_3 .gform_footer input[type=submit] {&#60;br /&#62;
border-style: dotted;&#60;br /&#62;
border-width: 1px;&#60;br /&#62;
border-color:#666666;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62; but not sure how to make that submit button move up. Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>manifestcreative on "MAMP Pro with Gravity Forms causes WordPress not to load"</title>
			<link>http://www.gravityhelp.com/forums/topic/mamp-pro-with-gravity-forms-causes-wordpress-not-to-load#post-59344</link>
			<pubDate>Thu, 17 May 2012 18:14:02 +0000</pubDate>
			<dc:creator>manifestcreative</dc:creator>
			<guid isPermaLink="false">59344@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;I recent migrated from using MAMP (the basic version) to MAMP Pro. The main difference for me is that MAMP Pro allows me to use virtual hosts. So instead of accessing a local development site on my Mac via &#60;a href=&#34;http://localhost:8888/mysitename&#34; rel=&#34;nofollow&#34;&#62;http://localhost:8888/mysitename&#60;/a&#62; I can instead setup &#60;a href=&#34;http://mysitename.dev&#34; rel=&#34;nofollow&#34;&#62;http://mysitename.dev&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm running the exact same plugins in current MAMP as I was in old.&#60;/p&#62;
&#60;p&#62;The site functions fine when Gravity Forms is not loaded. I know it's not a plugin conflict, because I can remove all other plugins from the directory, but if Gravity Forms is included at all, the site does not load.&#60;/p&#62;
&#60;p&#62;The WP_DEBUG constant is set to true in wp-config.php, but no markup is produced when loading any WordPress page.&#60;/p&#62;
&#60;p&#62;The exact same site setup can be pushed to a live server, and even with the exact same plugins being used (and the exact same code) the site will function fine.&#60;/p&#62;
&#60;p&#62;I've tried deleting all of the Gravity Forms tables from the DB, downloading the latest plugin from this site and installing JUST that single plugin and the site still crashes. It loaded fine previously (with no plugins) then crashes as soon as the GF plugin is added to the wp-content/plugins directory.&#60;/p&#62;
&#60;p&#62;This one's got me stumped, even though I'm sure it's something simple. I believe that this is related to Gravity Forms rather than MAMP because every other plugin/WordPress installation that does not use Gravity Forms functions fine.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "There was an error while saving your form. (Also can&#039;t import)"</title>
			<link>http://www.gravityhelp.com/forums/topic/there-was-an-error-while-saving-your-form-also-cant-import#post-59343</link>
			<pubDate>Thu, 17 May 2012 17:50:31 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">59343@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;Can you try creating a new form with just a single input on it and see if it saves alright? If it doesn't then we'll need you to check for theme/plugin conflicts. Instructions can be found here:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you are able to create the form with just the single input just fine, then we'll need more details on what you are trying to do. What fields you are using, what you're entering into the field labels, etc.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

