<?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: Get the Form title by ID</title>
		<link>https://legacy.forums.gravityhelp.com/topic/get-the-form-title-by-id</link>
		<description>Gravity Support Forums Topic: Get the Form title by ID</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 00:50:54 +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/get-the-form-title-by-id" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Get the Form title by ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-the-form-title-by-id#post-92175</link>
			<pubDate>Sat, 17 Nov 2012 01:11:44 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">92175@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you made that work. Thank you for the updated code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mauricenaef on "Get the Form title by ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-the-form-title-by-id#post-91091</link>
			<pubDate>Wed, 14 Nov 2012 10:15:20 +0000</pubDate>
			<dc:creator>mauricenaef</dc:creator>
			<guid isPermaLink="false">91091@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;Thanks for your reply! At first I got a error message, as the value im trying to get is not an Array. I changed the code as follows and now it works!&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function marcel_get_the_form_title($form_id) {
  $forminfo = RGFormsModel::get_form($form_id);
  $form_title = $forminfo-&#38;gt;title;
  return $form_title;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks and regards, Marcel
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Get the Form title by ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-the-form-title-by-id#post-90423</link>
			<pubDate>Mon, 12 Nov 2012 22:43:41 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">90423@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you have the form ID, you can get the title like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
function marcel_get_the_form_title($form_id) {
  $forminfo = RGFormsModel::get_form($form_id);
  $form_title = $forminfo[&#38;#39;title&#38;#39;];
  return $form_title;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>mauricenaef on "Get the Form title by ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-the-form-title-by-id#post-90036</link>
			<pubDate>Mon, 12 Nov 2012 03:43:43 +0000</pubDate>
			<dc:creator>mauricenaef</dc:creator>
			<guid isPermaLink="false">90036@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris&#60;/p&#62;
&#60;p&#62;I have the ID of the form saved as $form_id in my Taxonomy meta. I would now like to display the associated Form title to the taxonomy only in my Customs Columns.&#60;/p&#62;
&#60;p&#62;I just need the Form title not the whole form etc. I hope this is well enough explained.&#60;br /&#62;
In my opinion there has to be some function to get the form title / description etc. by ID without printing the whole form, or am I wrong?&#60;/p&#62;
&#60;p&#62;Thanks and regards,&#60;br /&#62;
Marcel
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Get the Form title by ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-the-form-title-by-id#post-89968</link>
			<pubDate>Mon, 12 Nov 2012 01:55:37 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">89968@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please show us the code you're using and how and where you're using it and we should be able to help you.  What are you trying to do exactly?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mauricenaef on "Get the Form title by ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-the-form-title-by-id#post-89791</link>
			<pubDate>Sun, 11 Nov 2012 11:05:47 +0000</pubDate>
			<dc:creator>mauricenaef</dc:creator>
			<guid isPermaLink="false">89791@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I need to retrive the Form Title by ID. Tried the &#60;code&#62;get_forms_by_id()&#60;/code&#62; function but didn't work. &#60;code&#62;RGFormsModel::get_forms()&#60;/code&#62; worked when looped but I have the form ID and just need the Title.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
