<?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: field content template</title>
		<link>https://legacy.forums.gravityhelp.com/topic/field-content-template</link>
		<description>Gravity Support Forums Topic: field content template</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:23:22 +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/field-content-template" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "field content template"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-content-template#post-46063</link>
			<pubDate>Tue, 10 Jan 2012 21:14:43 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">46063@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;With &#60;a href=&#34;http://codex.wordpress.org/Embeds&#34; rel=&#34;nofollow&#34;&#62;oEmbed&#60;/a&#62; support in WordPress, I wouldn't mess with shortcodes at all any more.  Just post the URL right into the content body, and make sure your media settings  wp-admin &#38;gt; Settings &#38;gt; Media (wp-admin/options-media.php) allow &#34;Auto embeds&#34;.  That will tell WordPress to scan the content for automatically embeddable content.&#60;/p&#62;
&#60;p&#62;If that will work for you, that will be easiest.  If you need more control over how the videos are embedded, you will have to process the submitted value with &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_submission&#34; rel=&#34;nofollow&#34;&#62;gform_pre_submission&#60;/a&#62; and parse the URL being submitted to put it in a format your other plugin can use.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>poxtron on "field content template"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-content-template#post-46060</link>
			<pubDate>Tue, 10 Jan 2012 21:10:20 +0000</pubDate>
			<dc:creator>poxtron</dc:creator>
			<guid isPermaLink="false">46060@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please point me on the right direction i learn fast!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>poxtron on "field content template"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-content-template#post-45935</link>
			<pubDate>Tue, 10 Jan 2012 01:05:50 +0000</pubDate>
			<dc:creator>poxtron</dc:creator>
			<guid isPermaLink="false">45935@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;this is my form &#60;a href=&#34;http://consiente.org/new&#34; rel=&#34;nofollow&#34;&#62;http://consiente.org/new&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>poxtron on "field content template"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-content-template#post-45934</link>
			<pubDate>Tue, 10 Jan 2012 01:02:54 +0000</pubDate>
			<dc:creator>poxtron</dc:creator>
			<guid isPermaLink="false">45934@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;ok I found that the value from a drop down field value is used like this&#60;/p&#62;
&#60;p&#62;{My Merge Tag:1:value}&#60;/p&#62;
&#60;p&#62;So Is there a way I can put the content template value of a custom field on the post body content template? And how can I manipulate the content of a field before after its entered? so that if i enter &#60;a href=&#34;http://www.youtube.com/watch?v=l8DQCBewszY&#34; rel=&#34;nofollow&#34;&#62;http://www.youtube.com/watch?v=l8DQCBewszY&#60;/a&#62; the field is saved like: [youtube l8DQCBewszY 500 400] ? Or is there an easier way to embed videos?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>poxtron on "field content template"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-content-template#post-45932</link>
			<pubDate>Tue, 10 Jan 2012 00:44:02 +0000</pubDate>
			<dc:creator>poxtron</dc:creator>
			<guid isPermaLink="false">45932@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;hi I don't know exactly what to ask so I'll explain. I'm making a site where people can add videos from sources like youtube or google video directly into a post, I'm using the wordpres video plugin and the way it works is that the viedo is embed with a shortcode like [youtube videoID width height]  and for google video is [google videoID] The fist thing I tried was for the user to put the video id into a text field and put it on the content via content template, and use the field of the video source so the content template ended something like this: [{Source::5} {ID video:19} 500 400] but the problem is that google video doesnt work with width and height so the video wont show. The next thing I tried was to make sa separate field for each kind of source, to show with conditional logic and put all of the sources on the content template but the problem was than i ended with extra strings like this [ 500 400], so i thougt that with a custom fiel i could create a content template for that field and use it on the post content template, but it didn't work, the field doesnt apear at all on the content, so i see two solutions one is to use the value of a drop down field on the content template, so i could populate it with something like 500 400] and use it on the post content template, that or is there a way to save a field depending on the value that is entered, for example if i enter &#34;www.youtube.com/watch?v=l8DQCBewszY&#34; the field gets saved like [youtube l8DQCBewszY 500 400] and if I enter &#34;http://video.google.com/videoplay?docid=8883910961351786332&#34; the field gets saved like [google 8883910961351786332] or maybe there is an easier way to make embed videos through a gravity forms field? thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
