<?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: 2urn</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/2urn'>2urn</a></link>
		<description>Gravity Support Forums User Favorites: 2urn</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 14:59:30 +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/carl" rel="self" type="application/rss+xml" />

		<item>
			<title>David Smith on "right parameter names to pre-populate the names fields?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/right-parameter-names-to-pre-populate-the-names-fields#post-46242</link>
			<pubDate>Thu, 12 Jan 2012 15:53:20 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">46242@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;For users using this method to populate user meta, you will need to update the populate_meta() function from the original snippet with this updated version for WP 3.3:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastie.org/3174155&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/3174155&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>trewknowledge on "Conditional fields for registered user"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-fields-for-registered-user#post-46167</link>
			<pubDate>Wed, 11 Jan 2012 17:17:49 +0000</pubDate>
			<dc:creator>trewknowledge</dc:creator>
			<guid isPermaLink="false">46167@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would love to be able to get this to work as well.&#60;/p&#62;
&#60;p&#62;The only issue I am having with using the code provided by David Smith, is that I am trying to have this set on the post title.&#60;/p&#62;
&#60;p&#62;Reason being is that I want to have registered users the ability to submit a post, and it will be published automatically. But if you are not a registered member and you submit a post, it needs to be saved as a draft.&#60;/p&#62;
&#60;p&#62;In GF I cannot add more than one Title field in my form.&#60;/p&#62;
&#60;p&#62;Any workaround for this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>avendimedia on "Conditional fields for registered user"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-fields-for-registered-user#post-40513</link>
			<pubDate>Tue, 08 Nov 2011 16:44:03 +0000</pubDate>
			<dc:creator>avendimedia</dc:creator>
			<guid isPermaLink="false">40513@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey, not sure if this is still an issue, but I've built this functionality out before. I built it on Gravity Forms 1.5.x, but it seems to work on 1.6.1 as well (haven't really tested it, though). If you want the code, you can find it here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://gist.github.com/04943d6e99370542b38a&#34; rel=&#34;nofollow&#34;&#62;https://gist.github.com/04943d6e99370542b38a&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That code would work fine as a mu-plugin, or, with some plugin headers added, as a regular plugin as well.&#60;/p&#62;
&#60;p&#62;Hope this helps!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kubante on "Dynamically populate checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-checkboxes#post-37699</link>
			<pubDate>Wed, 12 Oct 2011 10:01:29 +0000</pubDate>
			<dc:creator>kubante</dc:creator>
			<guid isPermaLink="false">37699@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Solved!!!!&#60;/p&#62;
&#60;p&#62;Thanks to &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://return-true.com/2008/12/using-wp_query-to-make-custom-queries-within-wordpress-templates/&#34; rel=&#34;nofollow&#34;&#62;http://return-true.com/2008/12/using-wp_query-to-make-custom-queries-within-wordpress-templates/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The solution is to have following little switches: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$temp = $wp_query;
$wp_query = null;
$wp_query = new WP_Query();
$wp_query-&#38;gt;query($args);
$temp_posts = $posts;
$posts = null;
$posts = $wp_query-&#38;gt;posts;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;you can then use any tags to filter or do whatever you want!! (check my previous posts, or answer this post if you want the complete code, i will paste it!)  &#60;/p&#62;
&#60;p&#62;thanks god. Love you guys. &#60;/p&#62;
&#60;p&#62;cu,&#60;/p&#62;
&#60;p&#62;kubante
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kubante on "Dynamically populate checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-checkboxes#post-37685</link>
			<pubDate>Wed, 12 Oct 2011 06:52:52 +0000</pubDate>
			<dc:creator>kubante</dc:creator>
			<guid isPermaLink="false">37685@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I even tried using new WP_Query.  Solved one problem, another one came up! Again, driving me crazy. :)&#60;/p&#62;
