<?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: Can data be sent directly through email and not inserted into database?</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Can data be sent directly through email and not inserted into database?</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 02:01:34 +0000</pubDate>

<item>
<title>susanfw on "Can data be sent directly through email and not inserted into database?"</title>
<link>https://www.machform.com/forums/topic/can-data-be-sent-directly-through-email-and-not-inserted-into-database#post-6127</link>
<pubDate>Sat, 06 Jun 2009 15:45:04 +0000</pubDate>
<dc:creator>susanfw</dc:creator>
<guid isPermaLink="false">6127@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thank you. I'll give it a try.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Can data be sent directly through email and not inserted into database?"</title>
<link>https://www.machform.com/forums/topic/can-data-be-sent-directly-through-email-and-not-inserted-into-database#post-6123</link>
<pubDate>Sat, 06 Jun 2009 13:10:50 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">6123@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yes, that is possible.&#60;br /&#62;
Let say you have a form with id number = 7&#60;/p&#62;
&#60;p&#62;Change the above code with this one:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($form_id == 7){
   do_query(&#38;quot;truncate table ap_form_{$form_id}&#38;quot;);
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>susanfw on "Can data be sent directly through email and not inserted into database?"</title>
<link>https://www.machform.com/forums/topic/can-data-be-sent-directly-through-email-and-not-inserted-into-database#post-6112</link>
<pubDate>Fri, 05 Jun 2009 19:39:00 +0000</pubDate>
<dc:creator>susanfw</dc:creator>
<guid isPermaLink="false">6112@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I would like to use the above hack as well, but have it apply to only one form that would have private emails. The other form results I want to go into the database. Is that possible?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Can data be sent directly through email and not inserted into database?"</title>
<link>https://www.machform.com/forums/topic/can-data-be-sent-directly-through-email-and-not-inserted-into-database#post-3228</link>
<pubDate>Mon, 06 Oct 2008 15:38:27 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">3228@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;oops.. sorry, my bad.&#60;/p&#62;
&#60;p&#62;the above hack seems to work fine for version 1.2 only.&#60;br /&#62;
Ok, please disregard the above hack and restore your original post-functions.php file.&#60;/p&#62;
&#60;p&#62;Then try this, around line 1170 you'll find this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$process_result[&#38;#39;status&#38;#39;] = true;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;right below that line, add this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;do_query(&#38;quot;truncate table ap_form_{$form_id}&#38;quot;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;that should be working fine.&#60;/p&#62;
&#60;p&#62;PS. This hack assume you have &#34;form review&#34; disabled.
&#60;/p&#62;</description>
</item>
<item>
<title>franki on "Can data be sent directly through email and not inserted into database?"</title>
<link>https://www.machform.com/forums/topic/can-data-be-sent-directly-through-email-and-not-inserted-into-database#post-3217</link>
<pubDate>Sun, 05 Oct 2008 09:35:35 +0000</pubDate>
<dc:creator>franki</dc:creator>
<guid isPermaLink="false">3217@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hmm.. Well I'm not sure if I need to change anything there because the email and everything else works perfectly until I take that piece code away (sorry I didn't indicate this before). After that the email has the issues I described. Do I need to change anything there now?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>AMurray on "Can data be sent directly through email and not inserted into database?"</title>
<link>https://www.machform.com/forums/topic/can-data-be-sent-directly-through-email-and-not-inserted-into-database#post-3214</link>
<pubDate>Sun, 05 Oct 2008 08:32:49 +0000</pubDate>
<dc:creator>AMurray</dc:creator>
<guid isPermaLink="false">3214@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Have you set up the email option correctly e.g. to use an SMTP server (specify the server name and creditentials etc) or the inbuilt &#34;send mail&#34; of PHP?&#60;/p&#62;
&#60;p&#62;You need to change the option in config.php
&#60;/p&#62;</description>
</item>
<item>
<title>franki on "Can data be sent directly through email and not inserted into database?"</title>
<link>https://www.machform.com/forums/topic/can-data-be-sent-directly-through-email-and-not-inserted-into-database#post-3213</link>
<pubDate>Sun, 05 Oct 2008 06:21:08 +0000</pubDate>
<dc:creator>franki</dc:creator>
<guid isPermaLink="false">3213@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;So I commented out do_query($query); and it does keep the information out of the database, but the email comes in totally blank except for the Powered By Machform which is all that I see there. Also the &#34;Your Users&#34; email doesn't come through at all. I tried using different email addresses and things but not a clue really what the problem is. Any ideas I can try?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>franki on "Can data be sent directly through email and not inserted into database?"</title>
<link>https://www.machform.com/forums/topic/can-data-be-sent-directly-through-email-and-not-inserted-into-database#post-3210</link>
<pubDate>Sat, 04 Oct 2008 19:18:49 +0000</pubDate>
<dc:creator>franki</dc:creator>
<guid isPermaLink="false">3210@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks yuniar! Great product you have here! :)
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Can data be sent directly through email and not inserted into database?"</title>
<link>https://www.machform.com/forums/topic/can-data-be-sent-directly-through-email-and-not-inserted-into-database#post-3206</link>
<pubDate>Sat, 04 Oct 2008 13:40:23 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">3206@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Edit your &#60;strong&#62;includes/post-functions.php&#60;/strong&#62; file, on line 1008 you'll find these:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;do_query($query);
$record_insert_id = mysql_insert_id();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;remove the first line above and your submission won't be saved to your database.
&#60;/p&#62;</description>
</item>
<item>
<title>franki on "Can data be sent directly through email and not inserted into database?"</title>
<link>https://www.machform.com/forums/topic/can-data-be-sent-directly-through-email-and-not-inserted-into-database#post-3203</link>
<pubDate>Sat, 04 Oct 2008 12:17:19 +0000</pubDate>
<dc:creator>franki</dc:creator>
<guid isPermaLink="false">3203@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I understand a database is necessary to install machform, but is there a way to not store form information and just have it sent in email?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>

</channel>
</rss>
