<?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: Spaces stripped from query string values</title>
		<link>https://legacy.forums.gravityhelp.com/topic/spaces-stripped-from-query-string-values</link>
		<description>Gravity Support Forums Topic: Spaces stripped from query string values</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:22:09 +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/spaces-stripped-from-query-string-values" rel="self" type="application/rss+xml" />

		<item>
			<title>44pixels on "Spaces stripped from query string values"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spaces-stripped-from-query-string-values#post-46243</link>
			<pubDate>Thu, 12 Jan 2012 16:33:23 +0000</pubDate>
			<dc:creator>44pixels</dc:creator>
			<guid isPermaLink="false">46243@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the reply Chris, I'll try that and see what I come up with. I'm familiar with using the GF hooks but I'll let you know if I have any troubles. Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Spaces stripped from query string values"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spaces-stripped-from-query-string-values#post-46025</link>
			<pubDate>Tue, 10 Jan 2012 18:00:34 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">46025@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Using the hooks to dump the object is a good idea.    Do you need help selecting one?  Seems like you need the gform_pre_submission to see what was submitted by the user, and then also something for the confirmation redirect to see what is actually present there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>44pixels on "Spaces stripped from query string values"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spaces-stripped-from-query-string-values#post-45922</link>
			<pubDate>Mon, 09 Jan 2012 20:31:27 +0000</pubDate>
			<dc:creator>44pixels</dc:creator>
			<guid isPermaLink="false">45922@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for your help, your test form works great for me. Unfortunately I haven't been able to figure this one out yet as I'm still seeing space in my keyword submission.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.jamsinternational.com/panellist-search&#34; rel=&#34;nofollow&#34;&#62;http://www.jamsinternational.com/panellist-search&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I suppose I could try using hooks to see at what stage this is happening and try and prevent it. Any other ides?&#60;/p&#62;
&#60;p&#62;Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Spaces stripped from query string values"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spaces-stripped-from-query-string-values#post-44858</link>
			<pubDate>Fri, 23 Dec 2011 00:05:12 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">44858@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That has not been my experience. In fact, I set up a form just a day or two ago to do just this.  Here's the form:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://gravity.chrishajer.com/google-search/&#34; rel=&#34;nofollow&#34;&#62;http://gravity.chrishajer.com/google-search/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Submit search terms with spaces and you'll see they get converted to plusses for the query string.&#60;/p&#62;
&#60;p&#62;I submitted your form and I see that it is removing the spaces in the search terms.  Can you post the links to the topics where you read about similar problems? I recall this happening but can't recall a specific resolution.&#60;/p&#62;
&#60;p&#62;I see you're using Gravity Forms 1.6.2 and WordPress 3.2.1 which should both be OK.  I wonder if you search from the preview, do the spaces get stripped out of the query string?  Also, can you try with the default theme rather than the WooTheme?    Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>44pixels on "Spaces stripped from query string values"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spaces-stripped-from-query-string-values#post-44776</link>
			<pubDate>Thu, 22 Dec 2011 02:00:23 +0000</pubDate>
			<dc:creator>44pixels</dc:creator>
			<guid isPermaLink="false">44776@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm using the redirect on submit and query string features to create a &#34;search&#34; type form here - &#60;a href=&#34;http://www.jamsinternational.com/panellist-search&#34; rel=&#34;nofollow&#34;&#62;http://www.jamsinternational.com/panellist-search&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you type more than one word into the &#34;Keyword&#34; field and submit, for example &#34;Arbitration Mediation&#34; the resulting query string on the next page shows &#34;ArbitrationMediation&#34; with the spaces removed.&#60;/p&#62;
&#60;p&#62;Can you advise how I can make the query string retain/encode spaces? I saw a cuple similar questions when searching the forum, but I couldn't find a definitive answer.&#60;/p&#62;
&#60;p&#62;Any help is greatly appreciated, thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
