<?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: edit_entry and notifications</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: edit_entry and notifications</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 05:36:41 +0000</pubDate>

<item>
<title>yuniar on "edit_entry and notifications"</title>
<link>https://www.machform.com/forums/topic/edit_entry-and-notifications#post-549</link>
<pubDate>Fri, 11 Jan 2008 14:39:41 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">549@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Are you sure you would like to do that? It will send email for every changes.&#60;br /&#62;
If so, you need to edit your includes/post-functions.php file.&#60;/p&#62;
&#60;p&#62;That file contains two similar function, process_form() and process_form_update().&#60;br /&#62;
When a form data is being edited, process_form_update() is being called. So you will need to modify this function.&#60;/p&#62;
&#60;p&#62;Copy this code (taken from process_form()):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;require(&#38;#39;lib/class.phpmailer.php&#38;#39;);
require(&#38;#39;includes/helper-functions.php&#38;#39;);

send_notification($form_id,$table_data);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;then go to line 1732, paste the code there.&#60;br /&#62;
That should do the trick.&#60;/p&#62;
&#60;p&#62;Let me know if it doesn't work for you.
&#60;/p&#62;</description>
</item>
<item>
<title>epsd on "edit_entry and notifications"</title>
<link>https://www.machform.com/forums/topic/edit_entry-and-notifications#post-544</link>
<pubDate>Thu, 10 Jan 2008 20:29:00 +0000</pubDate>
<dc:creator>epsd</dc:creator>
<guid isPermaLink="false">544@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Currently when a form is edited via the admin control panel (and edit_entry.php) upon success, the database is updated. Works fine. However, I'd like for the form to be re-submitted to the notification list upon successful editing. Where should I look to attempt this?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
