<?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: How do I... populate my title post field dynamically with a youtube title?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-populate-my-title-post-field-dynamically-with-a-youtube-title</link>
		<description>Gravity Support Forums Topic: How do I... populate my title post field dynamically with a youtube title?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 22:11: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/how-do-i-populate-my-title-post-field-dynamically-with-a-youtube-title" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "How do I... populate my title post field dynamically with a youtube title?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-populate-my-title-post-field-dynamically-with-a-youtube-title#post-81384</link>
			<pubDate>Tue, 16 Oct 2012 08:19:40 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">81384@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@revonorway, please begin a new topic for your situation and explain what it is you would like to do exactly.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>revonorway on "How do I... populate my title post field dynamically with a youtube title?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-populate-my-title-post-field-dynamically-with-a-youtube-title#post-81359</link>
			<pubDate>Tue, 16 Oct 2012 06:40:13 +0000</pubDate>
			<dc:creator>revonorway</dc:creator>
			<guid isPermaLink="false">81359@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Any leads on this one? Would be interested to do something similar.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pjeaje on "How do I... populate my title post field dynamically with a youtube title?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-populate-my-title-post-field-dynamically-with-a-youtube-title#post-66328</link>
			<pubDate>Sun, 15 Jul 2012 06:17:03 +0000</pubDate>
			<dc:creator>pjeaje</dc:creator>
			<guid isPermaLink="false">66328@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry, yes that's what i mean.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "How do I... populate my title post field dynamically with a youtube title?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-populate-my-title-post-field-dynamically-with-a-youtube-title#post-66309</link>
			<pubDate>Sat, 14 Jul 2012 22:31:29 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">66309@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm unclear on that part.  Can you please explain this? Is the form going to be embedded into a post which has a custom field which stores the video URL?  So, the Gravity Form needs to read the meta key and meta value for the post in which it's embedded?  Is that accurate?  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pjeaje on "How do I... populate my title post field dynamically with a youtube title?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-populate-my-title-post-field-dynamically-with-a-youtube-title#post-66308</link>
			<pubDate>Sat, 14 Jul 2012 22:28:43 +0000</pubDate>
			<dc:creator>pjeaje</dc:creator>
			<guid isPermaLink="false">66308@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How does the video URL get into the custom field&#60;br /&#62;
&#34;... I provide a link of a youtube video in one of my custom fields post fields&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "How do I... populate my title post field dynamically with a youtube title?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-populate-my-title-post-field-dynamically-with-a-youtube-title#post-66304</link>
			<pubDate>Sat, 14 Jul 2012 22:16:38 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">66304@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How does the video URL get into the custom field, and how does Gravity Forms access that?  Is the custom field in the post where the Gravity Form is embedded?  Please provide more information about what you're trying to do.&#60;/p&#62;
&#60;p&#62;You can get the video title from YouTube URL using the YouTube API:&#60;br /&#62;
&#60;a href=&#34;http://stackoverflow.com/questions/2478391/get-youtube-videos-title-with-jquery-using-youtube-api&#34; rel=&#34;nofollow&#34;&#62;http://stackoverflow.com/questions/2478391/get-youtube-videos-title-with-jquery-using-youtube-api&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You'd have to have some code in your theme's functions.php and use the &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#34; rel=&#34;nofollow&#34;&#62;gform_pre_render&#60;/a&#62; filter to take the URL of the video and get the title from YouTube and pre-populate the post title in your form.  I'm not sure where the video URL comes FROM at this point.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pjeaje on "How do I... populate my title post field dynamically with a youtube title?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-populate-my-title-post-field-dynamically-with-a-youtube-title#post-66221</link>
			<pubDate>Fri, 13 Jul 2012 22:25:15 +0000</pubDate>
			<dc:creator>pjeaje</dc:creator>
			<guid isPermaLink="false">66221@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How do I... populate my title post field dynamically with a youtube title?&#60;/p&#62;
&#60;p&#62;If I provide a link of a youtube video in one of my custom fields post fields can GF somehow get the title of the video and put it into the title?&#60;/p&#62;
&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;Pete
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
