<?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: Sending email from checkboxes</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Sending email from checkboxes</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 20:58:11 +0000</pubDate>

<item>
<title>Saghalie on "Sending email from checkboxes"</title>
<link>https://www.machform.com/forums/topic/sending-email-from-checkboxes#post-12231</link>
<pubDate>Wed, 29 Jun 2011 09:23:32 +0000</pubDate>
<dc:creator>Saghalie</dc:creator>
<guid isPermaLink="false">12231@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I got it working.  I had to enable notifications (I put a no-reply@ address in there).  Works great!&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Saghalie&#60;br /&#62;
&#60;a href=&#34;http://www.kcmhosting.com&#34; rel=&#34;nofollow&#34;&#62;http://www.kcmhosting.com&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Saghalie on "Sending email from checkboxes"</title>
<link>https://www.machform.com/forums/topic/sending-email-from-checkboxes#post-12230</link>
<pubDate>Wed, 29 Jun 2011 03:25:39 +0000</pubDate>
<dc:creator>Saghalie</dc:creator>
<guid isPermaLink="false">12230@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;The information on page one is for drop downs and while the code executes, I do not get the emails that I have configured for it.  Is it because of the drop down code?  Is there a different code for radio buttons?&#60;/p&#62;
&#60;p&#62;I saw an article here about radio buttons and to do a select operation on the database for (example) element_3_1,element_3_2 (etc.) but the database (as you know) does not contain information about the elements for radio buttons with the exception of field values.  But for some reason it is not picking those values up and assigning the email address.&#60;/p&#62;
&#60;p&#62;Possibly that old article was for a previous version?  Is there updated code for this?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Saghalie&#60;br /&#62;
&#60;a href=&#34;http://www.kcmhosting.com&#34; rel=&#34;nofollow&#34;&#62;http://www.kcmhosting.com&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Sending email from checkboxes"</title>
<link>https://www.machform.com/forums/topic/sending-email-from-checkboxes#post-12216</link>
<pubDate>Fri, 24 Jun 2011 20:19:41 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">12216@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;The code does not exist in the &#34;helper-functions.php&#34; file indeed, you need to add the code first. The instruction is  on page 1.&#60;br /&#62;
Around line 478 in helper-functions.php file, you will see these code :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$send_status = $mail-&#38;gt;Send();
$mail-&#38;gt;ClearAddresses();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;then you can add these code exactly bellow that code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($target_is_admin){

if(function_exists(&#38;quot;form{$form_id}_hook_email&#38;quot;)){

	$carbon_param[&#38;#39;form_id&#38;#39;] = $form_id;
	$carbon_param[&#38;#39;entry_id&#38;#39;] = $entry_id;
	$carbon_email = call_user_func(&#38;quot;form{$form_id}_hook_email&#38;quot;,$carbon_param);

	if(!empty($carbon_email)){
			$email_address 	= explode(&#38;#39;,&#38;#39;,$carbon_email);

			foreach ($email_address as $email){
				$email = trim($email);
				if(!empty($email)){
					$mail-&#38;gt;AddAddress($email);
					$has_email = true;

				}
			}
			$mail-&#38;gt;Send();
			$mail-&#38;gt;ClearAddresses();
		}
	}
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>Saghalie on "Sending email from checkboxes"</title>
<link>https://www.machform.com/forums/topic/sending-email-from-checkboxes#post-12215</link>
<pubDate>Fri, 24 Jun 2011 13:53:59 +0000</pubDate>
<dc:creator>Saghalie</dc:creator>
<guid isPermaLink="false">12215@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hello,&#60;br /&#62;
I followed the info given in this topic:&#60;br /&#62;
&#60;a href=&#34;http://www.appnitro.com/forums/topic/email-from-a-drop-downlist/page/2&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/email-from-a-drop-downlist/page/2&#60;/a&#62;&#60;br /&#62;
and the information in there is no longer valid for v2.3 - includes/helper-functions.php does not have the if($target_is_admin){if(function_exists(&#34;form{$form_id}_hook_email&#34;)){&#60;br /&#62;
code anymore.&#60;/p&#62;
&#60;p&#62;I was wondering if it is still possible?&#60;/p&#62;
&#60;p&#62;If so can you tell me where to go and what to do?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Saghalie&#60;br /&#62;
&#60;a href=&#34;http://www.kcmhosting.com&#34; rel=&#34;nofollow&#34;&#62;http://www.kcmhosting.com&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
