<?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: Newbie Trouble</title>
		<link>https://legacy.forums.gravityhelp.com/topic/newbie-trouble</link>
		<description>Gravity Support Forums Topic: Newbie Trouble</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 20:05:21 +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/newbie-trouble" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Newbie Trouble"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/newbie-trouble#post-174794</link>
			<pubDate>Mon, 18 Mar 2013 01:38:39 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">174794@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This function is not built in to Gravity Forms.  The solution is to use jQuery to copy the data input in one field over to another.   If you would like us to take a look, please post the URL to your page where the form is embedded and let us know what you want copied from one field to another.&#60;/p&#62;
&#60;p&#62;Additionally, our developer David Smith currently has a solution called &#34;GP Copy Cat&#34; as part of his Gravity Perks solution: &#60;a href=&#34;http://gravitywiz.com/gravity-perks/&#34; rel=&#34;nofollow&#34;&#62;http://gravitywiz.com/gravity-perks/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jamiemckinney on "Newbie Trouble"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/newbie-trouble#post-174739</link>
			<pubDate>Sun, 17 Mar 2013 23:46:21 +0000</pubDate>
			<dc:creator>jamiemckinney</dc:creator>
			<guid isPermaLink="false">174739@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I need this function as well.  Can anyone help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Gemini on "Newbie Trouble"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/newbie-trouble#post-99767</link>
			<pubDate>Thu, 06 Dec 2012 17:28:17 +0000</pubDate>
			<dc:creator>Gemini</dc:creator>
			<guid isPermaLink="false">99767@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm trying to copy the shipping address from the billing address when a checkbox is checked. I've searched the forums and I believe I have found the solution (using jquery) - however I can't seem to get it to work for me. So far my 'trial &#38;amp; error' method has got me nowhere - can someone help me with this? I've got the below code on my page (form ID is 32, checkbox ID is 3, billing name field ID is 1, shipping name field ID is 2):&#60;/p&#62;
&#60;p&#62;&#38;lt;script type=&#34;text/javascript&#34;&#38;gt;&#60;br /&#62;
$(document).ready(function(){&#60;br /&#62;
    $(&#34;#input_32_3&#34;).click(function(){&#60;br /&#62;
        if ($(&#34;#input_32_3&#34;).is(':checked'))&#60;br /&#62;
        {&#60;br /&#62;
            $(&#34;#input_32_2&#34;).val($(&#34;#input_32_1&#34;).val());&#60;br /&#62;
        }&#60;br /&#62;
        else&#60;br /&#62;
        {&#60;br /&#62;
            $(&#34;#input_32_3&#34;).val(&#34;&#34;);&#60;br /&#62;
        }&#60;br /&#62;
    });&#60;br /&#62;
});&#60;br /&#62;
&#38;lt;/script&#38;gt;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
