<?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: PHP ? for the action modifier</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: PHP ? for the action modifier</description>
<language>en</language>
<pubDate>Tue, 05 May 2026 11:44:17 +0000</pubDate>

<item>
<title>yuniar on "[closed] PHP ? for the action modifier"</title>
<link>https://www.machform.com/forums/topic/php-for-the-action-modifier#post-161</link>
<pubDate>Thu, 25 Oct 2007 06:54:27 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">161@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;1) Yes, the form is posting to itself.&#60;br /&#62;
3) If you look at view.php file, you'll see that the main function for processing inputs is this line:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$submit_result = process_form($input_array);&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;So, if you would like to modify it, you'll need to hack &#60;strong&#62;process_form()&#60;/strong&#62; function which is defined in &#60;strong&#62;includes/post-functions.php&#60;/strong&#62;.&#60;/p&#62;
&#60;p&#62;2) Email sending function is being called under process_form(). Search around line 902 and you'll find this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;send_notification($form_id,$table_data);&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;That function is defined in &#60;strong&#62;includes/helper-functions.php&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Hope that helps.
&#60;/p&#62;</description>
</item>
<item>
<title>Narthex on "[closed] PHP ? for the action modifier"</title>
<link>https://www.machform.com/forums/topic/php-for-the-action-modifier#post-160</link>
<pubDate>Thu, 25 Oct 2007 06:42:17 +0000</pubDate>
<dc:creator>Narthex</dc:creator>
<guid isPermaLink="false">160@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;After I create the form and look at the source code, I see &#38;lt;form ... action=&#34;/machform/view.php&#38;gt; opening the form element, but when I look in the address bar, I see &#34;.../view.php?=2&#34;. &#60;/p&#62;
&#60;p&#62;1. Is the form posting to itself?&#60;br /&#62;
2. How is it processing the fields to send in an email?&#60;br /&#62;
3. I want to integrate the new form into a web site, but I can't find php code that process the form. Where is that located? I was able the locate the linked javascript and the css files.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
