<?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 create a field based on data from another field?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-create-a-field-based-on-data-from-another-field</link>
		<description>Gravity Support Forums Topic: How to create a field based on data from another field?</description>
		<language>en-US</language>
		<pubDate>Fri, 03 Apr 2026 23:00:30 +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-create-a-field-based-on-data-from-another-field" rel="self" type="application/rss+xml" />

		<item>
			<title>jacksonashton on "How to create a field based on data from another field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-create-a-field-based-on-data-from-another-field#post-53280</link>
			<pubDate>Fri, 23 Mar 2012 12:17:27 +0000</pubDate>
			<dc:creator>jacksonashton</dc:creator>
			<guid isPermaLink="false">53280@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How about tricking the system.&#60;/p&#62;
&#60;p&#62;In my case i want categories (post type form) to be changed dynamically based on previous selection. so i though if we can create two category dropdowns and select the list of categories to show in each dropdown and accordingly when the user selects the previous checkbox i will show or hide the specific category dropdown&#60;/p&#62;
&#60;p&#62;Carl - What do you say, What are the cons of this approach if any. And i am talking in terms of technicalities. Will this be an accepted solution and will it work with your forms ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>paulamaas on "How to create a field based on data from another field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-create-a-field-based-on-data-from-another-field#post-18392</link>
			<pubDate>Sat, 12 Feb 2011 12:15:14 +0000</pubDate>
			<dc:creator>paulamaas</dc:creator>
			<guid isPermaLink="false">18392@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;please do let me know a few people who can bid on this customization, thank you carl.&#60;br /&#62;
paula
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "How to create a field based on data from another field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-create-a-field-based-on-data-from-another-field#post-18231</link>
			<pubDate>Thu, 10 Feb 2011 17:16:44 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">18231@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is possible, however it's not built in functionality.  You would have to use available API hooks to tell Gravity Forms to do this.  It probably wouldn't be overly complex from a customization standpoint but you would have to be familiar with Gravity Forms customization and how to use hooks in order to implement it.  I can recommend a WordPress developer with Gravity Forms customization experience if you wanted to do this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>paulamaas on "How to create a field based on data from another field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-create-a-field-based-on-data-from-another-field#post-18228</link>
			<pubDate>Thu, 10 Feb 2011 16:35:59 +0000</pubDate>
			<dc:creator>paulamaas</dc:creator>
			<guid isPermaLink="false">18228@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, Carl,&#60;/p&#62;
&#60;p&#62;I think we're getting close, and Gravity has been the one plug-in most people recommend for including drop-down menus in forms. But another tier?&#60;br /&#62;
Here's a trivial example:&#60;/p&#62;
&#60;p&#62;What is your favorite color?&#60;br /&#62;
first tier: drop-down menu offers choices of blue; red; green; yellow...&#60;br /&#62;
user selects red, second drop down menu offers crimson; fire; cherry; brick...&#60;/p&#62;
&#60;p&#62;All of these colors would exist on our database.&#60;/p&#62;
&#60;p&#62;Also, we would like to offer the user the opportunity to write in their own hue at the second and third tier (blanks for user input that is then included as an option for the next users)&#60;/p&#62;
&#60;p&#62;Can Gravity offer this, if not, what would be needed to adapt it to do so?&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "How to create a field based on data from another field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-create-a-field-based-on-data-from-another-field#post-18225</link>
			<pubDate>Thu, 10 Feb 2011 15:48:52 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">18225@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would have to see an example of what you are talking about.  Your description is a bit confusing and I can't answer it based on what you provided.  Gravity Forms has drop downs.  It also lets you show/hide fields based on a drop down value.  It also lets you set default values on fields.  What it doesn't do is dynamic drop down population based on prior drop down selection.  It can only show/hide another drop down which would have to already exist on the form.  So you would have to add all your drop downs and then show/hide them using conditional logic.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>paulamaas on "How to create a field based on data from another field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-create-a-field-based-on-data-from-another-field#post-18221</link>
			<pubDate>Thu, 10 Feb 2011 14:55:53 +0000</pubDate>
			<dc:creator>paulamaas</dc:creator>
			<guid isPermaLink="false">18221@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Does Gravity doesn't support drop-down options within the fields of the forms we create?&#60;/p&#62;
&#60;p&#62;We're actually looking to have users not just enter data into blank fields, but have some fields with preset options, so users could:&#60;br /&#62;
&#38;gt; select a field,&#60;br /&#62;
&#38;gt; see options relating to that field (drop down menu, or link to a new table)(second tier)&#60;br /&#62;
&#38;gt; select one of these options  - for most fields 2 tiers is enough&#60;br /&#62;
&#38;gt; for some fields user see a third tier of options relating to their second-tier option&#60;br /&#62;
(again, a drop down menu, or link to a new different table)&#60;/p&#62;
&#60;p&#62;In other words, does your software allow multi-level forms to go with a multi-level db?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "How to create a field based on data from another field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-create-a-field-based-on-data-from-another-field#post-17861</link>
			<pubDate>Mon, 07 Feb 2011 17:59:10 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">17861@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I understand what you are describing, it's not currently a supported feature.  I also know it's not a feature of any of the other WordPress forms plugins and don't think it's a feature in any of the standard Forms solutions out there.  It's not typical to find this kind of functionality in a standard form application.  It's more specialized functionality that is typically found in more custom applications.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fraudclosure on "How to create a field based on data from another field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-create-a-field-based-on-data-from-another-field#post-17858</link>
			<pubDate>Mon, 07 Feb 2011 17:43:27 +0000</pubDate>
			<dc:creator>Fraudclosure</dc:creator>
			<guid isPermaLink="false">17858@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Well the field already exists, it's the data displayed. So i would input something like Variable times X%. So if i had 3 choices it would 1%, 2%, 3%. If someone selected $1,000 dollars in the first field  them the options would read $10, $20, $30.&#60;/p&#62;
&#60;p&#62;The code shouldn't be that difficult. I remember writing a cash register program back in high school that did the same thing.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "How to create a field based on data from another field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-create-a-field-based-on-data-from-another-field#post-17841</link>
			<pubDate>Mon, 07 Feb 2011 16:34:57 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">17841@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms cannot dynamically create fields on the fly based on user selections.  All fields have to already exist on the form.  You would have to create the fields and then use conditional logic to show/hide the fields that should be displayed based on user selections.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "How to create a field based on data from another field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-create-a-field-based-on-data-from-another-field#post-17822</link>
			<pubDate>Mon, 07 Feb 2011 13:45:04 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">17822@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It has been requested before:&#60;br /&#62;
&#60;a href=&#34;http://forum.gravityhelp.com/topic/dropdown-selection-based-on-previous-form-input#post-13955&#34; rel=&#34;nofollow&#34;&#62;http://forum.gravityhelp.com/topic/dropdown-selection-based-on-previous-form-input#post-13955&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But I don't think I've seen a solution posted.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
