<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Duplicate Form with the data</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Duplicate Form with the data</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 05:53:36 +0000</pubDate>

<item>
<title>raj000 on "Duplicate Form with the data"</title>
<link>https://www.machform.com/forums/topic/duplicate-form-with-the-data#post-5116</link>
<pubDate>Fri, 20 Mar 2009 14:10:24 +0000</pubDate>
<dc:creator>raj000</dc:creator>
<guid isPermaLink="false">5116@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;ahhhh..worked brilliantly...thanks
&#60;/p&#62;</description>
</item>
<item>
<title>raj000 on "Duplicate Form with the data"</title>
<link>https://www.machform.com/forums/topic/duplicate-form-with-the-data#post-5108</link>
<pubDate>Thu, 19 Mar 2009 23:19:14 +0000</pubDate>
<dc:creator>raj000</dc:creator>
<guid isPermaLink="false">5108@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks for your reply.&#60;/p&#62;
&#60;p&#62;So I just make the above changes and thats it? I dont have to manually copy any database tables, it will do whatever is required on its own?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Duplicate Form with the data"</title>
<link>https://www.machform.com/forums/topic/duplicate-form-with-the-data#post-5101</link>
<pubDate>Thu, 19 Mar 2009 18:46:43 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">5101@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yes, this one is pretty simple.&#60;br /&#62;
Edit your &#60;strong&#62;manage_form.php&#60;/strong&#62;, search around line 310 and you'll find this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//create the new table
do_query(&#38;quot;create table ap_form_{$new_form_id} like ap_form_{$form_id}&#38;quot;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;right below that code, add this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;do_query(&#38;quot;insert into ap_form_{$new_form_id}
 select * from ap_form_{$form_id}&#38;quot;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;that should do it.
&#60;/p&#62;</description>
</item>
<item>
<title>raj000 on "Duplicate Form with the data"</title>
<link>https://www.machform.com/forums/topic/duplicate-form-with-the-data#post-5096</link>
<pubDate>Thu, 19 Mar 2009 13:22:06 +0000</pubDate>
<dc:creator>raj000</dc:creator>
<guid isPermaLink="false">5096@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Is there a way to duplicate a form along with the underlying data? I guess I will have to manually duplicate some database tables and make some code changes. &#60;/p&#62;
&#60;p&#62;Thanks in advance.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
