<?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: Can I store a list field&#039;s multiple column values into a custom taxonomy?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/can-i-store-a-list-fields-multiple-column-values-into-a-custom-taxonomy</link>
		<description>Gravity Support Forums Topic: Can I store a list field&#039;s multiple column values into a custom taxonomy?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:30:42 +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/can-i-store-a-list-fields-multiple-column-values-into-a-custom-taxonomy" rel="self" type="application/rss+xml" />

		<item>
			<title>David Smith on "Can I store a list field&#039;s multiple column values into a custom taxonomy?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-i-store-a-list-fields-multiple-column-values-into-a-custom-taxonomy#post-48050</link>
			<pubDate>Wed, 01 Feb 2012 18:12:21 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">48050@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Jacorre,&#60;/p&#62;
&#60;p&#62;Thanks for sharing your thoughts. Sorry you weren't able to use Gravity Forms in your recent project; however, I'm sure you will find many uses for it in the future. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jacorre on "Can I store a list field&#039;s multiple column values into a custom taxonomy?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-i-store-a-list-fields-multiple-column-values-into-a-custom-taxonomy#post-46334</link>
			<pubDate>Fri, 13 Jan 2012 21:01:40 +0000</pubDate>
			<dc:creator>jacorre</dc:creator>
			<guid isPermaLink="false">46334@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;David, thanks again for taking the time to help the other day. &#60;/p&#62;
&#60;p&#62;Sad to say that I had to stop using Gravity Forms, but happy to say that I was able to create my own front end form that files all the fields perfectly and displays correctly in my admin area for my custom post type. &#60;/p&#62;
&#60;p&#62;I do love Gravity Forms and will probably use it for a different website of mine. &#60;/p&#62;
&#60;p&#62;I know it was mentioned that changing the field name is not possible due to how the form validates fields, etc. I really think that it should be included as an option. If the name can be defined by the user, I would think that the validation would first check if a name was defined and if not then use the standard name entry. Just my suggestion for future versions.&#60;/p&#62;
&#60;p&#62;Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jacorre on "Can I store a list field&#039;s multiple column values into a custom taxonomy?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-i-store-a-list-fields-multiple-column-values-into-a-custom-taxonomy#post-46247</link>
			<pubDate>Thu, 12 Jan 2012 17:44:55 +0000</pubDate>
			<dc:creator>jacorre</dc:creator>
			<guid isPermaLink="false">46247@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks David for taking the time to work with me on this issue. From my testing, I can see that it will not be possible to get this to work. &#60;/p&#62;
&#60;p&#62;Once the submitted entry gets filed to the custom post type in pending status, I will then review the information.&#60;/p&#62;
&#60;p&#62;Two fields will not display on the post screen because I'm using jquery on those fields. The jquery is used to create new rows in the table when the plus sign is clicked. So when displaying those fields, the fields are looking for values stored in the database like I described. &#60;/p&#62;
&#60;p&#62;The values stored in the database when the gform is submitted isn't in the same format so that's where I run into problems. &#60;/p&#62;
&#60;p&#62;I may have to scrap the idea of using gravity forms altogether and try creating my own front end form instead to duplicate what I use in the admin area.&#60;/p&#62;
&#60;p&#62;Or just deal with the fact that two fields don't automatically file to the custom post type and use the email generated from the submission and copy the entries for those two fields in.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jacorre on "Can I store a list field&#039;s multiple column values into a custom taxonomy?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-i-store-a-list-fields-multiple-column-values-into-a-custom-taxonomy#post-45927</link>
			<pubDate>Mon, 09 Jan 2012 22:12:11 +0000</pubDate>
			<dc:creator>jacorre</dc:creator>
			<guid isPermaLink="false">45927@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Let me start from the beginning in case others need help on this as well. I was reviewing the detailed description you provided on list fields here: &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/list-field-help&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/list-field-help&#60;/a&#62;. &#60;/p&#62;
