<?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: Tip...   Adding new properties to the form object</title>
		<link>https://legacy.forums.gravityhelp.com/topic/tip-adding-new-properties-to-the-form-object</link>
		<description>Gravity Support Forums Topic: Tip...   Adding new properties to the form object</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Apr 2026 11:51:43 +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/tip-adding-new-properties-to-the-form-object" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Tip...   Adding new properties to the form object"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tip-adding-new-properties-to-the-form-object#post-93085</link>
			<pubDate>Mon, 19 Nov 2012 15:29:15 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">93085@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Do you have an example of what this does online somewhere so we can see it in action?  Thank you for sharing.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jive Software on "Tip...   Adding new properties to the form object"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tip-adding-new-properties-to-the-form-object#post-93071</link>
			<pubDate>Mon, 19 Nov 2012 14:54:44 +0000</pubDate>
			<dc:creator>Jive Software</dc:creator>
			<guid isPermaLink="false">93071@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Plop this little javascript function in your custom gf code: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function SetFormProperty(name, value) {
 form[name] = value;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Example Usage&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;select id=&#38;quot;form_type&#38;quot; name=&#38;quot;form_type&#38;quot;  onchange=&#38;quot;SetFormProperty(&#38;#39;form_type&#38;#39;, jQuery(this).val());&#38;quot;&#38;gt;&#38;lt;/select&#38;gt;

&#38;lt;input type=&#38;quot;text&#38;quot; id=&#38;quot;form_name&#38;quot; class=&#38;quot;fieldwidth-3&#38;quot; onkeyup=&#38;quot;SetFormProperty(&#38;#39;form_name&#38;#39;, this.value);&#38;quot; size=&#38;quot;35&#38;quot;/&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
