<?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: Simple Checkbox to copy fields</title>
		<link>https://legacy.forums.gravityhelp.com/topic/simple-checkbox-to-copy-fields</link>
		<description>Gravity Support Forums Topic: Simple Checkbox to copy fields</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 17:22:16 +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/simple-checkbox-to-copy-fields" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Simple Checkbox to copy fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/simple-checkbox-to-copy-fields#post-342159</link>
			<pubDate>Mon, 24 Jun 2013 10:26:52 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">342159@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It would go before your &#38;lt;/head&#38;gt; tag in your header.php file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cinchmedia on "Simple Checkbox to copy fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/simple-checkbox-to-copy-fields#post-341013</link>
			<pubDate>Sun, 23 Jun 2013 23:37:11 +0000</pubDate>
			<dc:creator>cinchmedia</dc:creator>
			<guid isPermaLink="false">341013@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would like to see this explained better.  Where do I put the following code within the header.php?  I do not have an url to show, as I am in the beginning stages of this form.  I want to list a billing and shipping address, with a checkbox to autofill the shipping if it is the same as billing.  Thanks&#60;/p&#62;
&#60;p&#62;jQuery(document).ready(function($) {&#60;br /&#62;
$('input#choice_13_1').click(function() {&#60;br /&#62;
if($(this).is(':checked')) {&#60;br /&#62;
$('#input_2_12_1').val($('#input_2_2_1').val());&#60;br /&#62;
$('#input_2_12_2').val($('#input_2_2_2').val());&#60;br /&#62;
$('#input_2_12_3').val($('#input_2_2_3').val());&#60;br /&#62;
$('#input_2_12_4').val($('#input_2_2_4').val());&#60;br /&#62;
$('#input_2_12_5').val($('#input_2_2_5').val());&#60;br /&#62;
};&#60;br /&#62;
});&#60;br /&#62;
});
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Simple Checkbox to copy fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/simple-checkbox-to-copy-fields#post-48018</link>
			<pubDate>Wed, 01 Feb 2012 14:08:43 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">48018@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If it is just printing the code rather than executing it, you have added it in the wrong place.&#60;/p&#62;
&#60;p&#62;Can you post your full header.php at pastebin.com or pastie.org and we can check for the syntax error.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jasonduncan76 on "Simple Checkbox to copy fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/simple-checkbox-to-copy-fields#post-47926</link>
			<pubDate>Tue, 31 Jan 2012 14:02:00 +0000</pubDate>
			<dc:creator>jasonduncan76</dc:creator>
			<guid isPermaLink="false">47926@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for the reply. Where do I put this code. I tried in the header in my Genesis theme but it just writes the code on top of the page. Do I need to upload this file to a folder?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Simple Checkbox to copy fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/simple-checkbox-to-copy-fields#post-47863</link>
			<pubDate>Mon, 30 Jan 2012 19:49:02 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">47863@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for that code Travis.  I just found something similar on Google for a related topic:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/repeatsame-information-in-a-form-autofill#post-47862&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/repeatsame-information-in-a-form-autofill#post-47862&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I think your solution is simpler.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tnorthcutt on "Simple Checkbox to copy fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/simple-checkbox-to-copy-fields#post-47335</link>
			<pubDate>Wed, 25 Jan 2012 13:43:45 +0000</pubDate>
			<dc:creator>tnorthcutt</dc:creator>
			<guid isPermaLink="false">47335@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Jason, take a look at this example: &#60;a href=&#34;https://gist.github.com/1677531&#34; rel=&#34;nofollow&#34;&#62;https://gist.github.com/1677531&#60;/a&#62;. I simply added a checkbox before the second address block, and if the user checks it, the address is copied from the first one, all based on the IDs of the input elements.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jasonduncan76 on "Simple Checkbox to copy fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/simple-checkbox-to-copy-fields#post-47037</link>
			<pubDate>Sat, 21 Jan 2012 01:02:08 +0000</pubDate>
			<dc:creator>jasonduncan76</dc:creator>
			<guid isPermaLink="false">47037@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Chris, you would be my hero if you could explain how to do this. I have seen other post, but I do not know where to enter jQuery request. If you could give me simple step by step of where to enter this I would be eternally grateful.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Simple Checkbox to copy fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/simple-checkbox-to-copy-fields#post-46918</link>
			<pubDate>Fri, 20 Jan 2012 01:11:26 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">46918@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can accomplish this with jQuery now, but we'll keep this logged as a feature request. Thank you for the suggestion.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jasonduncan76 on "Simple Checkbox to copy fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/simple-checkbox-to-copy-fields#post-46817</link>
			<pubDate>Thu, 19 Jan 2012 01:10:40 +0000</pubDate>
			<dc:creator>jasonduncan76</dc:creator>
			<guid isPermaLink="false">46817@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This seems like it would be a pretty simple thing to add. Place a check box in between fields, if checked it copies from one to another, if unchecked it removes it. Example, you have a physical address field and a shipping address field. Add the option to click box ( or whatever ) if its the same and it copies the data from one to the other.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
