<?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: Getting Hidden Fields to Populate with gform_pre_submission</title>
		<link>https://legacy.forums.gravityhelp.com/topic/getting-hidden-fields-to-populate-with-gform_pre_submission</link>
		<description>Gravity Support Forums Topic: Getting Hidden Fields to Populate with gform_pre_submission</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 22:06:09 +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/getting-hidden-fields-to-populate-with-gform_pre_submission" rel="self" type="application/rss+xml" />

		<item>
			<title>iSupportU on "Getting Hidden Fields to Populate with gform_pre_submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/getting-hidden-fields-to-populate-with-gform_pre_submission#post-239913</link>
			<pubDate>Mon, 06 May 2013 11:39:42 +0000</pubDate>
			<dc:creator>iSupportU</dc:creator>
			<guid isPermaLink="false">239913@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ah, could that be why the gform_pre_submission_filter wasn't working in the first place? I'll experiment, thanks for the eyeballs!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Steve Napierski on "Getting Hidden Fields to Populate with gform_pre_submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/getting-hidden-fields-to-populate-with-gform_pre_submission#post-236832</link>
			<pubDate>Sat, 04 May 2013 09:10:19 +0000</pubDate>
			<dc:creator>Steve Napierski</dc:creator>
			<guid isPermaLink="false">236832@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try moving the script lower on the page. You are calling it before you load any version of jQuery which the script itself needs to be able run. Maybe try right before the closing &#38;lt;/head&#38;gt; tag.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iSupportU on "Getting Hidden Fields to Populate with gform_pre_submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/getting-hidden-fields-to-populate-with-gform_pre_submission#post-235766</link>
			<pubDate>Fri, 03 May 2013 18:58:19 +0000</pubDate>
			<dc:creator>iSupportU</dc:creator>
			<guid isPermaLink="false">235766@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I currently have this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39;&#38;gt;
jQuery(document).ready(function( $ ) {
$(&#38;#39;#input_1_4&#38;#39;).change(function() {
$(&#38;#39;#input_1_7&#38;#39;).val($(this).val());
});
});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Set up targeting &#60;a href=&#34;https://www.cipherpoint.com/contact-us/&#34; rel=&#34;nofollow&#34;&#62;this&#60;/a&#62; form for testing, hoping it would be more obvious than testing with the form with hidden fields.&#60;/p&#62;
&#60;p&#62;Let me know if there's anything I can try adjusting. Appreciate your time thus far!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Steve Napierski on "Getting Hidden Fields to Populate with gform_pre_submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/getting-hidden-fields-to-populate-with-gform_pre_submission#post-235713</link>
			<pubDate>Fri, 03 May 2013 18:02:30 +0000</pubDate>
			<dc:creator>Steve Napierski</dc:creator>
			<guid isPermaLink="false">235713@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can post a link to your form? I was able to get the solution I mentioned above to work on my own testing site. Maybe looking at the page itself will shed a little light on the issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iSupportU on "Getting Hidden Fields to Populate with gform_pre_submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/getting-hidden-fields-to-populate-with-gform_pre_submission#post-235352</link>
			<pubDate>Fri, 03 May 2013 12:19:53 +0000</pubDate>
			<dc:creator>iSupportU</dc:creator>
			<guid isPermaLink="false">235352@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Pierski, but I tried it and still wasn't able to get the hidden field populated, it ends up blank. &#60;/p&#62;
&#60;p&#62;I changed the inputs to two single-line visible fields to test, and I couldn't get that to work either. I also tried with two non-hidden fields on a different form, but no luck. No errors in the console. &#60;/p&#62;
&#60;p&#62;Any ideas to help narrow the issue down a bit?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Steve Napierski on "Getting Hidden Fields to Populate with gform_pre_submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/getting-hidden-fields-to-populate-with-gform_pre_submission#post-233859</link>
			<pubDate>Thu, 02 May 2013 13:51:40 +0000</pubDate>
			<dc:creator>Steve Napierski</dc:creator>
			<guid isPermaLink="false">233859@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I created a form with the same fields and got the following script to do what you needed:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39;&#38;gt;
jQuery(document).ready(function( $ ) {
$(&#38;#39;#input_2_11&#38;#39;).change(function() {
$(&#38;#39;#input_2_12&#38;#39;).val($(this).val());
});
});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The value will change once your cursor is no longer focused/inside of the input_2_11.&#60;/p&#62;
&#60;p&#62;Hope this accomplishes what you needed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iSupportU on "Getting Hidden Fields to Populate with gform_pre_submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/getting-hidden-fields-to-populate-with-gform_pre_submission#post-233767</link>
			<pubDate>Thu, 02 May 2013 12:17:40 +0000</pubDate>
			<dc:creator>iSupportU</dc:creator>
			<guid isPermaLink="false">233767@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't think that works either. Here's the &#60;a href=&#34;https://www.cipherpoint.com/company/request/&#34; rel=&#34;nofollow&#34;&#62;form&#60;/a&#62; and the code I tried.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39;&#38;gt;
  jQuery(document).ready(function($)  {
	$(&#38;quot;#input_2_12&#38;quot;).blur(function()  {
      // sets the value of 12 for what was entered in 11
	  $(&#38;quot;#input_2_12&#38;quot;).val($(&#38;quot;#input_2_11&#38;quot;).val());
	});
  });
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Steve Napierski on "Getting Hidden Fields to Populate with gform_pre_submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/getting-hidden-fields-to-populate-with-gform_pre_submission#post-232645</link>
			<pubDate>Wed, 01 May 2013 21:08:02 +0000</pubDate>
			<dc:creator>Steve Napierski</dc:creator>
			<guid isPermaLink="false">232645@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could try using jQuery to replicate the value of one field into another. This forum entry describes that approach: &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/passing-values-on-multipage-form#post-179789&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/passing-values-on-multipage-form#post-179789&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iSupportU on "Getting Hidden Fields to Populate with gform_pre_submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/getting-hidden-fields-to-populate-with-gform_pre_submission#post-232507</link>
			<pubDate>Wed, 01 May 2013 18:16:35 +0000</pubDate>
			<dc:creator>iSupportU</dc:creator>
			<guid isPermaLink="false">232507@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here's my function:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_action(&#38;#39;gform_pre_submission_filter_2&#38;#39;, &#38;#39;combinefields&#38;#39;);
function combinefields($form) {
  $_POST[&#38;#39;input_16&#38;#39;] = $_POST[&#38;#39;input_11&#38;#39;];
  return $form;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I have not been able get to hidden field 16 populated from checkbox list 11 in form ID2. My main goal is to concatenate two fields into one, so we can send a single field of content to another Add-on to send to Salesforce. I'm stumped why this isn't working with one field. The hidden field has the box checked for &#34;Allow field to be populated dynamically.&#34;&#60;/p&#62;
&#60;p&#62;Any suggestions?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