&#60;p&#62;Now i can filter correctly the languages i want, but unfortunately, only one post is paginated!&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Class_Reference/WP_Query&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Class_Reference/WP_Query&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;is explaining that &#60;/p&#62;
&#60;p&#62;Pagination Parameters&#60;/p&#62;
&#60;p&#62;    showposts (int) - number of post to show per page. Deprecated as of Version 2.1 in favor of 'posts_per_page'.&#60;br /&#62;
    posts_per_page (int) - number of post to show per page (available with Version 2.1). Use 'posts_per_page'=&#38;gt;-1 to show all posts. Note if the query is in a feed, wordpress overwrites this parameter with the stored 'posts_per_rss' option. To reimpose the limit, try using the 'post_limits' filter, or filter 'pre_option_posts_per_rss' and return -1 &#60;/p&#62;
&#60;p&#62;Unfortunately this doesn't work. I am not able to override neither with post_limits nor with pre_option_blabla returned to -1.  &#60;/p&#62;
&#60;p&#62;I also noticed that the form field is now not anymore editable via the wysiwig Gravity forms section in wp-admin. Which is not a big issue for me, I wouldnt need to edit anything anymore for this field from the wysiwig, if it worked. :) &#60;/p&#62;
&#60;p&#62;Any idea?&#60;/p&#62;
&#60;p&#62;my retrieval code looks like this at the moment: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$args = array(
	&#38;#39;tax_query&#38;#39; =&#38;gt; array(
		array(
			&#38;#39;taxonomy&#38;#39; =&#38;gt; &#38;#39;languages&#38;#39;,
			&#38;#39;post_limits&#38;#39; =&#38;gt; -1,
			&#38;#39;field&#38;#39; =&#38;gt; &#38;#39;slug&#38;#39;,
			&#38;#39;terms&#38;#39; =&#38;gt; &#38;#39;deutsch&#38;#39;
		)
	)
);

$posts = new WP_Query( $args );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;As said, correct filtering, but only one post title retrieved.&#60;/p&#62;
&#60;p&#62;any help super appreciated. &#60;/p&#62;
&#60;p&#62;regards,&#60;/p&#62;
&#60;p&#62;kubante
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kubante on "Dynamically populate checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-checkboxes#post-37682</link>
			<pubDate>Wed, 12 Oct 2011 05:30:14 +0000</pubDate>
			<dc:creator>kubante</dc:creator>
			<guid isPermaLink="false">37682@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris, &#60;/p&#62;
&#60;p&#62;thanks for your answer. Yes it works. I am able to filter one post title only with  the slug filtering. &#60;/p&#62;
&#60;p&#62;How can I now filter everything from one taxonomy only? or as in my case, even from one taxonomy entry (e.g. &#34;german&#34;) ?  I have a taxonomy called languages, filled with languages (German, English, etc).  I would like to filter e.g. only &#34;german titles&#34;. &#60;/p&#62;
&#60;p&#62;I had another few tries with the example underneath (Custom Post Type Category (Taxonomy) ), but no luck... All post titles come up unfiltered. This is driving me crazy ! :)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$args=array(

	&#38;#39;numberposts&#38;#39; =&#38;gt; 8,
	&#38;#39;orderby&#38;#39; =&#38;gt; &#38;#39;rand&#38;#39;,
  	&#38;#39;post_type&#38;#39; =&#38;gt; &#38;#39;myCustomPostType&#38;#39;,
  	&#38;#39;myCustomPostType_category&#38;#39; =&#38;gt; &#38;#39;Languages&#38;#39; ,
  	&#38;#39;post_status&#38;#39; =&#38;gt; &#38;#39;publish&#38;#39;

);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;any other ideas?  Help totally appreciated!! :)&#60;/p&#62;
&#60;p&#62;Thanks !&#60;/p&#62;
&#60;p&#62;kubante
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Dynamically populate checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-checkboxes#post-37666</link>
			<pubDate>Tue, 11 Oct 2011 22:10:09 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">37666@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@kubante, does this information help at all, using the $args array as you have it up there?&#60;/p&#62;
