<?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 User Favorites: dashaluna</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/dashaluna'>dashaluna</a></link>
		<description>Gravity Support Forums User Favorites: dashaluna</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 02:21:00 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>David Smith on "Maximum Word Count"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/maximum-word-count#post-376180</link>
			<pubDate>Fri, 22 Aug 2014 08:09:02 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">376180@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This functionality is also available as a plugin here:&#60;/p&#62;
&#60;p&#62;GP Word Count for Gravity Forms&#60;br /&#62;
&#60;a href=&#34;http://gravitywiz.com/documentation/gp-word-count/&#34; rel=&#34;nofollow&#34;&#62;http://gravitywiz.com/documentation/gp-word-count/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sian on "File upload destination, file upload size limit and securely downloading."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/file-upload-destination-file-upload-size-limit-and-securely-downloading#post-252491</link>
			<pubDate>Tue, 14 May 2013 07:26:29 +0000</pubDate>
			<dc:creator>Sian</dc:creator>
			<guid isPermaLink="false">252491@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please help! I still haven't managed to resolve this issue. I went for a paid for plugin for the support I thought I'd get...&#60;/p&#62;
&#60;p&#62;BTW I've changed web hosting since then and waiting for the new SSL certificate, but still need an answer to move forward once that's implemented.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sian on "File upload destination, file upload size limit and securely downloading."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/file-upload-destination-file-upload-size-limit-and-securely-downloading#post-208405</link>
			<pubDate>Sat, 13 Apr 2013 10:40:52 +0000</pubDate>
			<dc:creator>Sian</dc:creator>
			<guid isPermaLink="false">208405@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I added a file upload field to my form. &#60;a href=&#34;http://www.transcribe-this.com/contact/&#34; rel=&#34;nofollow&#34;&#62;http://www.transcribe-this.com/contact/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Firstly - how do I change the file upload limit? (What is the default upload limit btw?) I expect the form to be primarily used to upload large audio files.&#60;/p&#62;
&#60;p&#62;2) How do I set the destination folder? I want to be able to download the files securely (I have an SSL certificate installed on the site). I'm guessing if I know what folder they're being stored in I can use ftps to download them?&#60;/p&#62;
&#60;p&#62;3) How do I get the form to display a message when the upload fails? When I tested the form and uploaded a music file, it all looked to me - the user - as if it had been uploaded fine. It's only when I logged back into the website to look for the entry I realised it hadn't worked.&#60;/p&#62;
&#60;p&#62;4) I was looking at another post when my connection failed and I can't find it now! It raised the issue that I need to password protect the upload folder and force users to log in, then to use ftps to download from that folder. Any pointers on how to do this?&#60;/p&#62;
&#60;p&#62;Many thanks, Sian.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dashaluna on "Date Picker not activating"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picket-not-activating#post-164647</link>
			<pubDate>Fri, 08 Mar 2013 13:17:39 +0000</pubDate>
			<dc:creator>dashaluna</dc:creator>
			<guid isPermaLink="false">164647@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you @Mulegoat for the solution! I had the same problem with jQuery v1.9.1 Seems to be working now with the migrate script. Although, the styles don't seem to come through (but that's different problem).&#60;/p&#62;
&#60;p&#62;Dasha
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Display Featured Image selection based on Conditional Logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-featured-image-selection-based-on-conditional-logic#post-162117</link>
			<pubDate>Wed, 06 Mar 2013 12:21:18 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">162117@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Do you have your form online now?  Please share the link to the page where the form is located if you do.  &#60;/p&#62;