&#60;p&#62;I have a 4 column list with the following column labels:&#60;/p&#62;
&#60;p&#62;Column 1: Amount&#60;br /&#62;
Column 2: Measurement&#60;br /&#62;
Column 3: Ingredient&#60;br /&#62;
Column 4: Notes&#60;/p&#62;
&#60;p&#62;I'm using the Gravity Forms + Custom Post Types plugin. The form is being saved to a custom post type in Pending status and this list field is saving to a custom field called ingredient. &#60;/p&#62;
&#60;p&#62;Based on what you explained previously about list fields and how they are saved, I was expecting something like the following in the database for the ingredient field:&#60;/p&#62;
&#60;p&#62;a:5:{i:0;a:4:{s:6:&#34;amount&#34;;s:2:&#34;12&#34;;s:11:&#34;measurement&#34;;s:6:&#34;Ounces&#34;;s:10:&#34;ingredient&#34;;s:13:&#34;Candy Coating&#34;;s:5:&#34;notes&#34;;s:5:&#34;White&#34;;}i:1;a:4:{s:6:&#34;amount&#34;;s:1:&#34;6&#34;;s:11:&#34;measurement&#34;;s:9:&#34;Teaspoons&#34;;s:10:&#34;ingredient&#34;;s:10:&#34;Shortening&#34;;s:5:&#34;notes&#34;;s:0:&#34;&#34;;}i:2;a:4:{s:6:&#34;amount&#34;;s:3:&#34;1/4&#34;;s:11:&#34;measurement&#34;;s:8:&#34;Teaspoon&#34;;s:10:&#34;ingredient&#34;;s:13:&#34;Food Coloring&#34;;s:5:&#34;notes&#34;;s:5:&#34;Green&#34;;}i:3;a:4:{s:6:&#34;amount&#34;;s:1:&#34;4&#34;;s:11:&#34;measurement&#34;;s:0:&#34;&#34;;s:10:&#34;ingredient&#34;;s:12:&#34;Oreo Cookies&#34;;s:5:&#34;notes&#34;;s:4:&#34;Mint&#34;;}i:4;a:4:{s:6:&#34;amount&#34;;s:1:&#34;2&#34;;s:11:&#34;measurement&#34;;s:8:&#34;Packages&#34;;s:10:&#34;ingredient&#34;;s:13:&#34;Andes Candies&#34;;s:5:&#34;notes&#34;;s:24:&#34;4.67 ounces each package&#34;;}}&#60;/p&#62;
&#60;p&#62;Instead, what I'm seeing in the database is:&#60;/p&#62;
&#60;p&#62;12&#124;Ounces&#124;Candy Coating&#124;White&#60;br /&#62;
6&#124;Teaspoons&#124;Shortening&#60;br /&#62;
etc...&#60;/p&#62;
&#60;p&#62;It's not saving the list field with key/value pairs as one row in the database. Instead it's just saving the values and creating a row for each ingredient. [Just an fyi in case it matters, since I'm filing to a custom post type I don't need the form entry it creates, so I am using a function you provided in another forum post to delete the form entry upon submission.]&#60;/p&#62;
&#60;p&#62;So when I go to review the custom post type entry, it's not displaying the ingredient field data that was submitted because it's looking for:&#60;/p&#62;
&#60;p&#62;ingredient[i][amount]&#60;br /&#62;
ingredient[i][measurement]&#60;br /&#62;
ingredient[i][ingredient]&#60;br /&#62;
ingredient[i][notes]&#60;/p&#62;
&#60;p&#62;Does that help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jacorre on "Can I store a list field&#039;s multiple column values into a custom taxonomy?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-i-store-a-list-fields-multiple-column-values-into-a-custom-taxonomy#post-45924</link>
			<pubDate>Mon, 09 Jan 2012 20:37:00 +0000</pubDate>
			<dc:creator>jacorre</dc:creator>
			<guid isPermaLink="false">45924@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I apologize. I've been trying to test so many different ways to see if I could get it to work. I have emailed you on your website contact form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Can I store a list field&#039;s multiple column values into a custom taxonomy?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-i-store-a-list-fields-multiple-column-values-into-a-custom-taxonomy#post-45914</link>
			<pubDate>Mon, 09 Jan 2012 19:09:56 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">45914@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Jacore,&#60;/p&#62;
&#60;p&#62;Sorry buddy, I'm a little lost. Do you have Skype or Google Chat? I think we might be able to clear this one up a little faster via chat. Email me your details. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jacorre on "Can I store a list field&#039;s multiple column values into a custom taxonomy?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-i-store-a-list-fields-multiple-column-values-into-a-custom-taxonomy#post-45904</link>
			<pubDate>Mon, 09 Jan 2012 17:11:07 +0000</pubDate>
			<dc:creator>jacorre</dc:creator>
			<guid isPermaLink="false">45904@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just to recap, I removed previous tries in the functions file for trying to save stuff to the database. I am using the Custom Post Types plugin with Gravity Forms so that I can file the Ingredients field to a custom taxonomy called ingredient. &#60;/p&#62;
&#60;p&#62;What I'm seeing in the database is not one row of data for multiple fields:&#60;/p&#62;
&#60;p&#62;1&#124;Cup&#124;Salt&#124;Notes&#60;br /&#62;
1&#124;Cup&#124;Sugar&#124;Notes&#60;/p&#62;
&#60;p&#62;It is one row per list field row. Is there a way to file it as one row of data for all entries of the ingredients list? &#60;/p&#62;
&#60;p&#62;Because that is how I'm storing it currently in the database:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;ingredient[0][amount] = 1
ingredient[0][measurement] = Cup
ingredient[0][ingredient] = Sugar
ingredient[0][notes] = Some comments
ingredient[1][amount] = 2
ingredient[1][measurement] = Cups
ingredient[1][ingredient] = Flour
ingredient[1][notes] = Some comments&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>jacorre on "Can I store a list field&#039;s multiple column values into a custom taxonomy?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-i-store-a-list-fields-multiple-column-values-into-a-custom-taxonomy#post-45789</link>
			<pubDate>Sat, 07 Jan 2012 22:19:27 +0000</pubDate>
			<dc:creator>jacorre</dc:creator>
			<guid isPermaLink="false">45789@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry to keep posting but I'm not seeing what you describe as the keys/values for a multiple column list field. It appears that upon filing, the data is not serialized? So if I enter two rows of ingredients, I see the following in the database:&#60;/p&#62;
