<?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: Allow user to add new field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/allow-user-to-add-new-field</link>
		<description>Gravity Support Forums Topic: Allow user to add new field</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:39:03 +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/allow-user-to-add-new-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Allow user to add new field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allow-user-to-add-new-field#post-46743</link>
			<pubDate>Wed, 18 Jan 2012 15:16:11 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">46743@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What you could do is replace those dropdowns with one list field with multiple columns enabled call column one something like 'sensor type' and column two 'quantity' then add the following to your functions.php file you will need to change that input id to match the input id shown on your list field in the admin.  so at the moment it is referencing form 1, field 2, column 1 and then just add as many choices as you require.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_column_input_1_2_1&#38;quot;, &#38;quot;set_column&#38;quot;, 10, 5);
function set_column($input_info, $field, $column, $value, $form_id){return array(&#38;quot;type&#38;quot; =&#38;gt; &#38;quot;select&#38;quot;,&#38;quot;choices&#38;quot; =&#38;gt; &#38;quot;ECOsense,ECO2sense,ECO3sense&#38;quot;);}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>timsainb on "Allow user to add new field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allow-user-to-add-new-field#post-46575</link>
			<pubDate>Tue, 17 Jan 2012 11:51:07 +0000</pubDate>
			<dc:creator>timsainb</dc:creator>
			<guid isPermaLink="false">46575@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'd like my users to be able to add a product field with a plus button, but I can't figure our how. Picture demonstrating what I'd like to do (Look at the add a sensor button):&#60;br /&#62;
&#60;a href=&#34;http://imgur.com/G6TXv&#34; rel=&#34;nofollow&#34;&#62;http://imgur.com/G6TXv&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;And here's what I've got now. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://sensarisupdated.bramblingdesign.com/store/&#34; rel=&#34;nofollow&#34;&#62;http://sensarisupdated.bramblingdesign.com/store/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,  &#60;/p&#62;
&#60;p&#62;Tim
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
