<?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: Dynamic Population Not working</title>
		<link>https://legacy.forums.gravityhelp.com/topic/dynamic-population-not-working</link>
		<description>Gravity Support Forums Topic: Dynamic Population Not working</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 09:38:35 +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/dynamic-population-not-working" rel="self" type="application/rss+xml" />

		<item>
			<title>stacker02 on "Dynamic Population Not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-population-not-working#post-73403</link>
			<pubDate>Fri, 31 Aug 2012 03:41:21 +0000</pubDate>
			<dc:creator>stacker02</dc:creator>
			<guid isPermaLink="false">73403@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's not from changing the theme. I thought initially it was because of my WordPress template, but after refreshing myself with the system I had I remember these two options.&#60;/p&#62;
&#60;p&#62;1) call the form through hidden div and the form works with pre-population but not AJAX errors&#60;br /&#62;
2) call the form through WordPress page with stripped template for modal and pre-population doesnt work but AJAX does
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Dynamic Population Not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-population-not-working#post-72892</link>
			<pubDate>Tue, 28 Aug 2012 09:04:17 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">72892@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So, is the problem related to you changing the theme, or did you actually change the way you do things as well?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stacker02 on "Dynamic Population Not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-population-not-working#post-72864</link>
			<pubDate>Tue, 28 Aug 2012 02:12:50 +0000</pubDate>
			<dc:creator>stacker02</dc:creator>
			<guid isPermaLink="false">72864@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Chris,&#60;/p&#62;
&#60;p&#62;Well here is what I have found out so far. If I create a modal from inside the page calling a hidden div to display the form like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
		&#38;lt;div id=&#38;quot;avail&#38;quot; style=&#38;quot;display:none;&#38;quot;&#38;gt;
		&#38;lt;?php gravity_form(1, true, true, false, &#38;#39;&#38;#39;, true, 12); ?&#38;gt;
		&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then the form populates, but I don´t get any scripts included so AJAX won´t work and it doesn´t seem like it sends. I have included this code in the header:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php gravity_form_enqueue_scripts(1, true);?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;What I had on the first example was calling the form through iFrame on a page I create in WordPress.&#60;/p&#62;
&#60;p&#62;This way add the code correctly as it alerts if a required field isn´t set, but the data won´t pre populate.&#60;/p&#62;
&#60;p&#62;So, I have half of what I need in both circumstances.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Dynamic Population Not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-population-not-working#post-72849</link>
			<pubDate>Tue, 28 Aug 2012 00:42:01 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">72849@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you'd like to try and find some paid help, you can post something on our job board.&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/forum/job-board&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/forum/job-board&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;When you updated your theme, your functions.php changed and your page templates changed.  Can you take a look at what is different?  Did your field IDs or form IDs change?  Was there any code in your header.php of the old theme which would be missing now?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stacker02 on "Dynamic Population Not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-population-not-working#post-72805</link>
			<pubDate>Mon, 27 Aug 2012 17:12:12 +0000</pubDate>
			<dc:creator>stacker02</dc:creator>
			<guid isPermaLink="false">72805@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would even be willing to pay for someone to help me set this up as I really want to learn and understand it takes someones time. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stacker02 on "Dynamic Population Not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-population-not-working#post-72787</link>
			<pubDate>Mon, 27 Aug 2012 15:51:58 +0000</pubDate>
			<dc:creator>stacker02</dc:creator>
			<guid isPermaLink="false">72787@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Recently I have updated my theme and now my dynamic population has stopped working. I been trying to go over everything, but I can´t figure out what I am missing.&#60;/p&#62;
&#60;p&#62;Form: &#60;a href=&#34;http://hetgoedeboek.be/muziek/thisismysong/&#34; rel=&#34;nofollow&#34;&#62;http://hetgoedeboek.be/muziek/thisismysong/&#60;/a&#62; (click blue button, this should bring in the info on the product)&#60;/p&#62;
&#60;p&#62;GF: I have each section, title, author, ISBN, type all check to allow to be dynamically inputed. For titel for example I have given it &#34;titel&#34;&#60;/p&#62;
&#60;p&#62;In my functions I have the following: &#60;a href=&#34;http://pastebin.com/f6xZtXVu&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/f6xZtXVu&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here is single-product to show metaboxes: &#60;a href=&#34;http://pastebin.com/wa3tNW3K&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/wa3tNW3K&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The form is created by this code for shadowbox: &#60;a href=&#34;http://pastebin.com/75W5Qyj3&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/75W5Qyj3&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Am I am missing something???
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
