<?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 loading non-dropdown fields from another plugin&#039;s shortcode</title>
		<link>https://legacy.forums.gravityhelp.com/topic/dynamically-loading-non-dropdown-fields-from-another-plugins-shortcode</link>
		<description>Gravity Support Forums Topic: Dynamically loading non-dropdown fields from another plugin&#039;s shortcode</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Apr 2026 11:46:04 +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-loading-non-dropdown-fields-from-another-plugins-shortcode" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Lema on "Dynamically loading non-dropdown fields from another plugin&#039;s shortcode"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-loading-non-dropdown-fields-from-another-plugins-shortcode#post-62628</link>
			<pubDate>Thu, 14 Jun 2012 16:56:36 +0000</pubDate>
			<dc:creator>Chris Lema</dc:creator>
			<guid isPermaLink="false">62628@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;works perfectly!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Dynamically loading non-dropdown fields from another plugin&#039;s shortcode"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-loading-non-dropdown-fields-from-another-plugins-shortcode#post-62105</link>
			<pubDate>Mon, 11 Jun 2012 10:11:17 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">62105@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could use the gform_pre_render hook to take some time and resolve shortcodes before pushing them to whatever form elements you want. &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Lema on "Dynamically loading non-dropdown fields from another plugin&#039;s shortcode"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-loading-non-dropdown-fields-from-another-plugins-shortcode#post-61939</link>
			<pubDate>Fri, 08 Jun 2012 13:58:36 +0000</pubDate>
			<dc:creator>Chris Lema</dc:creator>
			<guid isPermaLink="false">61939@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I know that fields can be dynamically populated 3 different ways.&#60;br /&#62;
- Via query string (ex. domain.com/your/form?firstname=carl)&#60;br /&#62;
- Via hooks using PHP&#60;br /&#62;
- Via short code&#60;/p&#62;
&#60;p&#62;I also know I can dynamically populate dropdowns using the gform_pre_render filter, as written about in your docs (&#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;
&#60;p&#62;That said, I don't think what I know allows me to solve the problem I'm facing.&#60;/p&#62;
&#60;p&#62;I've developed a plugin that does URL rewriting for landing pages (called ElegantPURL - &#60;a href=&#34;http://elegantpurl.com)&#34; rel=&#34;nofollow&#34;&#62;http://elegantpurl.com)&#60;/a&#62; and offers users an ability to use pre-established short codes that look like this: [epurl_firstname]. We also let them create additional variables for use on the landing pages, and we generate short codes for those too ([epurl_customfield]).&#60;/p&#62;
&#60;p&#62;I want to integrate with GravityForms but when I put [epurl_firstname] into a field's default value, it just shows up as text, rather than rendering.&#60;/p&#62;
&#60;p&#62;Is there a way to use the filter above (or a hook) to tell all forms (not a specific form) to look for short codes and resolve them, before rendering the form?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
