<?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: What am I doing wrong with gform_field_input?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/what-am-i-doing-wrong-with-gform_field_input</link>
		<description>Gravity Support Forums Topic: What am I doing wrong with gform_field_input?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 09:05:47 +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/what-am-i-doing-wrong-with-gform_field_input" rel="self" type="application/rss+xml" />

		<item>
			<title>jacorre on "What am I doing wrong with gform_field_input?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/what-am-i-doing-wrong-with-gform_field_input#post-46333</link>
			<pubDate>Fri, 13 Jan 2012 20:57:40 +0000</pubDate>
			<dc:creator>jacorre</dc:creator>
			<guid isPermaLink="false">46333@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Nevermind I scratched gravity forms and created my own form instead.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jacorre on "What am I doing wrong with gform_field_input?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/what-am-i-doing-wrong-with-gform_field_input#post-45530</link>
			<pubDate>Wed, 04 Jan 2012 21:14:42 +0000</pubDate>
			<dc:creator>jacorre</dc:creator>
			<guid isPermaLink="false">45530@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'm trying to change the input name value on a list field that has only one column. The current input name is input_10[]. I'm trying to use the following:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function map_input($input, $field, $value, $lead_id, $form_id) {
 if($field[&#38;quot;inputName&#38;quot;] == &#38;quot;input_10[]&#38;quot;) {
  $input = &#38;#39;&#38;lt;input type=&#38;quot;text&#38;quot; name=&#38;quot;instruction[][description]&#38;quot; value=&#38;quot;&#38;quot; tabindex=&#38;quot;16&#38;quot; /&#38;gt;&#38;#39;;
 }
 return $input;
}
add_action(&#38;quot;gform_field_input&#38;quot;, &#38;quot;map_input&#38;quot;, 10, 5);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Am I doing something wrong?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
