<?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: I need email address from actual form in post_function.php</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: I need email address from actual form in post_function.php</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 01:27:12 +0000</pubDate>

<item>
<title>inthanet on "I need email address from actual form in post_function.php"</title>
<link>https://www.machform.com/forums/topic/i-need-email-address-from-actual-form-in-post_functionphp#post-4179</link>
<pubDate>Thu, 08 Jan 2009 04:38:06 +0000</pubDate>
<dc:creator>inthanet</dc:creator>
<guid isPermaLink="false">4179@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hello,&#60;br /&#62;
Thanks for your Info,&#60;br /&#62;
works perfect that was exacly what I needed.&#60;/p&#62;
&#60;p&#62;Best regards,&#60;br /&#62;
Uwe
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "I need email address from actual form in post_function.php"</title>
<link>https://www.machform.com/forums/topic/i-need-email-address-from-actual-form-in-post_functionphp#post-4140</link>
<pubDate>Mon, 05 Jan 2009 18:50:07 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">4140@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Uwe,&#60;/p&#62;
&#60;p&#62;If you want to get an email element you can get it by add some code in &#34;post-function.php&#34;,try  to search around line 303 and you will find this code : &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$table_data[$element_name] = $element_data;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;put exactly bellow that code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ($form_id == 3 &#38;#38;&#38;#38; $element_id == 3) {
	$_SESSION[&#38;#39;email_value&#38;#39;] =$element_data;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;In there I assume you are using form with id = 3 and email element id = 3, you should adjust the id with yours.
&#60;/p&#62;</description>
</item>
<item>
<title>inthanet on "I need email address from actual form in post_function.php"</title>
<link>https://www.machform.com/forums/topic/i-need-email-address-from-actual-form-in-post_functionphp#post-4139</link>
<pubDate>Sun, 04 Jan 2009 08:00:55 +0000</pubDate>
<dc:creator>inthanet</dc:creator>
<guid isPermaLink="false">4139@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi there,&#60;br /&#62;
first at all I like your script. I have made some improvements for the forms we use all no problem. I'm looking for a way how I get an field value (in my case the email address) from the actual form in post_function.php.&#60;/p&#62;
&#60;p&#62;Why I need:&#60;br /&#62;
In your script you have the function &#34;Limit One Entry Per User&#34;. Ok this function check the IP adress. I have modified this that one entry per day is valid instead one entry at all. This works, no problem. The problem is if 2 or more user use this from in an internet shop than all the user will have the same IP. Here exact I need the field value from the actual form (email) to check IP and EMAIL. If the same within 24 hour the user get the message &#34; Sorry,.... per day&#34;.&#60;/p&#62;
&#60;p&#62;Thanks in advance.&#60;/p&#62;
&#60;p&#62;Best regards,&#60;br /&#62;
Uwe
&#60;/p&#62;</description>
</item>

</channel>
</rss>
