<?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: Multi Page Form - gform_field_choices</title>
		<link>https://legacy.forums.gravityhelp.com/topic/multi-page-form-gform_field_choices</link>
		<description>Gravity Support Forums Topic: Multi Page Form - gform_field_choices</description>
		<language>en-US</language>
		<pubDate>Tue, 14 Apr 2026 12:17:59 +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/multi-page-form-gform_field_choices" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Multi Page Form - gform_field_choices"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-page-form-gform_field_choices#post-140817</link>
			<pubDate>Sun, 03 Feb 2013 23:20:51 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">140817@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Dynamic population is for setting field values, true.&#60;/p&#62;
&#60;p&#62;In your case, you may have to capture the data in form one, then use a gform_pre_render filter function to change the checkboxes which are shown. &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>goldenblount on "Multi Page Form - gform_field_choices"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-page-form-gform_field_choices#post-138696</link>
			<pubDate>Fri, 01 Feb 2013 13:31:04 +0000</pubDate>
			<dc:creator>goldenblount</dc:creator>
			<guid isPermaLink="false">138696@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;ok, what if I create 3 forms for this, what method is best to use to catch the data from the first form as it is submitted and carry it forward in order to customize the checkbox list on the next form.&#60;/p&#62;
&#60;p&#62;Unless I am reading it wrong, Dynamic_Population is used for populating the Value of the field which would have no effect on the list of checkbox items that I need to customize.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Multi Page Form - gform_field_choices"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-page-form-gform_field_choices#post-136903</link>
			<pubDate>Wed, 30 Jan 2013 23:40:01 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">136903@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I agree with using three forms.  You can pre-populate values in the next form by passing the values with the query string.    Here is documentation on how to do that &#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;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>goldenblount on "Multi Page Form - gform_field_choices"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-page-form-gform_field_choices#post-136481</link>
			<pubDate>Wed, 30 Jan 2013 12:20:09 +0000</pubDate>
			<dc:creator>goldenblount</dc:creator>
			<guid isPermaLink="false">136481@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;One thought I had was perhaps I need to actually create 3 separate forms as opposed to a single form with 3 pages.&#60;/p&#62;
&#60;p&#62;Then at the end of each form, I would need to intercept the entry an use the data to pre-populate the next form.&#60;/p&#62;
&#60;p&#62;This is my first use of Gravity form that is not just a straight configuration and requires coding.&#60;/p&#62;
&#60;p&#62;I have a lot of coding experience, just not with Gravity Forms or Wordpress, so if you can point me to an example that has similar logic to what is needed here, I should be able to take it from there.&#60;/p&#62;
&#60;p&#62;Thank you for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>goldenblount on "Multi Page Form - gform_field_choices"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-page-form-gform_field_choices#post-136475</link>
			<pubDate>Wed, 30 Jan 2013 12:16:03 +0000</pubDate>
			<dc:creator>goldenblount</dc:creator>
			<guid isPermaLink="false">136475@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;At this point I only have it on my localhost server as I'm working on the development.&#60;/p&#62;
&#60;p&#62;This application is used to help people narrow down a selection to their top 5 most important and then be able to enter a description of what each means to them and will then be rendered as a single post that will also allow them to print the post in a format they can hang as a reminder.&#60;/p&#62;
&#60;p&#62;So step one gives the a selection of 40 which they go through and select up to 15 that jump out at them.&#60;/p&#62;
&#60;p&#62;Step 2 they are presented with the 15 they selected so they can focus on picking their top 5 without distraction.  So I only want to show the ones selected from step 1. &#60;/p&#62;
&#60;p&#62;Step 3 just shows their top 5 and allows them to enter their comments about each.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Multi Page Form - gform_field_choices"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-page-form-gform_field_choices#post-136418</link>
			<pubDate>Wed, 30 Jan 2013 11:14:24 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">136418@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't think gform_field_choices will work for you, since that is designed to change the checkboxes before the form is rendered.  If you are on page two of a multipage form, the form has already been rendered in its entirety.&#60;/p&#62;
&#60;p&#62;Is step two to narrow down the choices made in step one?  So, of the selections made on page one, you show all of them on page two, and the visitor gets to pick some of those?  And then what happens?  Why are there 5 paragraph fields?  Are there 5 paragraphs for each checkbox choice?&#60;/p&#62;
&#60;p&#62;Do you have any of this online now?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>goldenblount on "Multi Page Form - gform_field_choices"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-page-form-gform_field_choices#post-132446</link>
			<pubDate>Sat, 26 Jan 2013 11:52:42 +0000</pubDate>
			<dc:creator>goldenblount</dc:creator>
			<guid isPermaLink="false">132446@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I need to create a form that has 3 pages:&#60;/p&#62;
&#60;p&#62;Page 1: has a list of items with checkboxes&#60;/p&#62;
&#60;p&#62;Page 2: generated list of checkboxes containing only the items that were selected on page 1&#60;/p&#62;
&#60;p&#62;Page 3: 5 Paragraph Fields labeled with the selected items on page 2&#60;/p&#62;
&#60;p&#62;I want to use the gform_fields_choices to create the list on page 2 by accessing the selected items from page 1 (Is this possible and if so are there any examples of code doing something like this)&#60;/p&#62;
&#60;p&#62;If I can do page 2 then I assume I can do page three with similar logic from page 2 using the gform_field_input or gform_field_content filters&#60;/p&#62;
&#60;p&#62;Any advice?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
