<?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 Fields and the name= attribute?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-fields-and-the-name-attribute</link>
		<description>Gravity Support Forums Topic: Form Fields and the name= attribute?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:08:10 +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-fields-and-the-name-attribute" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Form Fields and the name= attribute?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-fields-and-the-name-attribute#post-34695</link>
			<pubDate>Wed, 07 Sep 2011 12:05:39 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">34695@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK, please keep us updated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Huw Rowlands on "Form Fields and the name= attribute?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-fields-and-the-name-attribute#post-34675</link>
			<pubDate>Wed, 07 Sep 2011 06:10:52 +0000</pubDate>
			<dc:creator>Huw Rowlands</dc:creator>
			<guid isPermaLink="false">34675@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's a custom built Credits Plugin. Which allows user to purchase credits to use within the website.&#60;br /&#62;
I will have to speak to the developer to see if he can change the code.&#60;/p&#62;
&#60;p&#62;Thanks for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Form Fields and the name= attribute?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-fields-and-the-name-attribute#post-34556</link>
			<pubDate>Tue, 06 Sep 2011 10:29:28 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">34556@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You should not replace the name attribute but just add additional attributes.  Can you use something other than name, like a class?  Replacing the name attribute is going to create problems in Gravity Forms.&#60;/p&#62;
&#60;p&#62;What is the other script/plugin you are trying to integrate with?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Huw Rowlands on "Form Fields and the name= attribute?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-fields-and-the-name-attribute#post-34542</link>
			<pubDate>Tue, 06 Sep 2011 07:54:02 +0000</pubDate>
			<dc:creator>Huw Rowlands</dc:creator>
			<guid isPermaLink="false">34542@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have tried replacing the name attribute on each form field, from input_1 to the relevant values.&#60;br /&#62;
But then the form throws an error. It seems to strip out the changed name attributes, and then will send the second time round.&#60;/p&#62;
&#60;p&#62;I can't show you a link as you need to sign-up and login to view the form.&#60;/p&#62;
&#60;p&#62;Is there another way of solving this?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Huw Rowlands on "Form Fields and the name= attribute?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-fields-and-the-name-attribute#post-34538</link>
			<pubDate>Tue, 06 Sep 2011 06:02:07 +0000</pubDate>
			<dc:creator>Huw Rowlands</dc:creator>
			<guid isPermaLink="false">34538@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for your replies,&#60;/p&#62;
&#60;p&#62;This is what I need to achieve;&#60;/p&#62;
&#60;p&#62;I have a form for users to purchase 'credits', which they can use to purchase things within the website. The 'Credits' plugin needs attributes to determine how many credits the user is purchasing. eg: name=19 / name=29&#60;/p&#62;
&#60;p&#62;So I don't think adding a class to the parent element will work with this.&#60;/p&#62;
&#60;p&#62;I will try Chris's way; Changing the name attr using JQuery.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form Fields and the name= attribute?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-fields-and-the-name-attribute#post-34473</link>
			<pubDate>Mon, 05 Sep 2011 12:07:59 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">34473@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The name attributes are dynamically assigned when the form is created and are used as for the conditional logic, validation, etc. That's why there's currently not an option to modify them.&#60;/p&#62;
&#60;p&#62;Wouldn't you be able to add a class name to the parent list item in the form builder, then target the inputs with inheritance from that for your plugin functionality?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Form Fields and the name= attribute?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-fields-and-the-name-attribute#post-34465</link>
			<pubDate>Mon, 05 Sep 2011 11:03:22 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">34465@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Not from within Gravity Forms, but anything is possible with jQuery.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://api.jquery.com/category/attributes/&#34; rel=&#34;nofollow&#34;&#62;http://api.jquery.com/category/attributes/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Huw Rowlands on "Form Fields and the name= attribute?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-fields-and-the-name-attribute#post-34450</link>
			<pubDate>Mon, 05 Sep 2011 05:00:42 +0000</pubDate>
			<dc:creator>Huw Rowlands</dc:creator>
			<guid isPermaLink="false">34450@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Is it possible to add attributes to form fields. Specifically the Pricing &#38;gt; Products fields.&#60;br /&#62;
I have set Values to each option but need to add this attribute; name=&#34;addvalue&#34;, in order for the form to communicate with another custom built plugin.&#60;/p&#62;
&#60;p&#62;Is this possible?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
