<?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: Using the Create Content Template to conditionally populate data.</title>
		<link>https://legacy.forums.gravityhelp.com/topic/using-the-create-content-template-to-conditionally-populate-data</link>
		<description>Gravity Support Forums Topic: Using the Create Content Template to conditionally populate data.</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:52:28 +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/using-the-create-content-template-to-conditionally-populate-data" rel="self" type="application/rss+xml" />

		<item>
			<title>jpvanoosten on "Using the Create Content Template to conditionally populate data."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-the-create-content-template-to-conditionally-populate-data#post-55360</link>
			<pubDate>Mon, 16 Apr 2012 11:33:03 +0000</pubDate>
			<dc:creator>jpvanoosten</dc:creator>
			<guid isPermaLink="false">55360@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This looks like what I'm looking for. I will have to investigate further how I would correctly implement this feature, but now I know where to look.&#60;/p&#62;
&#60;p&#62;Thanks David for the fast reply.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Using the Create Content Template to conditionally populate data."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-the-create-content-template-to-conditionally-populate-data#post-55358</link>
			<pubDate>Mon, 16 Apr 2012 11:28:30 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">55358@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could adjust the post content using a custom function that hooks into the submitted data via gform_after_submission&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_after_submission&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_after_submission&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This would allow you to add in your image tag directly to the post content based on the selection from the radio choice button.&#60;/p&#62;
&#60;p&#62;Let me know if this helps.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jpvanoosten on "Using the Create Content Template to conditionally populate data."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-the-create-content-template-to-conditionally-populate-data#post-55345</link>
			<pubDate>Mon, 16 Apr 2012 10:36:40 +0000</pubDate>
			<dc:creator>jpvanoosten</dc:creator>
			<guid isPermaLink="false">55345@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a form with a choice radio button.  I would like to populate the post body (using the &#34;Create Content Template&#34; option) based on the value of the radio button but instead of just plain text, I want to use an image, iframe, or other type of content.&#60;/p&#62;
&#60;p&#62;I would like to do something like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ( {Creative Commons Licenses:3} == &#38;quot;BY&#38;quot; ) [CC BY]
else if ( {Creative Commons Licenses:3} == &#38;quot;BY-SA&#38;quot; ) [CC BY-SA]
else if ( {Creative Commons Licenses:3} == &#38;quot;BY-ND&#38;quot; ) [CC BY-ND]
else if ( {Creative Commons Licenses:3} == &#38;quot;BY-NC&#38;quot; ) [CC BY-NC]
else if ( {Creative Commons Licenses:3} == &#38;quot;BY-NC-SA&#38;quot; ) [CC BY-NC-SA]
else if ( {Creative Commons Licenses:3} == &#38;quot;BY-NC-ND&#38;quot; ) [CC BY-NC-ND]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;(Assuming the CC shortcodes can be translated into code that will insert the CC image tag and some text that describes the license type.)&#60;/p&#62;
&#60;p&#62;Does anybody have any suggestions how this can be accomplished?&#60;/p&#62;
&#60;p&#62;Thanks in advance,&#60;/p&#62;
&#60;p&#62;Jeremiah
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