&#60;p&#62;1&#124;Cup&#124;Salt&#124;Notes&#60;br /&#62;
1&#124;Cup&#124;Sugar&#124;Notes&#60;/p&#62;
&#60;p&#62;I'm expecting something like:&#60;/p&#62;
&#60;p&#62;a:5:{i:0;a:4:{s:6:&#34;amount&#34;;s:2:&#34;12&#34;;s:11:&#34;measurement&#34;;s:6:&#34;Ounces&#34;;s:10:&#34;ingredient&#34;;s:13:&#34;Candy Coating&#34;;s:5:&#34;notes&#34;;s:5:&#34;White&#34;;}i:1;a:4:{s:6:&#34;amount&#34;;s:1:&#34;6&#34;;s:11:&#34;measurement&#34;;s:9:&#34;Teaspoons&#34;;s:10:&#34;ingredient&#34;;s:10:&#34;Shortening&#34;;s:5:&#34;notes&#34;;s:0:&#34;&#34;;}i:2;a:4:{s:6:&#34;amount&#34;;s:3:&#34;1/4&#34;;s:11:&#34;measurement&#34;;s:8:&#34;Teaspoon&#34;;s:10:&#34;ingredient&#34;;s:13:&#34;Food Coloring&#34;;s:5:&#34;notes&#34;;s:5:&#34;Green&#34;;}i:3;a:4:{s:6:&#34;amount&#34;;s:1:&#34;4&#34;;s:11:&#34;measurement&#34;;s:0:&#34;&#34;;s:10:&#34;ingredient&#34;;s:12:&#34;Oreo Cookies&#34;;s:5:&#34;notes&#34;;s:4:&#34;Mint&#34;;}i:4;a:4:{s:6:&#34;amount&#34;;s:1:&#34;2&#34;;s:11:&#34;measurement&#34;;s:8:&#34;Packages&#34;;s:10:&#34;ingredient&#34;;s:13:&#34;Andes Candies&#34;;s:5:&#34;notes&#34;;s:24:&#34;4.67 ounces each package&#34;;}}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jacorre on "Can I store a list field&#039;s multiple column values into a custom taxonomy?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-i-store-a-list-fields-multiple-column-values-into-a-custom-taxonomy#post-45754</link>
			<pubDate>Sat, 07 Jan 2012 00:27:52 +0000</pubDate>
			<dc:creator>jacorre</dc:creator>
			<guid isPermaLink="false">45754@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Fixed the issue with the thank you message after submitting. &#60;/p&#62;
&#60;p&#62;Just trying to understand how to make the inner array keys go to lowercase? Do you happen to have a function that would help? &#60;/p&#62;
&#60;p&#62;I can see that the data is filing to the database but just not with the lowercase keys. We are so close!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jacorre on "Can I store a list field&#039;s multiple column values into a custom taxonomy?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-i-store-a-list-fields-multiple-column-values-into-a-custom-taxonomy#post-45751</link>
			<pubDate>Fri, 06 Jan 2012 21:36:07 +0000</pubDate>
			<dc:creator>jacorre</dc:creator>
			<guid isPermaLink="false">45751@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok I tested this online:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$a=array(array(&#38;quot;Amount&#38;quot;=&#38;gt;&#38;quot;1&#38;quot;,&#38;quot;Measurement&#38;quot;=&#38;gt;&#38;quot;Cup&#38;quot;,&#38;quot;Ingredient&#38;quot;=&#38;gt;&#38;quot;Sugar&#38;quot;,&#38;quot;Notes&#38;quot;=&#38;gt;&#38;quot;Some text&#38;quot;));
print_r(array_change_key_case($a,CASE_LOWER));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And it didn't work. It stays as upper case. I think it's because of an array within an array.&#60;/p&#62;
&#60;p&#62;So I found a function to help with that:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function change_case_recursive($arr){
    foreach ($arr as $key=&#38;gt;$val){
        if (!is_array($arr[$key])){
            $arr[$key]=mb_strtolower($arr[$key]);
        }else{
            $arr[$key]=change_case_recursive($arr[$key]);
        }
    }
    return $arr;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But it's not working. And now I'm having a problem with the form not going to the thank you message after submitting. I was so close!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
