<?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: Submissions to Email with + sign</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Submissions to Email with + sign</description>
<language>en</language>
<pubDate>Wed, 03 Jun 2026 19:26:22 +0000</pubDate>

<item>
<title>akash8m on "Submissions to Email with + sign"</title>
<link>https://www.machform.com/forums/topic/submissions-to-email-with-sign#post-12111</link>
<pubDate>Sun, 05 Jun 2011 06:03:52 +0000</pubDate>
<dc:creator>akash8m</dc:creator>
<guid isPermaLink="false">12111@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Redityo, I fixed it, there were two occurrences of $regex in email_settings.php. When I changed both with the new codes it works fine. Thanks again for the help. Great service.
&#60;/p&#62;</description>
</item>
<item>
<title>akash8m on "Submissions to Email with + sign"</title>
<link>https://www.machform.com/forums/topic/submissions-to-email-with-sign#post-12110</link>
<pubDate>Sun, 05 Jun 2011 05:57:33 +0000</pubDate>
<dc:creator>akash8m</dc:creator>
<guid isPermaLink="false">12110@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hello Redityo, I changed according to your instructions, the user input works fine without any problems, but the Email_settings.php solution is not working still gives the same error.&#60;/p&#62;
&#60;p&#62;     &#34;This field is not in the correct email format.&#34;&#60;/p&#62;
&#60;p&#62;The new codes seem to be the same for both is that the problem?
&#60;/p&#62;</description>
</item>
<item>
<title>akash8m on "Submissions to Email with + sign"</title>
<link>https://www.machform.com/forums/topic/submissions-to-email-with-sign#post-12109</link>
<pubDate>Sat, 04 Jun 2011 23:49:27 +0000</pubDate>
<dc:creator>akash8m</dc:creator>
<guid isPermaLink="false">12109@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks Redityo for this solution. Cheers.
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Submissions to Email with + sign"</title>
<link>https://www.machform.com/forums/topic/submissions-to-email-with-sign#post-12103</link>
<pubDate>Sat, 04 Jun 2011 11:07:37 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">12103@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;You can change the validation for this. Edit &#34;email_settings.php&#34; file and go to around line 101 for this code :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$regex  = &#38;#39;/^[A-z0-9][\w.-]*@[A-z0-9][\w\-\.]+\.[A-z0-9]{2,6}$/&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and change it to &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$regex  = &#38;#39;/^[\+]*[A-z0-9][\+\/\w.-]*@[A-z0-9][\w\-\.]*\.[A-z0-9]{2,6}$/&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;for users input, you can edit &#34;includes/common-validator.php&#34; and go to line 210 for this code :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$regex  = &#38;#39;/^[A-z0-9][\w.-]*@[A-z0-9][\w\-\.]*\.[A-z0-9]{2,6}$/&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and change it to&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$regex  = &#38;#39;/^[\+]*[A-z0-9][\+\/\w.-]*@[A-z0-9][\w\-\.]*\.[A-z0-9]{2,6}$/&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;that would do it
&#60;/p&#62;</description>
</item>
<item>
<title>akash8m on "Submissions to Email with + sign"</title>
<link>https://www.machform.com/forums/topic/submissions-to-email-with-sign#post-12098</link>
<pubDate>Fri, 03 Jun 2011 22:19:24 +0000</pubDate>
<dc:creator>akash8m</dc:creator>
<guid isPermaLink="false">12098@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Some users have Gmail with the following: &#60;/p&#62;
&#60;p&#62;Example+123@gmail.com even though it is sent to &#60;a href=&#34;mailto:Example@gmail.com.&#34;&#62;Example@gmail.com.&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Is it possible to have this input in the MachForm? Also, I would like to use this method when receiving the form submissions. Thanks.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
