<?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: single line + Enable enhanced UI -&#62; how can I limit added values?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/single-line-enable-enhanced-ui-how-can-i-limit-added-values</link>
		<description>Gravity Support Forums Topic: single line + Enable enhanced UI -&gt; how can I limit added values?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 03:26:37 +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/single-line-enable-enhanced-ui-how-can-i-limit-added-values" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "single line + Enable enhanced UI -&#62; how can I limit added values?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/single-line-enable-enhanced-ui-how-can-i-limit-added-values#post-96785</link>
			<pubDate>Thu, 29 Nov 2012 00:23:48 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">96785@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please post a link to the page on your site where the form is embedded so we can take a look at how you implemented the JavaScript.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>black_lady on "single line + Enable enhanced UI -&#62; how can I limit added values?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/single-line-enable-enhanced-ui-how-can-i-limit-added-values#post-96260</link>
			<pubDate>Tue, 27 Nov 2012 15:02:46 +0000</pubDate>
			<dc:creator>black_lady</dc:creator>
			<guid isPermaLink="false">96260@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
Thank You for answer,&#60;br /&#62;
but it doesn't work for me, maybe I'm doing something wrong?&#60;br /&#62;
JavaScript code I pasted in header.php (from my themes) in &#38;lt;head&#38;gt; section.&#60;br /&#62;
In my page where I have my form still I can tape more then 3 values (in &#34;single line&#34;..).&#60;br /&#62;
please for help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "single line + Enable enhanced UI -&#62; how can I limit added values?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/single-line-enable-enhanced-ui-how-can-i-limit-added-values#post-95994</link>
			<pubDate>Tue, 27 Nov 2012 02:58:04 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">95994@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The enhanced UI is provided by the Chosen script.  As such, you can limit the number of choices by adding this JavaScript to your page:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[js]
&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
jQuery(document).ready(function($) {
  $(&#38;quot;.chzn-select&#38;quot;).chosen({ max_selected_options: 3 })
});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Ref: &#60;a href=&#34;https://github.com/harvesthq/chosen/issues/809&#34; rel=&#34;nofollow&#34;&#62;https://github.com/harvesthq/chosen/issues/809&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>black_lady on "single line + Enable enhanced UI -&#62; how can I limit added values?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/single-line-enable-enhanced-ui-how-can-i-limit-added-values#post-95792</link>
			<pubDate>Mon, 26 Nov 2012 13:33:14 +0000</pubDate>
			<dc:creator>black_lady</dc:creator>
			<guid isPermaLink="false">95792@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
First, sorry for my English :)&#60;br /&#62;
Second:&#60;br /&#62;
In my form, I want create: single line with checked opion &#34;save to taxonomies&#34; and &#34;Enable enhanced UI&#34;. Now users can adds many new values. I want limit added values (f.e. users can adds 3 new values), is it possible?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
