<?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: Form Settings &#62; Confirmation with URL string?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-settings-confirmation-with-url-string</link>
		<description>Gravity Support Forums Topic: Form Settings &gt; Confirmation with URL string?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:08:12 +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/form-settings-confirmation-with-url-string" rel="self" type="application/rss+xml" />

		<item>
			<title>justsomeguy on "Form Settings &#62; Confirmation with URL string?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-settings-confirmation-with-url-string#post-47955</link>
			<pubDate>Tue, 31 Jan 2012 17:58:55 +0000</pubDate>
			<dc:creator>justsomeguy</dc:creator>
			<guid isPermaLink="false">47955@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
First, love your product.&#60;br /&#62;
Second, can you elaborate a little more on your post about putting Analytics code in an HTML block before each page break. I have the following code and it isn't tracking. Any help would be appreciated.&#60;br /&#62;
&#60;code&#62;&#38;lt;script&#38;gt;jQuery(&#38;#39;#gform_1&#38;#39;).submit(function() {_gaq.push(&#38;#39;_trackEvent&#38;#39;, &#38;#39;my category&#38;#39;, &#38;#39;my action&#38;#39;); });&#38;lt;/script&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Form Settings &#62; Confirmation with URL string?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-settings-confirmation-with-url-string#post-41686</link>
			<pubDate>Sun, 20 Nov 2011 20:05:54 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">41686@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Regarding your first question.  You can put the Google Analytics code on the confirmation page, or put the HTML in the confirmation message text.  It's JavaScript, so it won't be displayed.  Will that work for you?      &#60;/p&#62;
&#60;p&#62;Also, to track the stages of completion, where you're losing people on your form, you can add HTML fields to the form in each page, and put the Google Analytics code there.  That way, you can track how many people are dropping out at each step.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Form Settings &#62; Confirmation with URL string?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-settings-confirmation-with-url-string#post-41685</link>
			<pubDate>Sun, 20 Nov 2011 20:02:57 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">41685@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Regarding your second question, this has been discussed in the past.  Here is the latest response from Carl Hancock: &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/any-way-to-submit-data-at-every-page#post-36600&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/any-way-to-submit-data-at-every-page#post-36600&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>clicknathan on "Form Settings &#62; Confirmation with URL string?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-settings-confirmation-with-url-string#post-41675</link>
			<pubDate>Sun, 20 Nov 2011 19:33:45 +0000</pubDate>
			<dc:creator>clicknathan</dc:creator>
			<guid isPermaLink="false">41675@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;On a secondary but still somewhat related note, it would be great if there was a way to know if someone had begun to complete the form, but didn't finish. Nothing too fancy, like I don't need to know the input values of the parts they did finish (though, obviously that would be pretty amazing), but just some type of db entry I could check on or something.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>clicknathan on "Form Settings &#62; Confirmation with URL string?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-settings-confirmation-with-url-string#post-41674</link>
			<pubDate>Sun, 20 Nov 2011 19:30:58 +0000</pubDate>
			<dc:creator>clicknathan</dc:creator>
			<guid isPermaLink="false">41674@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I want to use Confirmation Text so that upon a form being submitted, I can output some HTML fields (which I have hidden on the form itself) to the user. For example, if they choose option A, they'll see message A, but it they choose option B, they'll get message B.&#60;/p&#62;
&#60;p&#62;I know how to do all of this, but...&#60;/p&#62;
&#60;p&#62;I also want to take advantage of Google Analytics and know how many people are actually completing the form. To do this, I think I need a URL string. So they start at mywebsite.com/form/ and after they submit the form, they are taken to mywebsite.com/form?string=whatever&#60;/p&#62;
&#60;p&#62;Is that possible?&#60;/p&#62;
&#60;p&#62;Or if not, is there a way to have a redirect page (ie, they start on mywebsite.com/form/ and are redirected via the Settings to mywebsite.com/form/thanks/) show that information as well?&#60;/p&#62;
&#60;p&#62;If there's any more info I can provide, or haven't been clear enough, please let me know!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
