<?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: Passing Dynamic Checkboxes to Confirmation Page</title>
		<link>https://legacy.forums.gravityhelp.com/topic/passing-dynamic-checkboxes-to-confirmation-page</link>
		<description>Gravity Support Forums Topic: Passing Dynamic Checkboxes to Confirmation Page</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:35:13 +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/passing-dynamic-checkboxes-to-confirmation-page" rel="self" type="application/rss+xml" />

		<item>
			<title>kyle on "Passing Dynamic Checkboxes to Confirmation Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-dynamic-checkboxes-to-confirmation-page#post-203714</link>
			<pubDate>Wed, 10 Apr 2013 07:35:46 +0000</pubDate>
			<dc:creator>kyle</dc:creator>
			<guid isPermaLink="false">203714@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for your reply.  &#60;/p&#62;
&#60;p&#62;Is there an email address I can send the form URL to?  I'm not sure it'll help, though.  All I really need is to have the confirmation page be aware of which checkboxes were checked in the form.&#60;/p&#62;
&#60;p&#62;I am indeed using gform_pre_render to populate the checkbox field items (I just pull the list of Downloads, and insert them into the $field['choices'] array - the &#34;value&#34; being the download ID, and the &#34;text&#34; being the name of the download file.)&#60;/p&#62;
&#60;p&#62;Pre submission filter seems like it would be useful for changing the id to the filename, but I'm not sure it'll pass the information to the confirmation page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Passing Dynamic Checkboxes to Confirmation Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-dynamic-checkboxes-to-confirmation-page#post-203596</link>
			<pubDate>Wed, 10 Apr 2013 05:45:51 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">203596@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Do you have an example of this form online?  I'm having a hard time envisioning what it is you need to do.   How are you getting the PDFs to appear in the form dynamically now?  If you are using the gform_pre_render filter, it's possible you need to call your function again with the gform_pre_submission filter.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyle on "Passing Dynamic Checkboxes to Confirmation Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-dynamic-checkboxes-to-confirmation-page#post-199134</link>
			<pubDate>Sat, 06 Apr 2013 20:05:01 +0000</pubDate>
			<dc:creator>kyle</dc:creator>
			<guid isPermaLink="false">199134@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I originally had a form where I manually entered some PDFs that you could choose to download.  Some of the PDFs required authorization before they could be downloaded, so the Confirmation page handled that (based on which PDFs were requested - data that got sent by using the &#34;Pass Field Data Via Query String&#34;) component of the Confirmation Page settings.  &#60;/p&#62;
&#60;p&#62;NOW, I'd like to make this automatic - we're using a downloads plugin, and whenever a PDF is added to the downloads plugin, it automatically appears as a checkbox item in the form.  This is working perfectly, and the data gets submitted to the form entries.  The problem, however, is that I'm no longer sure how I can send which PDFs were downloaded to the Confirmation page - since I can't manually choose them from the &#34;Insert Merge Tag&#34; dropdown.  Is there a PHP action/filter I can use to do this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