&#60;p&#62;Custom Post Type Category (Taxonomy)&#60;br /&#62;
&#60;a href=&#34;http://codex.wordpress.org/Template_Tags/get_posts#Custom_Post_Type_Category_.28Taxonomy.29&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Template_Tags/get_posts#Custom_Post_Type_Category_.28Taxonomy.29&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kubante on "Dynamically populate checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-checkboxes#post-37643</link>
			<pubDate>Tue, 11 Oct 2011 18:51:53 +0000</pubDate>
			<dc:creator>kubante</dc:creator>
			<guid isPermaLink="false">37643@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David,&#60;br /&#62;
thanks for your Documentation Link. Blame on my I didn't have a look there first. &#60;/p&#62;
&#60;p&#62;After some tries, i could successfully dynamically populate my drop-down. I am struggling with the query of the posts though. After a few hours of tries I decided to come back to you, maybe you have an idea.&#60;/p&#62;
&#60;p&#62;I am using &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#34; rel=&#34;nofollow&#34;&#62;This&#60;/a&#62; as reference, for populating my dropdown. &#60;/p&#62;
&#60;p&#62;So far so good, my titles from custom_posts show up. I am using post_type=myCustomPostType for this. I would now like to filter the titles, to only those of a certain taxonomy. For this I use the function get_posts like this: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
$posts = get_posts(&#38;#39;taxonomy=myTaxonomy&#38;amp;tag_ID=22&#38;amp;post_type=myCustomPostType&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Unfortunately, this always queries all of the custom posts, and not only those in the taxonomy i would like. The filter doesn't apply. &#60;/p&#62;
&#60;p&#62;I also tried the variant with the building of the args array: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$args = array(

	&#38;#39;post_type&#38;#39; =&#38;gt; &#38;#39;myCustomPostType&#38;#39;,
	&#38;#39;tag_ID&#38;#39; =&#38;gt; &#38;#39;22&#38;#39;,
	&#38;#39;post_status&#38;#39; =&#38;gt; &#38;#39;publish&#38;#39;
);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;i even tried the    'suppress_filters' =&#38;gt; false, argument, coz i had read about it in connection to the get_posts() function. In addition, i tried swapping get_posts() with query_posts().  Still no Luck .&#60;br /&#62;
  any ideas why my filters are not being applied?&#60;/p&#62;
&#60;p&#62;Thanks ahead and kind regards,&#60;/p&#62;
&#60;p&#62;kubante
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Dynamically populate checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-checkboxes#post-37470</link>
			<pubDate>Mon, 10 Oct 2011 13:14:44 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">37470@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Kubante,&#60;/p&#62;
&#60;p&#62;The method you're using would select that option by default if the value exists; however, to add &#34;new&#34; values or overwrite the existing values in a drop down, take a look at this approach:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Dynamically_Populating_Drop_Down_Fields&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Dynamically_Populating_Drop_Down_Fields&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kubante on "Dynamically populate checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-checkboxes#post-37327</link>
			<pubDate>Fri, 07 Oct 2011 17:34:50 +0000</pubDate>
			<dc:creator>kubante</dc:creator>
			<guid isPermaLink="false">37327@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have the same issue as mobitinker.&#60;br /&#62;
I am trying to populate dropdowns with - for testing purposes - just the string &#34;boom&#34;.&#60;/p&#62;
&#60;p&#62;i assigned the parameter language_populate to my drop down field (under &#34;populate this dynamically&#34;), and defined following function in my functions.php: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
add_action(&#38;#39;gform_field_value_language_populate&#38;#39;, &#38;#39;get_language_populate&#38;#39;);
function get_language_populate($value){
    return &#38;#39;boom!&#38;#39;;
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;though, I am experiencing the same problem as mobitinker:&#60;br /&#62;
single lines of text get populated normally, but my drop-down field keeps the default values (first choice, second choice, etc) and is not getting populated.&#60;/p&#62;
&#60;p&#62;any ideas why this is happening?&#60;/p&#62;
&#60;p&#62;thanks ahead, regards,&#60;/p&#62;
&#60;p&#62;kubante
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
