<?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: Combining Two field to this code</title>
		<link>https://legacy.forums.gravityhelp.com/topic/combining-two-field-to-this-code</link>
		<description>Gravity Support Forums Topic: Combining Two field to this code</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:29:29 +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/combining-two-field-to-this-code" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Combining Two field to this code"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/combining-two-field-to-this-code#post-52320</link>
			<pubDate>Tue, 13 Mar 2012 19:56:00 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">52320@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You both posted your support requests over the weekend  Our office is closed on the weekend.  &#60;/p&#62;
&#60;p&#62;It takes time to catch up on all the weekend support requests because at the beginning of the week we have to catch up on support requests that were submitted over the weekend.  Priority Support receives priority over standard support forum requests.&#60;/p&#62;
&#60;p&#62;Word of advice... post support forum requests on a weekday, and not the weekend and you'll receive a more prompt response.  If you need a quicker response, use Priority Support.  If you don't have access to Priority Support, purchase a Developer License. &#60;/p&#62;
&#60;p&#62;Our support response time policy can be found here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/support-times/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/support-times/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;A link to this page is not hidden, it is provided in the yellow box under the sidebar navigation that also contains our business hours.&#60;/p&#62;
&#60;p&#62;Also keep in mind that this is a customization request.  We are glad to help users with questions related to customizations, but customizations are technically not supported so you need to be patient when asking a customization question.  A rule of thumb is if what you want to do requires custom code and the use of hooks, it's a customization.&#60;/p&#62;
&#60;p&#62;I'm not sure where you got this sample code from.  Can you point me to the support forum post where you got this code snippet from? This custom code snippet could have been posted by another user, in which case it's not something we created.  I don't recognize the code snippet so it was most likely posted by a user.&#60;/p&#62;
&#60;p&#62;If what you are wanting to do is concatenate the value of 2 fields and store the resulting value in another field, I certainly wouldn't do this using JS.  I would due this using just PHP and the gform_pre_submission hook.&#60;/p&#62;
&#60;p&#62;Can you explain, in detail, what exactly you are trying to accomplish?  Then we can provide guidance on the correct way to do what you want to do.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rmontanez on "Combining Two field to this code"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/combining-two-field-to-this-code#post-52311</link>
			<pubDate>Tue, 13 Mar 2012 19:21:39 +0000</pubDate>
			<dc:creator>rmontanez</dc:creator>
			<guid isPermaLink="false">52311@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Very Discouraging... forum.  Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rmontanez on "Combining Two field to this code"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/combining-two-field-to-this-code#post-52060</link>
			<pubDate>Sun, 11 Mar 2012 18:55:03 +0000</pubDate>
			<dc:creator>rmontanez</dc:creator>
			<guid isPermaLink="false">52060@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Bump
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rmontanez on "Combining Two field to this code"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/combining-two-field-to-this-code#post-51896</link>
			<pubDate>Fri, 09 Mar 2012 12:58:59 +0000</pubDate>
			<dc:creator>rmontanez</dc:creator>
			<guid isPermaLink="false">51896@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I found this code on this forum, but I would like my destination field (#input_12_14_5) to reflect the combination of fields #input_12_6 and #input_12_7.  Right now the code works great with only #input_12_6.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;gform_pre_render_12&#38;#39;, &#38;#39;add_a_little_js&#38;#39;);
function add_a_little_js($form) {
    ?&#38;gt;

&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
    jQuery(document).ready(function($){

        // update &#38;quot;#input_74_9&#38;quot; to the HTML ID of your field from which the value will be retrieved
        $(&#38;#39;#input_12_6&#38;#39;).blur(function(){
            // update the &#38;quot;#input_74_11&#38;quot; to the HTML ID of the field that should be updated
            $(&#38;#39;#input_12_14_5&#38;#39;).val($(this).val());
        });

    });
    &#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
