<?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: simple set field value</title>
		<link>https://legacy.forums.gravityhelp.com/topic/simple-set-field-value</link>
		<description>Gravity Support Forums Topic: simple set field value</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 05:09:41 +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/simple-set-field-value" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "simple set field value"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/simple-set-field-value#post-376062</link>
			<pubDate>Thu, 25 Jul 2013 08:40:49 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">376062@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you still require assistance with this please open a new &#60;a href=&#34;http://www.gravityhelp.com/request-support/&#34; rel=&#34;nofollow&#34;&#62;support ticket&#60;/a&#62; or a &#60;a href=&#34;http://www.gravityhelp.com/priority-support/&#34; rel=&#34;nofollow&#34;&#62;priority support ticket&#60;/a&#62; if you are a developer license holder. Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>schleewoon on "simple set field value"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/simple-set-field-value#post-366732</link>
			<pubDate>Sun, 07 Jul 2013 17:09:25 +0000</pubDate>
			<dc:creator>schleewoon</dc:creator>
			<guid isPermaLink="false">366732@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi everyone, i have one simple problem i hope:&#60;br /&#62;
in my form i'm using values from fields, to calculate with math some new values. i made hidden fields, to set that results in them, and show after submit, but i cant. here is simple code example:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_action(&#38;quot;gform_post_submission_1&#38;quot;, &#38;quot;set_post_content&#38;quot;, 10, 2);
	function set_post_content($entry, $form)
	{
              $a= $entry[1];
		$b= $entry[2];
              $c = $a + $b;

              $entry[3] = $c;
        }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;this part: $entry[3] = $c;&#60;br /&#62;
is not working.&#60;br /&#62;
how i can set that new value in field[3] entry?&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
