<?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: Automatically duplicate an entry and submit it to several forms</title>
		<link>https://legacy.forums.gravityhelp.com/topic/automatically-duplicate-an-entry-and-submit-it-to-several-forms</link>
		<description>Gravity Support Forums Topic: Automatically duplicate an entry and submit it to several forms</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 15:28:35 +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/automatically-duplicate-an-entry-and-submit-it-to-several-forms" rel="self" type="application/rss+xml" />

		<item>
			<title>charlesantoineidrac on "Automatically duplicate an entry and submit it to several forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/automatically-duplicate-an-entry-and-submit-it-to-several-forms#post-213051</link>
			<pubDate>Wed, 17 Apr 2013 11:25:28 +0000</pubDate>
			<dc:creator>charlesantoineidrac</dc:creator>
			<guid isPermaLink="false">213051@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;For anyone interested, here is a way of doing it (supplied by Gravity Form Support):&#60;br /&#62;
This code sends entry from form 76 to form 51.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_action(&#38;quot;gform_after_submission_76&#38;quot;, &#38;quot;save_lead_to_51&#38;quot;, 10, 2);
function save_lead_to_51($entry, $form){
  //var_dump($_POST);
    $_POST[&#38;quot;is_submit_51&#38;quot;] = &#38;quot;1&#38;quot;;
    $form_a = RGFormsModel::get_form_meta(&#38;quot;51&#38;quot;);
    $new_entry = array();
    RGFormsModel::save_lead($form_a, $new_entry); // Create an entry in GF 51
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>charlesantoineidrac on "Automatically duplicate an entry and submit it to several forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/automatically-duplicate-an-entry-and-submit-it-to-several-forms#post-212342</link>
			<pubDate>Wed, 17 Apr 2013 02:41:46 +0000</pubDate>
			<dc:creator>charlesantoineidrac</dc:creator>
			<guid isPermaLink="false">212342@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok so maybe an &#34;inelegant&#34; way :)&#60;br /&#62;
I was thinking at a way to create an new entry object thanks to the submitted one, while hooking into after_submission hook.&#60;/p&#62;
&#60;p&#62;Has anyone tried that ? It implies quite good knowledge of gravity forms recording process, so a some help from gravity form team in order to have a &#34;healthy start&#34; would be great !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Automatically duplicate an entry and submit it to several forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/automatically-duplicate-an-entry-and-submit-it-to-several-forms#post-211877</link>
			<pubDate>Tue, 16 Apr 2013 16:43:23 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">211877@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is no elegant way to do this currently in Gravity Forms. New form entries go to the form they were entered into.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>charlesantoineidrac on "Automatically duplicate an entry and submit it to several forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/automatically-duplicate-an-entry-and-submit-it-to-several-forms#post-211762</link>
			<pubDate>Tue, 16 Apr 2013 13:04:56 +0000</pubDate>
			<dc:creator>charlesantoineidrac</dc:creator>
			<guid isPermaLink="false">211762@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;My objective is to do some A/B Testing in order to optimyze my forms: I'd like to test if adding some fields to a form reduces submission for example. Having slightly different wording is also something I want to test.&#60;/p&#62;
&#60;p&#62;In order to do this, I would like to duplicate my initial form and modify it. Then, thanks to experiments in Google Analytics , I would be able to conduct an A/B testing. My issue is that I still need all forms entry to be recorded in my initial form.&#60;/p&#62;
&#60;p&#62;Is there an &#34;elegant&#34; way to do this ?&#60;/p&#62;
&#60;p&#62;Thx for your help.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
