<?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: Form Capture - Naming The Form Fields</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-capture-naming-the-form-fields</link>
		<description>Gravity Support Forums Topic: Form Capture - Naming The Form Fields</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 00:43:52 +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/form-capture-naming-the-form-fields" rel="self" type="application/rss+xml" />

		<item>
			<title>Miramedia on "Form Capture - Naming The Form Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-capture-naming-the-form-fields#post-35949</link>
			<pubDate>Thu, 22 Sep 2011 11:29:00 +0000</pubDate>
			<dc:creator>Miramedia</dc:creator>
			<guid isPermaLink="false">35949@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Out of curiosity, how did the brainstorming go?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ray Gulick on "Form Capture - Naming The Form Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-capture-naming-the-form-fields#post-26433</link>
			<pubDate>Thu, 26 May 2011 21:25:51 +0000</pubDate>
			<dc:creator>Ray Gulick</dc:creator>
			<guid isPermaLink="false">26433@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is a good idea, and it seems like it would be a simple thing to do. I guess you'd have to build in something that disallows duplicate fieldnames.&#60;/p&#62;
&#60;p&#62;I have a form that must integrate with an established database, so the fieldnames are critical. And believe it or not, the database manager is unwilling to change the fieldnames to match the ones GF generates. Without the ability to manage fieldnames in Gravity Forms, I'll have to create the form by hand. Ugh! Thought that was behind me.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "Form Capture - Naming The Form Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-capture-naming-the-form-fields#post-14027</link>
			<pubDate>Tue, 07 Dec 2010 17:28:55 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">14027@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Interesting idea... Not sure if we will decide to implement it, but I will bring this up in our brainstorming sessions.&#60;br /&#62;
Thanks the suggestion!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Miramedia on "Form Capture - Naming The Form Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-capture-naming-the-form-fields#post-13981</link>
			<pubDate>Tue, 07 Dec 2010 05:02:52 +0000</pubDate>
			<dc:creator>Miramedia</dc:creator>
			<guid isPermaLink="false">13981@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Not as helpful as one might hope! :(  But it does make my job somewhat less tricky :)&#60;/p&#62;
&#60;p&#62;May I suggest a method by which something like this is possible. Perhaps an additional 'field' on the admin screen allowing one to add a 'fieldname' property. This fieldname property could be sent with the form submission, allowing capture to map fieldname with input field name (or 'field id' as you call it).&#60;/p&#62;
&#60;p&#62;Using my example above, the data would be a bit like:&#60;br /&#62;
GFfieldname_input_1 = 'newspaper'&#60;br /&#62;
input_1_1 = 'daily blag'&#60;br /&#62;
input_1_3 = 'weekly blag'&#60;br /&#62;
GFfieldname_input_2 = 'hidden-date'&#60;br /&#62;
input_2 = 'YYYY/MM/DD'&#60;/p&#62;
&#60;p&#62;Event better, as it is a WP plugin, you could add the GFfieldname properties in using apply_filter on the results, and in turn allow theme/plugin builders to hook into that for 'form capture', rather than rely on parsing $_POST ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Form Capture - Naming The Form Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-capture-naming-the-form-fields#post-13956</link>
			<pubDate>Mon, 06 Dec 2010 17:28:49 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">13956@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Changing the field names (aka field ids) is a messy business that will most likely end in misery and regret. With that said, fear not! Once a field has been created, it's field id will never change. This means changing the order of the fields will not impact the field id. Hope this is helpful! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Miramedia on "Form Capture - Naming The Form Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-capture-naming-the-form-fields#post-13936</link>
			<pubDate>Mon, 06 Dec 2010 12:58:11 +0000</pubDate>
			<dc:creator>Miramedia</dc:creator>
			<guid isPermaLink="false">13936@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm trying to capture form submission. GF is auto-naming the form fields input_1_1, input_1_2, input_2, is_submit_3 (e.t.c.). &#60;/p&#62;
&#60;p&#62;Ideally I'd like to have nice field names, so if (for example) the fields are moved around, I don't have to update the capture. Is this possible?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
