<?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 Tag: confirmation - Recent Topics</title>
		<link>http://www.gravityhelp.com/forums/tags/confirmation</link>
		<description>Gravity Support Forums Tag: confirmation - Recent Topics</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 11:09:20 +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/tags/confirmation/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>reelseo on "Confirmation Message Anchor not working"</title>
			<link>http://www.gravityhelp.com/forums/topic/confirmation-message-anchor-not-working#post-47445</link>
			<pubDate>Thu, 26 Jan 2012 14:20:34 +0000</pubDate>
			<dc:creator>reelseo</dc:creator>
			<guid isPermaLink="false">47445@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;Hello.  I've read &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/redirect-after-failed-form-redirect-to-page-w-anchor#post-9592&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/redirect-after-failed-form-redirect-to-page-w-anchor#post-9592&#60;/a&#62; and implemented the change to functions.  It was working a few months ago prior to upgrading to the most recent version but it's no longer working and the ajax never works on my site.  Im ok without the ajax (though I wish it worked), but when they submit the form, they cant see the confirmation message as the anchor doesnt take them to the message.  Can you please help me with this as we have people submitting multiple times not realizing their entry was successful.  Thanks in advance
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pjeaje on "Custom confirmation"</title>
			<link>http://www.gravityhelp.com/forums/topic/custom-confirmation#post-48154</link>
			<pubDate>Thu, 02 Feb 2012 10:16:06 +0000</pubDate>
			<dc:creator>pjeaje</dc:creator>
			<guid isPermaLink="false">48154@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;Can all the fields be inserted into a WordPress PAGE not just the TEXT as you've described above? I suppose we would need some type of shortcodes???
&#60;/p&#62;</description>
		</item>
		<item>
			<title>henrybag on "Form options not saving"</title>
			<link>http://www.gravityhelp.com/forums/topic/form-options-not-saving#post-48524</link>
			<pubDate>Tue, 07 Feb 2012 03:36:56 +0000</pubDate>
			<dc:creator>henrybag</dc:creator>
			<guid isPermaLink="false">48524@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;I have an issue with the forms not saving the options.&#60;br /&#62;
The main issue is it doesn't save the Confirmation option.&#60;br /&#62;
I go &#38;gt; Form &#38;gt; Edit &#38;gt; Form Settings &#38;gt; Confirmation Message &#38;gt; Page &#38;gt; Thank you page.&#60;br /&#62;
It seems to save and when I go back into the form it doesn't display the saved option.&#60;br /&#62;
Any ideas?&#60;br /&#62;
Thanks&#60;br /&#62;
Henry
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sascha on "confirmation message text"</title>
			<link>http://www.gravityhelp.com/forums/topic/confirmation-message-text#post-48507</link>
			<pubDate>Mon, 06 Feb 2012 18:48:51 +0000</pubDate>
			<dc:creator>sascha</dc:creator>
			<guid isPermaLink="false">48507@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;Hi there,&#60;br /&#62;
Is there a way to keep the confirmation message text (in the $form object) even if I choose a different confirmation option like redirect. In my case everytime I change to redirect my confirmation text is all gone. I would like it to still be there in case I switch back to a confirmation message.&#60;/p&#62;
&#60;p&#62;Vice versa it is the same. When I switch to confirmation message the query string inputs are gone. Is there a way to keep the query string inputs? Again in case I switch back, so I do not have to enter it all again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thirdriver on "Querystring not passing variable properly"</title>
			<link>http://www.gravityhelp.com/forums/topic/querystring-not-passing-variable-properly#post-48411</link>
			<pubDate>Mon, 06 Feb 2012 01:48:58 +0000</pubDate>
			<dc:creator>thirdriver</dc:creator>
			<guid isPermaLink="false">48411@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;I am having issues since one of the most recent upgrades (not sure which ... did not notice exactly when it started happening) with the querystring confirmation function. &#60;/p&#62;
