<?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 Tag: dynamic population - Recent Topics</title>
		<link>https://legacy.forums.gravityhelp.com/tags/dynamic-population</link>
		<description>Gravity Support Forums Tag: dynamic population - Recent Topics</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:26:51 +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/tags/dynamic-population/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>Salterra on "Auto Polulate"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/auto-polulate#post-344549</link>
			<pubDate>Tue, 25 Jun 2013 17:46:18 +0000</pubDate>
			<dc:creator>Salterra</dc:creator>
			<guid isPermaLink="false">344549@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a products page. When the user selects which model I want it to auto-populate a filed in my gravity form. Can this be done, if so, how?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nvision on "Dynamically populate using attributes from another plugin - possible?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-using-attributes-from-another-plugin-possible#post-347486</link>
			<pubDate>Thu, 27 Jun 2013 05:55:54 +0000</pubDate>
			<dc:creator>nvision</dc:creator>
			<guid isPermaLink="false">347486@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am using an Events plugin for displaying events and Gravity Forms to register people for those events.  The Events plugin uses its own special placeholders to output data (e.g. [#_EVENTNAME] to display each event's title).  In my Gravity Forms confirmation email, I want to display these particular event details to the user who has registered.  This information will be different depending on the event, which is why I need it to be populated dynamically. I've looked through the documentation (&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population&#60;/a&#62;) but that doesn't seem to address this type of situation. Ideally, I need something like this:&#60;br /&#62;
&#60;code&#62;[gravityforms id=1 field_values=&#38;#39;event_name=[#_EVENTNAME]&#38;#39;]&#60;/code&#62;&#60;br /&#62;
but I don't know how to make that work.&#60;/p&#62;
&#60;p&#62;Is this even possible?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joethepro on "Dynamically Populating a box that is Conditionally Hidden (and stays hidden)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populating-a-box-that-is-conditionally-hidden-and-stays-hidden#post-330623</link>
			<pubDate>Tue, 18 Jun 2013 17:41:04 +0000</pubDate>
			<dc:creator>joethepro</dc:creator>
			<guid isPermaLink="false">330623@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've stumbled onto a bug (or intended behavior).  If I pass a value to a dynamically populated field, but that field is hidden (and remains hidden) during submission, it doesn't pick up the value.  I've got a form with a ton of conditional fields, and I was trying to reuse a field that I knew would be inactive for a certain use case.  I can add a new admin only field for this data, but the form is already pretty long. &#60;/p&#62;
&#60;p&#62;Is this normal?  Anyone else run into this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Andy on "Dynamic Population Doesnt Work"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-population-doesnt-work-1#post-317419</link>
			<pubDate>Tue, 11 Jun 2013 15:21:10 +0000</pubDate>
			<dc:creator>Andy</dc:creator>
			<guid isPermaLink="false">317419@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am calling the gravity form on a colorbox window using this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;#contact-calendar&#38;quot;&#38;gt;Book Tickets&#38;lt;/a&#38;gt;

&#38;lt;div style=&#38;quot;display:none;&#38;quot;&#38;gt;
&#38;lt;div id=&#38;quot;contact-calendar&#38;quot; &#38;gt;
[gravityform id=10 ajax=true description=false title=false tabindex=200]
&#38;lt;/div&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This works fine.&#60;/p&#62;
&#60;p&#62;However when i try and pass a dynamic variable&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;#contact-calendar?event_name=Test Event&#38;quot;&#38;gt;Book Tickets&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;the colorbox windows opens and the form is not displayed at all.&#60;/p&#62;
&#60;p&#62;I have to use the dynamic variable method as I have an index page with all the events and each event needs to be passed a different string.. &#60;/p&#62;
&#60;p&#62;Why does dynamic popluation doesnt work in this case?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Frisweb on "Dynamic population radio buttons not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-population-radio-buttons-not-working#post-316795</link>
			<pubDate>Tue, 11 Jun 2013 06:48:14 +0000</pubDate>
			<dc:creator>Frisweb</dc:creator>
			<guid isPermaLink="false">316795@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm trying to created an order form where a radio button is already checked based on the URL of the form. I've used the query string option which I've found at the documentation &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Allow_field_to_be_populated_dynamically&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Allow_field_to_be_populated_dynamically&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This does work on a regular text field but not for radio buttons and drop down fields. I've setup the fields all in the same way with the same parameter but only the textfield is prefilled. What am I doing wrong?&#60;/p&#62;
&#60;p&#62;A demo can be seen here &#60;a href=&#34;http://friswebdesign.nl/bestellen-v2/?package=regular&#34; rel=&#34;nofollow&#34;&#62;http://friswebdesign.nl/bestellen-v2/?package=regular&#60;/a&#62; Where all fields should be prefilled or pre-selected with the value of 'Regular'
&#60;/p&#62;</description>
		</item>
		<item>
			<title>honeycombdesign on "Dynamic Population by query string on a page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-population-by-query-string-on-a-page#post-304672</link>
			<pubDate>Wed, 05 Jun 2013 22:38:31 +0000</pubDate>
			<dc:creator>honeycombdesign</dc:creator>
			<guid isPermaLink="false">304672@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I use a WP clean permalink.&#60;/p&#62;
&#60;p&#62;I have a form embeded on a page and want to use the gravity dynamic population.&#60;/p&#62;
&#60;p&#62;BUT when I try to go to the page to apply the code like this:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://victoriachristianhomeeducators.com/become-a-member/?code=0&#34; rel=&#34;nofollow&#34;&#62;http://victoriachristianhomeeducators.com/become-a-member/?code=0&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It doesn't work. I have an input field that is suppose to be updated so that certain members can receive a free membership.&#60;/p&#62;
&#60;p&#62;This field the get's inserted into a product calculation field to make the price free.&#60;/p&#62;
&#60;p&#62;Hope this helps
&#60;/p&#62;</description>
		</item>
		<item>
			<title>questions on "Questions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/questions-3#post-292426</link>
			<pubDate>Fri, 31 May 2013 09:12:35 +0000</pubDate>
			<dc:creator>questions</dc:creator>
			<guid isPermaLink="false">292426@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;1) I need to be able to pass the form a parameter (slug / name / whatever). I need the form to populate a multiple select and required dropdown with information from a database. I also need to have that form receive text along hte lines of:&#60;br /&#62;
Have you ever worked with $THIS_COMPANY before?&#60;/p&#62;
&#60;p&#62;2) If I were to purchase the &#34;Personal&#34; can I upgrade to the Business or Developer licence at the price minus the $39?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ActifyInc on "Dynamic Population of Multi-Select using Shortcode"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-population-of-multi-select-using-shortcode#post-290378</link>
			<pubDate>Thu, 30 May 2013 17:53:37 +0000</pubDate>
			<dc:creator>ActifyInc</dc:creator>
			<guid isPermaLink="false">290378@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How can I dynamically populate multi-select box values using a shortcode?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daniebroz on "Dynamically populate quantity field of a single product"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-quantity-field-of-a-single-product#post-290349</link>
			<pubDate>Thu, 30 May 2013 17:24:23 +0000</pubDate>
			<dc:creator>daniebroz</dc:creator>
			<guid isPermaLink="false">290349@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have created an order form&#60;br /&#62;
&#60;a href=&#34;http://www.curas.net/index.php/report-store/order-form/?aging_qty=1&#34; rel=&#34;nofollow&#34;&#62;http://www.curas.net/index.php/report-store/order-form/?aging_qty=1&#60;/a&#62;&#60;br /&#62;
And I am trying to pass through the quantity using the above parameter setting in the URL wihich is assinged to an &#34;Order Report&#34; button on another page (&#60;a href=&#34;http://www.curas.net/index.php/report-store&#34; rel=&#34;nofollow&#34;&#62;http://www.curas.net/index.php/report-store&#60;/a&#62;)&#60;/p&#62;
&#60;p&#62;I want the quantity to be set to 1 when they click on the order button and are directed to the form.&#60;/p&#62;
&#60;p&#62;I have the parameter name for the quantity field set to: aging_qty.   I have a different unique parameter name set for each product on the page.&#60;/p&#62;
&#60;p&#62;Can someone help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vixvii on "Using dynamically populated field as condition for MailChimp group assignments"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-dynamically-populated-field-as-condition-for-mailchimp-group-assignments#post-244824</link>
			<pubDate>Thu, 09 May 2013 15:18:19 +0000</pubDate>
			<dc:creator>vixvii</dc:creator>
			<guid isPermaLink="false">244824@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I need to assign users to my MailChimp groups based on a selection they make in a dropdown list. The problem is that this list is dynamically populated so when I use the conditional fields in the MailChimp settings, I don't have the values listed for that field.&#60;/p&#62;
&#60;p&#62;Is it possible to create the MailChimp registration using php code when the form is submitted?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
