<?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: Use field values in URL when redirecting after form submission</title>
		<link>https://legacy.forums.gravityhelp.com/topic/use-field-values-in-url-when-redirecting-after-form-submission</link>
		<description>Gravity Support Forums Topic: Use field values in URL when redirecting after form submission</description>
		<language>en-US</language>
		<pubDate>Fri, 17 Apr 2026 20:53:51 +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/use-field-values-in-url-when-redirecting-after-form-submission" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Use field values in URL when redirecting after form submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-field-values-in-url-when-redirecting-after-form-submission#post-334473</link>
			<pubDate>Thu, 20 Jun 2013 10:54:22 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">334473@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No worries, glad to help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>motto on "Use field values in URL when redirecting after form submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-field-values-in-url-when-redirecting-after-form-submission#post-333829</link>
			<pubDate>Thu, 20 Jun 2013 04:42:17 +0000</pubDate>
			<dc:creator>motto</dc:creator>
			<guid isPermaLink="false">333829@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Rob,&#60;/p&#62;
&#60;p&#62;Thanks a lot for your reply, and my apologies for my short sightedness, just using&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#60;a href=&#34;http://domain.ext/orders/&#34; rel=&#34;nofollow&#34;&#62;http://domain.ext/orders/&#60;/a&#62;{5:idfield}/&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;in the URL field, having the option Redirect checked and without checking the query string checkbox works like a charm.&#60;/p&#62;
&#60;p&#62;It just wasn't clear to me I could use the field value placeholders in the URL.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Use field values in URL when redirecting after form submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-field-values-in-url-when-redirecting-after-form-submission#post-332427</link>
			<pubDate>Wed, 19 Jun 2013 14:24:34 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">332427@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;See if this does the trick for you:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/query-string-without-the-passing-a-leading-question-mark#post-46351&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/query-string-without-the-passing-a-leading-question-mark#post-46351&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Or perhaps this:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/use-gravity-forms-to-search-for-tags#post-104478&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/use-gravity-forms-to-search-for-tags#post-104478&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>motto on "Use field values in URL when redirecting after form submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-field-values-in-url-when-redirecting-after-form-submission#post-329934</link>
			<pubDate>Tue, 18 Jun 2013 06:04:58 +0000</pubDate>
			<dc:creator>motto</dc:creator>
			<guid isPermaLink="false">329934@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's possible to compose a query string with field values when submitting a form. By checking  &#34;Pass Field Data Via Query String&#34; field values can be used in a query string.&#60;/p&#62;
&#60;p&#62;However I was wondering if it's possible to compose a URL containing field values without using a query string.&#60;/p&#62;
&#60;p&#62;E.g. instead of redirecting to&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#60;a href=&#34;http://domain.ext/orders?id=&#34; rel=&#34;nofollow&#34;&#62;http://domain.ext/orders?id=&#60;/a&#62;{5:idfield}
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;after a form submission to I need to redirect to&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#60;a href=&#34;http://domain.ext/orders/&#34; rel=&#34;nofollow&#34;&#62;http://domain.ext/orders/&#60;/a&#62;{5:idfield}/&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;So submitting a form with 42 in it's ID field, would redirect to &#60;a href=&#34;http://domain.ext/orders/42/&#34; rel=&#34;nofollow&#34;&#62;http://domain.ext/orders/42/&#60;/a&#62; instead of &#60;a href=&#34;http://domain.ext/orders?id=42&#34; rel=&#34;nofollow&#34;&#62;http://domain.ext/orders?id=42&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;P.S. I couldn't find any resource on the forum or FAQ, but that might be due to the fact that I'm not sure what to search for exactly.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
