<?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: Email Formatting</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Email Formatting</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 13:22:49 +0000</pubDate>

<item>
<title>netwise on "Email Formatting"</title>
<link>https://www.machform.com/forums/topic/email-formatting#post-1036</link>
<pubDate>Tue, 11 Mar 2008 18:48:09 +0000</pubDate>
<dc:creator>netwise</dc:creator>
<guid isPermaLink="false">1036@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;My Bad  ... it was removed .. sorry for any confusion...&#60;/p&#62;
&#60;p&#62;AWESOME product.....&#60;/p&#62;
&#60;p&#62;Any word on an affiliate program? I would really like&#60;br /&#62;
to start recommending this as a resource !&#60;/p&#62;
&#60;p&#62;Bob
&#60;/p&#62;</description>
</item>
<item>
<title>netwise on "Email Formatting"</title>
<link>https://www.machform.com/forums/topic/email-formatting#post-1035</link>
<pubDate>Tue, 11 Mar 2008 18:43:20 +0000</pubDate>
<dc:creator>netwise</dc:creator>
<guid isPermaLink="false">1035@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;yuniar,&#60;/p&#62;
&#60;p&#62;That worked perfectly....&#60;/p&#62;
&#60;p&#62;What about the question of removing the powered by statement?&#60;/p&#62;
&#60;p&#62;Im only looking to really remove it for this application since&#60;br /&#62;
it is going to a cell phone as a text message I would like to reduce&#60;br /&#62;
the ammount of text sent as much as possible.&#60;/p&#62;
&#60;p&#62;Thanks for the hack.. its great!&#60;/p&#62;
&#60;p&#62;Bob
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Email Formatting"</title>
<link>https://www.machform.com/forums/topic/email-formatting#post-1033</link>
<pubDate>Tue, 11 Mar 2008 14:11:59 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">1033@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Ok, let say you have a form with id = 3 and the text field for your message is having id = 'element_1' (view the HTML source of your form to see this)&#60;/p&#62;
&#60;p&#62;Search around line 432 of &#60;strong&#62;includes/helper-functions.php&#60;/strong&#62; file, you'll find this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//send email
$mail = new PHPMailer();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
right above that code, insert this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($form_id == 3){
	$email_body = $table_data[&#38;#39;element_1&#38;#39;];
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
If you are having difficulty, please send me the URL of your form.&#60;br /&#62;
Mail to: yuniar [at] appnitro.com
&#60;/p&#62;</description>
</item>
<item>
<title>netwise on "Email Formatting"</title>
<link>https://www.machform.com/forums/topic/email-formatting#post-1028</link>
<pubDate>Mon, 10 Mar 2008 16:01:42 +0000</pubDate>
<dc:creator>netwise</dc:creator>
<guid isPermaLink="false">1028@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;After further review .. the &#38;gt;&#38;gt;&#38;gt;&#38;gt; are a by product of being output&#60;br /&#62;
to teleflip.. they replace blank lines in the message... I can live&#60;br /&#62;
with that.&#60;/p&#62;
&#60;p&#62;Here is a copy of a test message.&#60;/p&#62;
&#60;p&#62;1) Your Message&#60;br /&#62;
Test Text Message from website&#60;/p&#62;
&#60;p&#62;Powered by MachForm&#60;/p&#62;
&#60;p&#62;For this form I would like to Suppress the following&#60;/p&#62;
&#60;p&#62;1) Your Message&#60;br /&#62;
Powered by MachForm&#60;br /&#62;
And also the 6 blank lines between the message body and the Powered By MachForm line.&#60;/p&#62;
&#60;p&#62;Is it allowed to change ore remove the Powered By line?&#60;/p&#62;
&#60;p&#62;Thanks again...&#60;/p&#62;
&#60;p&#62;Bob
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Email Formatting"</title>
<link>https://www.machform.com/forums/topic/email-formatting#post-1026</link>
<pubDate>Mon, 10 Mar 2008 14:30:44 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">1026@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;At this moment, the email output is pretty much the same for all forms. I'm currently working on a feature which would allow you to customize the output of each form.&#60;/p&#62;
&#60;p&#62;However, in this case, can you give me a sample email content which you would like to have?&#60;br /&#62;
Also, where did you see the &#38;gt;&#38;gt;&#38;gt;&#38;gt; symbols?
&#60;/p&#62;</description>
</item>
<item>
<title>netwise on "Email Formatting"</title>
<link>https://www.machform.com/forums/topic/email-formatting#post-1021</link>
<pubDate>Mon, 10 Mar 2008 02:43:14 +0000</pubDate>
<dc:creator>netwise</dc:creator>
<guid isPermaLink="false">1021@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Is the email output by MachForm editable on a form by form basis or is&#60;br /&#62;
it a single template?&#60;/p&#62;
&#60;p&#62;I would like to create a form that only sends the text entered into a single field.&#60;/p&#62;
&#60;p&#62;The idea is use a single multi line text field for people to send a simple text message. then set the form to email it to my 10 digit cell# &#60;a href=&#34;mailto:number@teleflip.com.&#34;&#62;number@teleflip.com.&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Currently it includes some &#38;gt;&#38;gt;&#38;gt;&#38;gt; symbols, the form name and the field name.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>

</channel>
</rss>
