<?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: Three instances of same select-menu without duplicating in form admin?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/three-instances-of-same-select-menu-without-duplicating</link>
		<description>Gravity Support Forums Topic: Three instances of same select-menu without duplicating in form admin?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 22:09:48 +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/three-instances-of-same-select-menu-without-duplicating" rel="self" type="application/rss+xml" />

		<item>
			<title>gressli on "Three instances of same select-menu without duplicating in form admin?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/three-instances-of-same-select-menu-without-duplicating#post-93651</link>
			<pubDate>Tue, 20 Nov 2012 17:27:38 +0000</pubDate>
			<dc:creator>gressli</dc:creator>
			<guid isPermaLink="false">93651@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi again,&#60;br /&#62;
just wanted to let you know that I solved it with a dirty hack. But it works.&#60;br /&#62;
&#60;a href=&#34;http://pastebin.com/NscibjBi&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/NscibjBi&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I used a multiple select-menu instead, as gforms didn't allow an ordinary select-menu to send multiple values. I removed the multiple=&#34;multiple&#34; using preg_replace, so I use regular select-menus.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gressli on "Three instances of same select-menu without duplicating in form admin?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/three-instances-of-same-select-menu-without-duplicating#post-93602</link>
			<pubDate>Tue, 20 Nov 2012 14:26:55 +0000</pubDate>
			<dc:creator>gressli</dc:creator>
			<guid isPermaLink="false">93602@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hm.. Guess I'll have to try then..&#60;/p&#62;
&#60;p&#62;I could use something along these lines: &#60;a href=&#34;http://pastebin.com/iBziKuFk&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/iBziKuFk&#60;/a&#62;&#60;br /&#62;
But the 3rd choice is overwriting the others, as the select-choices sent to the form processor aren't in an array ;\&#60;/p&#62;
&#60;p&#62;However, that's a quite dirty hack, I believe.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Three instances of same select-menu without duplicating in form admin?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/three-instances-of-same-select-menu-without-duplicating#post-93567</link>
			<pubDate>Tue, 20 Nov 2012 13:11:35 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">93567@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That is correct. As far as I know, there is no easy way to make it so that you can have the data compiled correctly without creating 30 select menus.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gressli on "Three instances of same select-menu without duplicating in form admin?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/three-instances-of-same-select-menu-without-duplicating#post-93562</link>
			<pubDate>Tue, 20 Nov 2012 13:02:22 +0000</pubDate>
			<dc:creator>gressli</dc:creator>
			<guid isPermaLink="false">93562@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for getting back to me!&#60;br /&#62;
I'll explain a bit further;&#60;br /&#62;
Say I have a list of 20 different classes. Each class may have up to 10 teachers.. I've created one select-menuwith the classes, and a select-menu of teachers for each class (10 select-menus) with conditional logic depending on the class chosen. If I want to create 1., 2. and 3. choices, how would I do that? Wouldn't I need to create 3 select-menus for each class, 30 select-menus in total?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Three instances of same select-menu without duplicating in form admin?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/three-instances-of-same-select-menu-without-duplicating#post-93558</link>
			<pubDate>Tue, 20 Nov 2012 12:48:59 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">93558@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Why can't you duplicate it in the form admin? I guess I don't understand exactly why the built-in way isn't a valid way of doing it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gressli on "Three instances of same select-menu without duplicating in form admin?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/three-instances-of-same-select-menu-without-duplicating#post-93534</link>
			<pubDate>Tue, 20 Nov 2012 11:29:48 +0000</pubDate>
			<dc:creator>gressli</dc:creator>
			<guid isPermaLink="false">93534@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I was wondering how I can have three instances of the same select-menu in a form without duplicating it in the form admin?&#60;/p&#62;
&#60;p&#62;I'm creating an application form for a school. When chosing class the different teachers available is listed, using Conditional Logic (One select list for each class).&#60;br /&#62;
I'd like to give the applicant the option of having a 1. choice, 2. choice and 3. choice regarding choice of teacher.&#60;/p&#62;
&#60;p&#62;And I'd hoped someone might help me :)&#60;br /&#62;
Thanks in advance!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
