<?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: List (2 Columns) [Text, Numeric Value]</title>
		<link>https://legacy.forums.gravityhelp.com/topic/list-2-columns-text-numeric-value</link>
		<description>Gravity Support Forums Topic: List (2 Columns) [Text, Numeric Value]</description>
		<language>en-US</language>
		<pubDate>Fri, 01 May 2026 00:05:32 +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/list-2-columns-text-numeric-value" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "List (2 Columns) [Text, Numeric Value]"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/list-2-columns-text-numeric-value#post-71656</link>
			<pubDate>Mon, 20 Aug 2012 00:59:23 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">71656@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looking into this, there are a lot of variables to consider.  Ideally, I think you would prevent the input of incorrect values on the front end, but do some validation on the back end, because you can't rely on client-side JavaScript to ensure the input you receive is valid.&#60;/p&#62;
&#60;p&#62;Ignoring for a moment forcing the input on the client side, you could do some validation on the back end using the gform_validation hook, to force all the inputs to be between 0.1 and 100, and then to total all the values and return an error if they do not add up to 100. &#60;/p&#62;
&#60;p&#62;However, this customization is beyond the support we can provide in the help forums.  If you'd like to consider hiring a developer to help you with this, you can find a list of them &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/how-the-job-board-works&#34; rel=&#34;nofollow&#34;&#62;here&#60;/a&#62;, and can post a job on our &#60;a href=&#34;http://www.gravityhelp.com/forums/forum/job-board#postform&#34; rel=&#34;nofollow&#34;&#62;job board&#60;/a&#62; if you like.  There are also other resources available if you search for them.  Here are just a couple of them with which we are not affiliated with.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://jobs.wordpress.net/&#34; rel=&#34;nofollow&#34;&#62;http://jobs.wordpress.net/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://wpquestions.com/&#34; rel=&#34;nofollow&#34;&#62;http://wpquestions.com/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://jkudish.com/recommendations/&#34; rel=&#34;nofollow&#34;&#62;http://jkudish.com/recommendations/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tooedge on "List (2 Columns) [Text, Numeric Value]"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/list-2-columns-text-numeric-value#post-70495</link>
			<pubDate>Fri, 10 Aug 2012 07:20:52 +0000</pubDate>
			<dc:creator>tooedge</dc:creator>
			<guid isPermaLink="false">70495@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;Many thanks for your reply and assistance..&#60;/p&#62;
&#60;p&#62;I cant use DropDown because the Values are ranging from 0.1 to 100 and on top of that...&#60;/p&#62;
&#60;p&#62;I would need the total of columns to SUM = 100 (100% in human terms)&#60;/p&#62;
&#60;p&#62;An example of 5 rows would be :-&#60;br /&#62;
1) Andrew = 15%&#60;br /&#62;
2) Adrian = 15%&#60;br /&#62;
3) Carol = 30%&#60;br /&#62;
4) Peter = 20%&#60;br /&#62;
5) Alex = 20%&#60;br /&#62;
*** Number of Rows are populated from a value field above the form.. Thanks to GWiz Snippets&#60;/p&#62;
&#60;p&#62;Therefore,  I believe performing validation on the client side, with jQuery, or using the gform_validation filter would be the best option...&#60;/p&#62;
&#60;p&#62;Would GF be able to do like the below (with some customization of course)...&#60;/p&#62;
&#60;p&#62;1) Validate Column2 for Numeric Values only&#60;br /&#62;
2) Column 2 must be more than 0.1 and less than 101&#60;br /&#62;
AND&#60;br /&#62;
Total of Column2 must sum up to 100 &#60;/p&#62;
&#60;p&#62;Will this be possible and is there any developers in GF that could help me out?&#60;/p&#62;
&#60;p&#62;I am not so great with codes :)&#60;/p&#62;
&#60;p&#62;Thanks in advance!&#60;/p&#62;
&#60;p&#62;Regards...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "List (2 Columns) [Text, Numeric Value]"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/list-2-columns-text-numeric-value#post-70304</link>
			<pubDate>Thu, 09 Aug 2012 07:14:24 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">70304@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can use the gform_column_input filter to specify a different input type for a list field column:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_column_input&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_column_input&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;However, only text and select are valid options right now.  I don't believe there is a way to do this natively.  You might be able to skip this filter altogether and add some descriptive text beneath the fields, then perform validation on the client side, with jQuery, or using the gform_validation filter &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_validation&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_validation&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Or, you could use a select box with numeric values to constrain the inputs to numeric only.  However, if you can't break it down like 10%, 20%, 30%, etc, you would have to have a select box with 1 to 100%, right?&#60;/p&#62;
&#60;p&#62;Do any of these ideas sound helpful?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tooedge on "List (2 Columns) [Text, Numeric Value]"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/list-2-columns-text-numeric-value#post-70285</link>
			<pubDate>Thu, 09 Aug 2012 03:42:06 +0000</pubDate>
			<dc:creator>tooedge</dc:creator>
			<guid isPermaLink="false">70285@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am new to GF...&#60;/p&#62;
&#60;p&#62;I was wondering if there is a way to accept different inputs for List Columns...&#60;/p&#62;
&#60;p&#62;I have a TWO COLUMN LIST for [NAME] and [Share %]&#60;/p&#62;
&#60;p&#62;[NAME] accepts Text Inputs, which works right now&#60;br /&#62;
AND&#60;br /&#62;
[% SHARE] accepts only Numeric Values.&#60;/p&#62;
&#60;p&#62; Is there a way GF can do this?&#60;/p&#62;
&#60;p&#62;Any help is appreciated and thanks in advance :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