&#60;p&#62;I have written a custom php page that I am directing to after the form is submitted.  Here is a screen shot of my settings.&#60;br /&#62;
&#60;a href=&#34;http://screencast.com/t/7pfA53hPL&#34; rel=&#34;nofollow&#34;&#62;http://screencast.com/t/7pfA53hPL&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can see that I have two fields passing as merge tags via the querystring.  However, here is what the querystring url actually looks like.  It is not passing the 2nd parameter of what property they stayed at.&#60;br /&#62;
&#60;a href=&#34;http://..../custom_redirect_bpvr.php?5+Stars&#34; rel=&#34;nofollow&#34;&#62;http://..../custom_redirect_bpvr.php?5+Stars&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Did something change that would break this merge tag / querystring functionality?  &#60;/p&#62;
&#60;p&#62;Please advise ... thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jamisoloman on "Conditional Format Confirmation Message"</title>
			<link>http://www.gravityhelp.com/forums/topic/conditional-format-confirmation-message#post-47905</link>
			<pubDate>Tue, 31 Jan 2012 06:58:50 +0000</pubDate>
			<dc:creator>Jamisoloman</dc:creator>
			<guid isPermaLink="false">47905@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;Hi There,&#60;/p&#62;
&#60;p&#62;I'm creating a form to replicate the Territory Revenue Office 'First Home Owners Grant' form. I'd like to have a different confirmation message based on the responses received.&#60;/p&#62;
&#60;p&#62;Link to TRO Website: &#60;a href=&#34;http://www.nt.gov.au/ntt/revenue/eligibility/fhog/fhog_eligibility.php&#34; rel=&#34;nofollow&#34;&#62;http://www.nt.gov.au/ntt/revenue/eligibility/fhog/fhog_eligibility.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is there a way I can have two confirmation messages based on the responses received?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Jami
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vi on "Confirmation Setting for Conditional Redirect"</title>
			<link>http://www.gravityhelp.com/forums/topic/confirmation-setting-for-conditional-redirect#post-48253</link>
			<pubDate>Fri, 03 Feb 2012 08:14:59 +0000</pubDate>
			<dc:creator>vi</dc:creator>
			<guid isPermaLink="false">48253@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;I have made a conditional redirect based on previous advice in this forum which sends people to different sites based on which test software they want to download. I have not gotten it to work yet and I was hoping someone could take a look. I think the php is ok but I may not have the UI settings (redirect?) or the flow correct. The form can be found on our sandbox site - and the php file is in my theme root folder (gform_redirect.php - &#60;a href=&#34;http://pastebin.com/m22mjFMt)&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/m22mjFMt)&#60;/a&#62;. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dlmoretz on "Gravity Forms Custom Confirmation"</title>
			<link>http://www.gravityhelp.com/forums/topic/gravity-forms-custom-confirmation#post-27336</link>
			<pubDate>Wed, 08 Jun 2011 12:41:14 +0000</pubDate>
			<dc:creator>dlmoretz</dc:creator>
			<guid isPermaLink="false">27336@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;Is it possible to have gravity forms take data from the last form page and create the confirmation page based on that. I saw this done at &#60;a href=&#34;http://www.teambarracudas.com/registration/online-registration&#34; rel=&#34;nofollow&#34;&#62;http://www.teambarracudas.com/registration/online-registration&#60;/a&#62;. I am trying to do this for another team.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Downtoearth on "Getting GF email, but no Mailchimp email or notification in lists"</title>
			<link>http://www.gravityhelp.com/forums/topic/getting-gf-email-but-no-mailchimp-email-or-notification-in-lists#post-47278</link>
			<pubDate>Wed, 25 Jan 2012 00:59:07 +0000</pubDate>
			<dc:creator>Downtoearth</dc:creator>
			<guid isPermaLink="false">47278@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;I have read thru the support for the Mailchimp Add-on, but for whatever reason Mailchimp is not getting a new subscriber to the list, and no welcome email, but my GF comes thru just fine on both ends.  I have the conditions set right to my knowledge and all correct settings.  The form is at &#60;a href=&#34;http://twodudeswc.com/free-estimate-request/&#34; rel=&#34;nofollow&#34;&#62;http://twodudeswc.com/free-estimate-request/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jameztcc on "Email confirmation link to be clicked on before account active"</title>
			<link>http://www.gravityhelp.com/forums/topic/email-confirmation-link-to-be-clicked-on-before-account-active#post-29950</link>
			<pubDate>Wed, 13 Jul 2011 22:29:48 +0000</pubDate>
			<dc:creator>jameztcc</dc:creator>
			<guid isPermaLink="false">29950@http://www.gravityhelp.com/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;GF with the user registration able to do this 1-3?&#60;/p&#62;
&#60;p&#62;1. User registers via GF.&#60;br /&#62;
2. User receives email notification with a link to click on to activate account.&#60;br /&#62;
3. User clicks on the link, account activated.&#60;/p&#62;
&#60;p&#62;thanks,&#60;br /&#62;
James Tan
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