&#60;p&#62;Be sure the images are in the media gallery already.&#60;/p&#62;
&#60;p&#62;If you have used HTML img tags for the label on the radio button, I would use the attachment ID as the value.  Then, when that image is selected, the value will be the attachment ID of your image.  You can then set the thumbnail using the WordPress function  set_post_thumbnail in a gform_after_submission hook, like this: &#60;a href=&#34;http://pastebin.com/DK7RE9es&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/DK7RE9es&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>doktadivah on "Display Featured Image selection based on Conditional Logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-featured-image-selection-based-on-conditional-logic#post-161066</link>
			<pubDate>Tue, 05 Mar 2013 11:45:53 +0000</pubDate>
			<dc:creator>doktadivah</dc:creator>
			<guid isPermaLink="false">161066@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there! I'm also looking for a solution to the challenge mentioned by Brittany above. I just want users to be able to select an image from the media library and have that be the featured image for their custom post type. I've got the images as radio buttons part straightened out, but how would I set up the logic to make that selection the featured image for the post?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Auto Populate Fields With Submissions From Previous Registration Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/auto-populate-fields-with-submissions-from-previous-registration-form#post-160468</link>
			<pubDate>Tue, 05 Mar 2013 00:36:20 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">160468@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;1)  You will need to ensure the user is logged in.  You can make your form visible only to logged in users (there is a checkbox on the advanced tab of the form settings that will require the user to be logged in.)  If you do that, you can then use all the logged in user merge tags as your default values.  See the documentation here: &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Merge_Tags&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Merge_Tags&#60;/a&#62;&#60;br /&#62;
Look in the page for the sections that contains: {user:[meta_key]}&#60;/p&#62;
&#60;p&#62;2) For updating the information, you can use the User Registration 1.5beta version, which has the capability to update a user.  To display the information on their profile page, please see this information about extending the user profile &#60;a href=&#34;http://justintadlock.com/archives/2009/09/10/adding-and-using-custom-user-profile-fields&#34; rel=&#34;nofollow&#34;&#62;http://justintadlock.com/archives/2009/09/10/adding-and-using-custom-user-profile-fields&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>EBgravityforms on "Auto Populate Fields With Submissions From Previous Registration Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/auto-populate-fields-with-submissions-from-previous-registration-form#post-156445</link>
			<pubDate>Thu, 28 Feb 2013 02:19:52 +0000</pubDate>
			<dc:creator>EBgravityforms</dc:creator>
			<guid isPermaLink="false">156445@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So I have a Register from that includes more than the normal fields such as: Company Name, Address, etc.. &#60;/p&#62;
&#60;p&#62;I'm using the User Registration addon to map the email as the username etc.. &#60;/p&#62;
&#60;p&#62;I also have an order form that asks for most of that information again. &#60;/p&#62;
&#60;p&#62;1) How can I auto populate all the fields that I used in my Registration form?&#60;/p&#62;
&#60;p&#62;Bonus: 2) Is there a way to store this information for the user to see and edit? I'm using the Membership plugin for a members only page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mulegoat on "Date Picker not activating"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picket-not-activating#post-151441</link>
			<pubDate>Thu, 21 Feb 2013 07:20:25 +0000</pubDate>
			<dc:creator>Mulegoat</dc:creator>
			<guid isPermaLink="false">151441@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I imagine you're going to get quite a few of these kinds of issues Rob :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mulegoat on "Date Picker not activating"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picket-not-activating#post-151435</link>
			<pubDate>Thu, 21 Feb 2013 07:18:43 +0000</pubDate>
			<dc:creator>Mulegoat</dc:creator>
			<guid isPermaLink="false">151435@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there, I had the same issue, think it's because jQuery has stopped supporting the $.browser()api method, so if your theme is calling the  latset version this could be the problem. I fixed this by enqueing a nifty script called jQuery migrate which enables deprecated methods. This is the script I put in my functions.php file (you can load it elsewhere depending on your theme:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
if (!is_admin()) {
wp_register_script(&#38;#39;jquery-migrate&#38;#39;, (&#38;quot;http://code.jquery.com/jquery-migrate-1.1.0.min.js&#38;quot;), false, &#38;#39;latest&#38;#39;, false);
wp_enqueue_script(&#38;#39;jquery-migrate&#38;#39;);
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
