<?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 i can get the Field_Names over the Field_Number</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-i-can-get-the-field_names-over-the-field_number</link>
		<description>Gravity Support Forums Topic: How i can get the Field_Names over the Field_Number</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:25: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/how-i-can-get-the-field_names-over-the-field_number" rel="self" type="application/rss+xml" />

		<item>
			<title>Alex Cancado on "How i can get the Field_Names over the Field_Number"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-i-can-get-the-field_names-over-the-field_number#post-7777</link>
			<pubDate>Sun, 25 Jul 2010 21:09:10 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">7777@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The field_number column in your query can be used to create the field name you are looking for. Just add &#34;input_&#34; in front of it. For example, the field name for a field whose field_number is 4 is &#34;input_4&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Soonu96 on "How i can get the Field_Names over the Field_Number"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-i-can-get-the-field_names-over-the-field_number#post-7750</link>
			<pubDate>Sun, 25 Jul 2010 06:42:43 +0000</pubDate>
			<dc:creator>Soonu96</dc:creator>
			<guid isPermaLink="false">7750@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Alex,&#60;/p&#62;
&#60;p&#62;i need the value of the input tag's name attribute.&#60;/p&#62;
&#60;p&#62;thx
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "How i can get the Field_Names over the Field_Number"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-i-can-get-the-field_names-over-the-field_number#post-7706</link>
			<pubDate>Fri, 23 Jul 2010 11:13:42 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">7706@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Soonu,&#60;br /&#62;
What do you mean by field name? The value specified by the &#34;Parameter name&#34; when you check the &#34;Allow field to be populated dynamically&#34; checkbox? Or do you need the value of the input tag's name attribute (i.e.  &#38;lt;input name='field_name' /&#38;gt; ) ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Soonu96 on "How i can get the Field_Names over the Field_Number"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-i-can-get-the-field_names-over-the-field_number#post-7641</link>
			<pubDate>Wed, 21 Jul 2010 15:36:54 +0000</pubDate>
			<dc:creator>Soonu96</dc:creator>
			<guid isPermaLink="false">7641@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;when i execute the following query i got only the field_value but i need the field_name. :(&#60;br /&#62;
How i can get the field_name?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$results = $wpdb-&#38;gt;get_results($wpdb-&#38;gt;prepare(&#38;quot;  SELECT l.*, field_number, value
                               FROM wp_rg_lead l
                               INNER JOIN wp_rg_lead_detail ld ON l.id = ld.lead_id
                               WHERE l.id=%d
                               ORDER BY  l.id, field_number&#38;quot;, $entry[&#38;quot;id&#38;quot;]));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;thx,&#60;br /&#62;
Soonu
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
