<?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: Validate column of list field with gform_validation</title>
		<link>https://legacy.forums.gravityhelp.com/topic/validate-column-of-list-field-with-gform_validation</link>
		<description>Gravity Support Forums Topic: Validate column of list field with gform_validation</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 17:12:15 +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/validate-column-of-list-field-with-gform_validation" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Validate column of list field with gform_validation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/validate-column-of-list-field-with-gform_validation#post-80096</link>
			<pubDate>Wed, 10 Oct 2012 11:50:26 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">80096@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think you have it now.  You just have to loop through the array and extra the columns you want from every row.  Let us know if you need anything else.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stefanremm on "Validate column of list field with gform_validation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/validate-column-of-list-field-with-gform_validation#post-80094</link>
			<pubDate>Wed, 10 Oct 2012 11:46:41 +0000</pubDate>
			<dc:creator>stefanremm</dc:creator>
			<guid isPermaLink="false">80094@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Allright it gives an array&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastie.org/5030172&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/5030172&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That means the problem lies somewhere in the validation, I think i can make it work now.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Validate column of list field with gform_validation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/validate-column-of-list-field-with-gform_validation#post-80091</link>
			<pubDate>Wed, 10 Oct 2012 11:22:50 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">80091@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK, it looks like that field has a value.  This is the value of $field[6]?   &#60;/p&#62;
&#60;p&#62;You said: &#34;$list_values = unserialize($field[6]);' gives an empty array&#34;  but it appears this field, if this is field 6, actually contains serialized data?  I can't figure out how unserialize would not return an array. If you print_r $list_values, it is empty?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stefanremm on "Validate column of list field with gform_validation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/validate-column-of-list-field-with-gform_validation#post-80084</link>
			<pubDate>Wed, 10 Oct 2012 10:58:47 +0000</pubDate>
			<dc:creator>stefanremm</dc:creator>
			<guid isPermaLink="false">80084@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://pastie.org/5030007&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/5030007&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I want to validate the column: ticketnummer
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Validate column of list field with gform_validation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/validate-column-of-list-field-with-gform_validation#post-80065</link>
			<pubDate>Wed, 10 Oct 2012 10:23:29 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">80065@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK, can you dump the complete $entry though and see what it contains?  We have to at least have something in the array before we can process every other column in every row.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stefanremm on "Validate column of list field with gform_validation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/validate-column-of-list-field-with-gform_validation#post-80064</link>
			<pubDate>Wed, 10 Oct 2012 10:19:59 +0000</pubDate>
			<dc:creator>stefanremm</dc:creator>
			<guid isPermaLink="false">80064@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I normaly get the input of the other fields by:&#60;/p&#62;
&#60;p&#62;$field_value = rgpost(&#34;input_{$field['id']}&#34;);&#60;/p&#62;
&#60;p&#62;But this field has multiple columns and a variable number of rows. I only want to validate the input of every second column of every row.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Validate column of list field with gform_validation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/validate-column-of-list-field-with-gform_validation#post-80058</link>
			<pubDate>Wed, 10 Oct 2012 10:03:18 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">80058@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is the list field in your form field 6?  If not, you will need to change that number to the actual field number.&#60;/p&#62;
&#60;p&#62;Can you dump the $entry using print_r and post the results at pastie.org or pastebin.com so we can see what field it actually is and what it contains?  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stefanremm on "Validate column of list field with gform_validation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/validate-column-of-list-field-with-gform_validation#post-79811</link>
			<pubDate>Tue, 09 Oct 2012 09:11:30 +0000</pubDate>
			<dc:creator>stefanremm</dc:creator>
			<guid isPermaLink="false">79811@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How do i get the input value of the every second column of a list field for use in gform_validation?&#60;/p&#62;
&#60;p&#62;I found this:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/list-field-help#post-39885&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/list-field-help#post-39885&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But '$list_values = unserialize($field[6]);'  gives an empty array.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
