<?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: How to set the max value of the list programatically</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-set-the-max-value-of-the-list-programatically</link>
		<description>Gravity Support Forums Topic: How to set the max value of the list programatically</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:25:18 +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/how-to-set-the-max-value-of-the-list-programatically" rel="self" type="application/rss+xml" />

		<item>
			<title>David Smith on "How to set the max value of the list programatically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-set-the-max-value-of-the-list-programatically#post-42364</link>
			<pubDate>Mon, 28 Nov 2011 19:22:21 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">42364@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Bazhas,&#60;/p&#62;
&#60;p&#62;Here is a function that will let you retrieve the value of a submitted list field. You will need to pass the entry ID:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastie.org/2935996&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/2935996&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;For an idea of what value will be returned, see here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/list-field-help#post-39904&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/list-field-help#post-39904&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bazchas on "How to set the max value of the list programatically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-set-the-max-value-of-the-list-programatically#post-39642</link>
			<pubDate>Wed, 02 Nov 2011 06:11:50 +0000</pubDate>
			<dc:creator>bazchas</dc:creator>
			<guid isPermaLink="false">39642@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We have resolved the issue with the pre populated  drop-down. &#60;/p&#62;
&#60;p&#62;But please help me out with&#60;/p&#62;
&#60;p&#62;RETRIEVING THE DATA OF THE LIST( DYNAMIC ) FIELDS THAT HAS BEEN SUBMITTED. (Mentioned above)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bazchas on "How to set the max value of the list programatically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-set-the-max-value-of-the-list-programatically#post-39640</link>
			<pubDate>Wed, 02 Nov 2011 04:58:52 +0000</pubDate>
			<dc:creator>bazchas</dc:creator>
			<guid isPermaLink="false">39640@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David,&#60;/p&#62;
&#60;p&#62;We like to use it from both.&#60;br /&#62;
From anywhere and also from gravity form hooks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "How to set the max value of the list programatically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-set-the-max-value-of-the-list-programatically#post-39540</link>
			<pubDate>Tue, 01 Nov 2011 12:14:47 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">39540@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Bazchas,&#60;/p&#62;
&#60;p&#62;Where do you want to access the data from? Anywhere? or from one of Gravity Forms hooks?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bazchas on "How to set the max value of the list programatically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-set-the-max-value-of-the-list-programatically#post-39504</link>
			<pubDate>Tue, 01 Nov 2011 05:09:36 +0000</pubDate>
			<dc:creator>bazchas</dc:creator>
			<guid isPermaLink="false">39504@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;RETRIEVING THE DATA OF THE LIST( DYNAMIC ) FIELDS THAT HAS BEEN SUBMITTED.&#60;/p&#62;
&#60;p&#62;How should I retrieve the data of the list fields ( dynamic ) that has been submitted.&#60;br /&#62;
As the fields are getting generated dynamically, so how to request the data from the submitted form. As we don't have the ID of those fields. Please guide me and please provide us with a sample code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bazchas on "How to set the max value of the list programatically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-set-the-max-value-of-the-list-programatically#post-39502</link>
			<pubDate>Tue, 01 Nov 2011 03:31:27 +0000</pubDate>
			<dc:creator>bazchas</dc:creator>
			<guid isPermaLink="false">39502@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I also want that the drop-down menu can be populated at run time , through hooks. I want the data to get fetched from the database and to populate the drop-down menu.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "How to set the max value of the list programatically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-set-the-max-value-of-the-list-programatically#post-39427</link>
			<pubDate>Mon, 31 Oct 2011 14:44:51 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">39427@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So you are aware, Gravity Forms v1.6 currently has a feature freeze.  It's getting ready to be released as a final release later today or tomorrow.  So any new features will be part of a v1.6.x subsequent release or be included in v1.7.&#60;/p&#62;
&#60;p&#62;1) So you want a hook that can be used to set the max rows on a list field using code rather than the option in the form editor?&#60;/p&#62;
&#60;p&#62;2) We do plan on adding a Read Only option for field types where it is relevant.&#60;/p&#62;
&#60;p&#62;3) When we implement a Read Only option we will also implement a hook so that it can be done via a hook and not just the form editor UI.&#60;/p&#62;
&#60;p&#62;4) This can currently be done via hooks.  Are you looking for something else? If you provide more details and a use case example that would be most helpful.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bazchas on "How to set the max value of the list programatically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-set-the-max-value-of-the-list-programatically#post-39397</link>
			<pubDate>Mon, 31 Oct 2011 09:42:57 +0000</pubDate>
			<dc:creator>bazchas</dc:creator>
			<guid isPermaLink="false">39397@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The latest release candidate 5 has list. &#60;/p&#62;
&#60;p&#62;1)How to set the maximum number for the rows in the list, through program. May be through hooks or short code.&#60;/p&#62;
&#60;p&#62;2)How to change a field to  , read-only/disabled  field  through program and through the user interface in the admin panel&#60;/p&#62;
&#60;p&#62;3)How to change a field  from  , read-only/disabled to editable/enabled  field  through program&#60;/p&#62;
&#60;p&#62;4)How to auto-populate the drop-down menu with the help of the data from the database.&#60;br /&#62;
I want the country list drop-down menu to get auto-populated with the data that I will keep in my database.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
