<?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: Equivalent of str_replace() on specific field of form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/equivalent-of-str_replace-on-specific-field-of-form</link>
		<description>Gravity Support Forums Topic: Equivalent of str_replace() on specific field of form</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 15:52:24 +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/equivalent-of-str_replace-on-specific-field-of-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Cliff Seal on "Equivalent of str_replace() on specific field of form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/equivalent-of-str_replace-on-specific-field-of-form#post-27655</link>
			<pubDate>Mon, 13 Jun 2011 05:45:26 +0000</pubDate>
			<dc:creator>Cliff Seal</dc:creator>
			<guid isPermaLink="false">27655@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That was incredibly easy. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Equivalent of str_replace() on specific field of form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/equivalent-of-str_replace-on-specific-field-of-form#post-27628</link>
			<pubDate>Sun, 12 Jun 2011 01:57:56 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">27628@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Probably the best time to do this would be the &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_submission&#34; rel=&#34;nofollow&#34;&#62;gform_pre_submission&#60;/a&#62; hook. If you put the contents of the $_POST variable you will be able to see which index stores the value you'd like to update and can run your str_replace() directly on the $_POST variable. Gravity Forms will then use the $_POST to generate the lead details for the submission.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cliff Seal on "Equivalent of str_replace() on specific field of form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/equivalent-of-str_replace-on-specific-field-of-form#post-27615</link>
			<pubDate>Sat, 11 Jun 2011 12:07:59 +0000</pubDate>
			<dc:creator>Cliff Seal</dc:creator>
			<guid isPermaLink="false">27615@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If this has been answered, I couldn't find it. On one specific field, I want to, basically, run a str_replace() to change an ampersand into the word 'and' upon submission. I don't want validation to report an error, I just want to handle it afterwards since the fields populate a GET URL. &#60;/p&#62;
&#60;p&#62;I know I can likely dive into the code and create some sort of conditional function, but I wanted to see if there was a hook/filter that would do this more efficiently. Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
