<?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: Dynamically Add More Upload Boxes?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/dynamically-add-more-upload-boxes</link>
		<description>Gravity Support Forums Topic: Dynamically Add More Upload Boxes?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:32:50 +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/dynamically-add-more-upload-boxes" rel="self" type="application/rss+xml" />

		<item>
			<title>Robert on "Dynamically Add More Upload Boxes?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-add-more-upload-boxes#post-50181</link>
			<pubDate>Wed, 22 Feb 2012 05:22:56 +0000</pubDate>
			<dc:creator>Robert</dc:creator>
			<guid isPermaLink="false">50181@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey everyone, I took down the original test site but a live example of this can be found here: &#60;a href=&#34;http://www.landingpower.com/order/landing-page/&#34; rel=&#34;nofollow&#34;&#62;http://www.landingpower.com/order/landing-page/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>trewknowledge on "Dynamically Add More Upload Boxes?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-add-more-upload-boxes#post-47429</link>
			<pubDate>Thu, 26 Jan 2012 12:14:07 +0000</pubDate>
			<dc:creator>trewknowledge</dc:creator>
			<guid isPermaLink="false">47429@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That's great. Thanks for sharing Robert!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Robert on "Dynamically Add More Upload Boxes?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-add-more-upload-boxes#post-47408</link>
			<pubDate>Thu, 26 Jan 2012 04:28:19 +0000</pubDate>
			<dc:creator>Robert</dc:creator>
			<guid isPermaLink="false">47408@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Richard,&#60;/p&#62;
&#60;p&#62;Thanks! Yes, we are limiting the file types and you're right we should include a notification. I'll add that tomorrow. The only other thing I might do is adjust the animation jQuery is using during the unhide. It's a little unrefined and could easily be improved. Other than that, I'm probably going to reuse this method on other projects until the multi-upload gets added to GravityForms. Feel free to steal it!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Dynamically Add More Upload Boxes?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-add-more-upload-boxes#post-47250</link>
			<pubDate>Tue, 24 Jan 2012 17:04:41 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">47250@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Robert,&#60;br /&#62;
It's looking good and the maximum uploads alert at the end is a nice touch, I may have to pinch that idea :)&#60;br /&#62;
Are you restricting the file types that can be uploaded, if so you might consider adding a little note somewhere close mentioning which extensions are ok. That's really the only thing I can think of.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Robert on "Dynamically Add More Upload Boxes?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-add-more-upload-boxes#post-47151</link>
			<pubDate>Mon, 23 Jan 2012 16:10:26 +0000</pubDate>
			<dc:creator>Robert</dc:creator>
			<guid isPermaLink="false">47151@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I was able to get this working pretty well I think. You can see an example of what I've done here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.coolwave.com/test/shop/banner-design/&#34; rel=&#34;nofollow&#34;&#62;http://www.coolwave.com/test/shop/banner-design/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Basically all I've done is add a HTML section to the form and included this jQuery snippet &#60;a href=&#34;http://www.pastie.org/3239043&#34; rel=&#34;nofollow&#34;&#62;http://www.pastie.org/3239043&#60;/a&#62; along with a button that has the ID of #add&#60;/p&#62;
&#60;p&#62;To make this work I've added the class of .hidden-up to each of the extra file uploads. I also added a notification box with the same class using another HTML section to notify the user when they've reached the maximum number of uploads allowed.&#60;/p&#62;
&#60;p&#62;Any feedback on this is welcome and appreciated. The site is still a work in progress so don't be too harsh on the visual aspects. :)&#60;/p&#62;
&#60;p&#62;Edit: I also added a bit of CSS to my main style sheet to prevent the extra uploads from showing on page load. The following seems to solve the issue:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper ul.gform_fields .hidden-up{
	display:none
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Robert on "Dynamically Add More Upload Boxes?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-add-more-upload-boxes#post-47112</link>
			<pubDate>Mon, 23 Jan 2012 03:17:47 +0000</pubDate>
			<dc:creator>Robert</dc:creator>
			<guid isPermaLink="false">47112@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Alright, thanks for the reply. I'm going to try my css/jQuery idea tomorrow and see how it works out. If it doesn't seem user-friendly enough I will try doing it the way you did. If anyone else has any ideas I'd love to hear them!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Dynamically Add More Upload Boxes?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-add-more-upload-boxes#post-47111</link>
			<pubDate>Mon, 23 Jan 2012 03:00:48 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">47111@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Robert,&#60;/p&#62;
&#60;p&#62;Currently there isn't a better way, I used a drop down asking how many files they want to upload and then used conditional logic to show the correct amount of upload fields.  &#60;/p&#62;
&#60;p&#62;Now that wordpress 3.3 has been released the Gravity forms team are working on integrating with the new plupload based upload facility that was added to the core but we haven't heard yet which version they are looking to release it with.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Robert on "Dynamically Add More Upload Boxes?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-add-more-upload-boxes#post-47104</link>
			<pubDate>Mon, 23 Jan 2012 00:38:44 +0000</pubDate>
			<dc:creator>Robert</dc:creator>
			<guid isPermaLink="false">47104@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm wondering if you could give me any direction in developing a way to dynamically add additional file upload boxes to a gravity form. I'm thinking that maybe the simplest way to do it would be to add a large number such as 10-20 and then hide them using css and unhide them with jQuery. A button could be used to un-hide them one at a time. &#60;/p&#62;
&#60;p&#62;Is there a better way to achieve this? I'm not so great at back-end development, so this is the only thing that came to mind.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
