<?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: Prefill field based on NextGEN Download selection</title>
		<link>https://legacy.forums.gravityhelp.com/topic/prefil-field-based-on-nextgen-download-selection</link>
		<description>Gravity Support Forums Topic: Prefill field based on NextGEN Download selection</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Apr 2026 06:10:31 +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/prefil-field-based-on-nextgen-download-selection" rel="self" type="application/rss+xml" />

		<item>
			<title>Scott on "Prefill field based on NextGEN Download selection"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/prefil-field-based-on-nextgen-download-selection#post-73821</link>
			<pubDate>Tue, 04 Sep 2012 13:18:08 +0000</pubDate>
			<dc:creator>Scott</dc:creator>
			<guid isPermaLink="false">73821@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Right now GF is not on there as you mentioned.  I was trying to see if this was even possible before experimenting.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Prefill field based on NextGEN Download selection"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/prefil-field-based-on-nextgen-download-selection#post-73625</link>
			<pubDate>Mon, 03 Sep 2012 00:53:34 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">73625@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Scott, you used the single quote rather than the backtick.  Backtick is upper left on the keyboard, under the tilde usually.&#60;/p&#62;
&#60;p&#62;I see the example you have online now.  That is *without* the Gravity Form?  How does it look when Gravity Forms is involved?&#60;/p&#62;
&#60;p&#62;If a form is still being submitted, I am not sure how you can combined the form submission and triggering the downloads as well.  How about using the confirmation page to offer the &#34;download selected images&#34; button?  That way, your form submission still works, and the user still submits a form and can also download the selected images.&#60;/p&#62;
&#60;p&#62;Let me know if I am off base because I am not sure how Gravity Forms is involved in all this.  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Scott on "Prefill field based on NextGEN Download selection"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/prefil-field-based-on-nextgen-download-selection#post-73600</link>
			<pubDate>Sun, 02 Sep 2012 18:18:07 +0000</pubDate>
			<dc:creator>Scott</dc:creator>
			<guid isPermaLink="false">73600@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Not sure why the code got messed up - I used the backtick.  Here is a pastebin version: &#60;a href=&#34;http://pastie.org/4653017&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/4653017&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Scott on "Prefill field based on NextGEN Download selection"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/prefil-field-based-on-nextgen-download-selection#post-73599</link>
			<pubDate>Sun, 02 Sep 2012 18:17:07 +0000</pubDate>
			<dc:creator>Scott</dc:creator>
			<guid isPermaLink="false">73599@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am trying to DIY a NextGEN Gallery proofing solution.  You can see what I've done so far here: &#60;a href=&#34;http://scottwyden.com/proofing/example/&#34; rel=&#34;nofollow&#34;&#62;http://scottwyden.com/proofing/example/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I was thinking one way to do it is to have a Gravity Form take care of the Download Selected Images button and also email a list of selected images to me.&#60;/p&#62;
&#60;p&#62;Here is the code that drives the download part of the template:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
&#38;lt;!-- Thumbnails --&#38;gt;
	&#38;lt;form action=&#38;quot;&#38;lt;?php echo admin_url(&#38;#39;admin-ajax.php&#38;#39;); ?&#38;gt;&#38;quot; method=&#38;quot;get&#38;quot; id=&#38;quot;ngg-download-frm&#38;quot;&#38;gt;
		&#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;action&#38;quot; value=&#38;quot;ngg-download-gallery-zip&#38;quot; /&#38;gt;
		&#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;gallery&#38;quot; value=&#38;quot;&#38;lt;?php echo htmlspecialchars($gallery-&#38;gt;title); ?&#38;gt;&#38;quot; /&#38;gt;

		&#38;lt;?php foreach ( $images as $image ) : ?&#38;gt;

		&#38;lt;div id=&#38;quot;ngg-image-&#38;lt;?php echo $image-&#38;gt;pid ?&#38;gt;&#38;quot; class=&#38;quot;ngg-gallery-thumbnail-box&#38;quot; &#38;lt;?php echo $image-&#38;gt;style ?&#38;gt; &#38;gt;
			&#38;lt;div class=&#38;quot;ngg-gallery-thumbnail&#38;quot; &#38;gt;
				&#38;lt;a&#38;gt;imageURL ?&#38;gt;&#38;quot; title=&#38;quot;&#38;lt;?php echo htmlspecialchars($image-&#38;gt;description) ?&#38;gt;&#38;quot; &#38;lt;?php echo $image-&#38;gt;thumbcode ?&#38;gt; &#38;gt;
					&#38;lt;?php if ( !$image-&#38;gt;hidden ) { ?&#38;gt;
					&#38;lt;img title=&#38;quot;&#38;lt;?php echo htmlspecialchars($image-&#38;gt;alttext) ?&#38;gt;&#38;quot; alt=&#38;quot;&#38;lt;?php echo htmlspecialchars($image-&#38;gt;alttext) ?&#38;gt;&#38;quot; src=&#38;quot;&#38;lt;?php echo $image-&#38;gt;thumbnailURL ?&#38;gt;&#38;quot; &#38;lt;?php echo $image-&#38;gt;size ?&#38;gt; /&#38;gt;
					&#38;lt;?php } ?&#38;gt;
				&#38;lt;/a&#38;gt;
				&#38;lt;label class=&#38;quot;proof_download&#38;quot;&#38;gt;Download&#38;lt;input type=&#38;quot;checkbox&#38;quot; name=&#38;quot;pid[]&#38;quot; value=&#38;quot;&#38;lt;?php echo $image-&#38;gt;pid ?&#38;gt;&#38;quot; /&#38;gt;&#38;lt;span&#38;gt;&#38;lt;h4&#38;gt;&#38;lt;?php echo htmlspecialchars($image-&#38;gt;alttext) ?&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/label&#38;gt;&#38;lt;/h4&#38;gt;
			&#38;lt;/div&#38;gt;
		&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I used &#60;a href=&#34;http://wordpress.org/extend/plugins/nextgen-download-gallery/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/nextgen-download-gallery/&#60;/a&#62; to actually handle the downloads.  Do you think it's possible to have GF's submit button handle trigger the download?  And if so, do you think it is also possible to have a paragraph block pre-fill with the file numbers?&#60;/p&#62;
&#60;p&#62;Thanks for the help!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
