<?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: How to send a Copy of the form</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: How to send a Copy of the form</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 02:14:10 +0000</pubDate>

<item>
<title>yuniar on "How to send a Copy of the form"</title>
<link>https://www.machform.com/forums/topic/how-to-send-a-copy-of-the-form#post-1344</link>
<pubDate>Sat, 12 Apr 2008 10:21:16 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">1344@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;nick -- done :)
&#60;/p&#62;</description>
</item>
<item>
<title>njs1970 on "How to send a Copy of the form"</title>
<link>https://www.machform.com/forums/topic/how-to-send-a-copy-of-the-form#post-1338</link>
<pubDate>Fri, 11 Apr 2008 23:58:02 +0000</pubDate>
<dc:creator>njs1970</dc:creator>
<guid isPermaLink="false">1338@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Yuniar&#60;/p&#62;
&#60;p&#62;I'd like your help with this - I've just sent an email to you with the FTP info.&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Nick :)
&#60;/p&#62;</description>
</item>
<item>
<title>sub on "How to send a Copy of the form"</title>
<link>https://www.machform.com/forums/topic/how-to-send-a-copy-of-the-form#post-1144</link>
<pubDate>Thu, 20 Mar 2008 07:02:50 +0000</pubDate>
<dc:creator>sub</dc:creator>
<guid isPermaLink="false">1144@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;how did you get it?
&#60;/p&#62;</description>
</item>
<item>
<title>sloganmedia on "How to send a Copy of the form"</title>
<link>https://www.machform.com/forums/topic/how-to-send-a-copy-of-the-form#post-643</link>
<pubDate>Fri, 25 Jan 2008 05:35:57 +0000</pubDate>
<dc:creator>sloganmedia</dc:creator>
<guid isPermaLink="false">643@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Forget it, i get it, thank you anyway. :-)
&#60;/p&#62;</description>
</item>
<item>
<title>sloganmedia on "How to send a Copy of the form"</title>
<link>https://www.machform.com/forums/topic/how-to-send-a-copy-of-the-form#post-640</link>
<pubDate>Thu, 24 Jan 2008 21:36:18 +0000</pubDate>
<dc:creator>sloganmedia</dc:creator>
<guid isPermaLink="false">640@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yes, i would like to do this: each user will recive one email only, (the form information entrie with a header gif (html)).
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "How to send a Copy of the form"</title>
<link>https://www.machform.com/forums/topic/how-to-send-a-copy-of-the-form#post-638</link>
<pubDate>Thu, 24 Jan 2008 17:37:28 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">638@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hmm..let me clarify this.&#60;/p&#62;
&#60;p&#62;So each user would receive one email only? which contain a mix of your form copy + some html?&#60;/p&#62;
&#60;p&#62;What kind of html?
&#60;/p&#62;</description>
</item>
<item>
<title>sloganmedia on "How to send a Copy of the form"</title>
<link>https://www.machform.com/forums/topic/how-to-send-a-copy-of-the-form#post-631</link>
<pubDate>Thu, 24 Jan 2008 06:07:14 +0000</pubDate>
<dc:creator>sloganmedia</dc:creator>
<guid isPermaLink="false">631@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;ok, one challenge...&#60;/p&#62;
&#60;p&#62;i would like, mix &#34;send a copy (carbon)&#34; with some &#34;html&#34; to 2 user (elemnt_1 and elemnet_2)&#60;/p&#62;
&#60;p&#62;how can i do this possible?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "How to send a Copy of the form"</title>
<link>https://www.machform.com/forums/topic/how-to-send-a-copy-of-the-form#post-190</link>
<pubDate>Mon, 29 Oct 2007 13:52:14 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">190@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Ok, I've just checked your form. Your email input name is &#60;strong&#62;element_6&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Now, what you need to do is to paste the code as I wrote on step 2 above.&#60;br /&#62;
For step no 3, use the code below:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function form1_hook_email($user_input){
	$field_name = &#38;#39;element_6&#38;#39;;

	if(!empty($user_input[$field_name])){
		return $user_input[$field_name];
	}else {
		return true;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
I hope I'm being clear for you. &#60;/p&#62;
&#60;p&#62;If this still sounds too difficult, then mail me your FTP login information (send it to customer.service [at] appnitro.com). I'll update your files.
&#60;/p&#62;</description>
</item>
<item>
<title>zentering on "How to send a Copy of the form"</title>
<link>https://www.machform.com/forums/topic/how-to-send-a-copy-of-the-form#post-189</link>
<pubDate>Mon, 29 Oct 2007 13:40:50 +0000</pubDate>
<dc:creator>zentering</dc:creator>
<guid isPermaLink="false">189@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;WOW what a service, yes please i would like you to do it. My friend that has some skills is on holyday.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.nsph.se/index.php?aid=340&#34; rel=&#34;nofollow&#34;&#62;http://www.nsph.se/index.php?aid=340&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Best regards / Z
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "How to send a Copy of the form"</title>
<link>https://www.machform.com/forums/topic/how-to-send-a-copy-of-the-form#post-185</link>
<pubDate>Sun, 28 Oct 2007 23:19:50 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">185@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi there!&#60;/p&#62;
&#60;p&#62;At this moment, there is no built-in feature to do this yet.&#60;br /&#62;
However, with a bit of customization, we could do this.&#60;/p&#62;
&#60;p&#62;Here's how to do it.&#60;br /&#62;
1) Get the email field name which you want the email being sent to. View source on your HTML form code. In this example, my email field name is &#60;strong&#62;element_3&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;2) Edit &#60;strong&#62;includes/helper-functions.php&#60;/strong&#62;. Around line 454, you'll find this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$mail-&#38;gt;Send();
$mail-&#38;gt;ClearAddresses();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Now, right under those code, add this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(function_exists(&#38;quot;form{$form_id}_hook_email&#38;quot;)){
	$carbon_email = call_user_func(&#38;quot;form{$form_id}_hook_email&#38;quot;,$table_data);
	if(!empty($carbon_email)){
		$mail-&#38;gt;AddAddress($carbon_email);
		$mail-&#38;gt;Send();
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;3) Edit &#60;strong&#62;hooks/custom_hooks.php&#60;/strong&#62;. Add this code inside of it:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function formXXX_hook_email($user_input){
	$field_name = &#38;#39;element_3&#38;#39;;

	if(!empty($user_input[$field_name])){
		return $user_input[$field_name];
	}else {
		return true;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
Change the &#60;strong&#62;XXX&#60;/strong&#62; with your form_id number and element_3 with your field name.&#60;/p&#62;
&#60;p&#62;That's it.&#60;/p&#62;
&#60;p&#62;If those are too difficult for you, please paste me the link to your form. I'll put up the code for you.
&#60;/p&#62;</description>
</item>
<item>
<title>zentering on "How to send a Copy of the form"</title>
<link>https://www.machform.com/forums/topic/how-to-send-a-copy-of-the-form#post-180</link>
<pubDate>Sun, 28 Oct 2007 16:05:25 +0000</pubDate>
<dc:creator>zentering</dc:creator>
<guid isPermaLink="false">180@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi, all!&#60;/p&#62;
&#60;p&#62;I would like the form to send a copy of the form to the sender. Any suggestions?&#60;/p&#62;
&#60;p&#62;/ M
&#60;/p&#62;</description>
</item>

</channel>
</rss>
