<?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 a form&#039;s fields in backend</title>
		<link>https://legacy.forums.gravityhelp.com/topic/get-a-forms-fields-in-backend</link>
		<description>Gravity Support Forums Topic: Get a form&#039;s fields in backend</description>
		<language>en-US</language>
		<pubDate>Fri, 01 May 2026 04:01:07 +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-a-forms-fields-in-backend" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Get a form&#039;s fields in backend"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-a-forms-fields-in-backend#post-105499</link>
			<pubDate>Fri, 21 Dec 2012 18:00:24 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">105499@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome.  Glad you made it work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Brandon University on "Get a form&#039;s fields in backend"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-a-forms-fields-in-backend#post-105490</link>
			<pubDate>Fri, 21 Dec 2012 16:56:13 +0000</pubDate>
			<dc:creator>Brandon University</dc:creator>
			<guid isPermaLink="false">105490@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah, that's what I ended up doing. I figured I knew how to get what I needed with $wpdb, and if it later turns out that there's a native GForms way to do it, I can always clean up my code after.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Get a form&#039;s fields in backend"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-a-forms-fields-in-backend#post-105487</link>
			<pubDate>Fri, 21 Dec 2012 16:50:24 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">105487@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you have not already resolved this, I think you are going to have to use $wpdb to get the information you need.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Brandon University on "Get a form&#039;s fields in backend"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-a-forms-fields-in-backend#post-102384</link>
			<pubDate>Thu, 13 Dec 2012 18:24:25 +0000</pubDate>
			<dc:creator>Brandon University</dc:creator>
			<guid isPermaLink="false">102384@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm trying to build a plugin that unites our non-standard credit card processing company with our GForms registration forms.  I need to find a way to get the field names for a given form so I can select which ones will be assigned to the CC processor's variables (Amount1 &#38;lt;=&#38;gt; field_1.2, for instance).  I could probably whip up something using &#60;code&#62;$wpdb&#60;/code&#62;, but I'd really rather work with the GForms API, if there's a way to do that.&#60;/p&#62;
&#60;p&#62;Is there a simple function that I'm missing, that will allow me to do something like, say, this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$form_fields = gf_get_fields( $form_id );&#60;/code&#62;&#60;br /&#62;
or even&#60;br /&#62;
&#60;code&#62;$form = new GravityForm();&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
