<?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: Where can I remove the borders into the email?</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Where can I remove the borders into the email?</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 13:03:06 +0000</pubDate>

<item>
<title>sonic on "Where can I remove the borders into the email?"</title>
<link>https://www.machform.com/forums/topic/how-remove-the-borders-into-the-mail#post-3013</link>
<pubDate>Wed, 17 Sep 2008 14:51:30 +0000</pubDate>
<dc:creator>sonic</dc:creator>
<guid isPermaLink="false">3013@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Perfect, now it works fine.&#60;br /&#62;
Thanks&#60;br /&#62;
Sonic
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Where can I remove the borders into the email?"</title>
<link>https://www.machform.com/forums/topic/how-remove-the-borders-into-the-mail#post-3009</link>
<pubDate>Wed, 17 Sep 2008 07:28:16 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">3009@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;ah ... I see &#60;/p&#62;
&#60;p&#62;You see in helper-functions.php between line 353 ~ 356, you have make modification on it for showing section break. So you have to remove &#34;bottom-border&#34; style on that line also&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ($data[&#38;#39;element_type&#38;#39;] &#38;lt;&#38;gt; &#38;#39;section&#38;#39;)  {
	$email_body .= &#38;quot;&#38;lt;tr {$row_style}&#38;gt;\n&#38;quot;;
	$email_body .= &#38;#39;&#38;lt;td width=&#38;quot;40%&#38;quot; style=&#38;quot;border-bottom:1px solid
 #DEDEDE;padding:5px 10px;&#38;quot;&#38;gt;&#38;lt;strong&#38;gt;&#38;#39;.$data[&#38;#39;label&#38;#39;].&#38;#39;&#38;lt;/strong&#38;gt; &#38;lt;/td&#38;gt;&#38;#39;.&#38;quot;\n&#38;quot;;
	$email_body .= &#38;#39;&#38;lt;td width=&#38;quot;60%&#38;quot; style=&#38;quot;border-bottom:1px solid
 #DEDEDE;padding:5px 10px;&#38;quot;&#38;gt;&#38;#39;.$data[&#38;#39;value&#38;#39;].&#38;#39;&#38;lt;/td&#38;gt;&#38;#39;.&#38;quot;\n&#38;quot;;
	$email_body .= &#38;#39;&#38;lt;/tr&#38;gt;&#38;#39;.&#38;quot;\n&#38;quot;;
} else {
	$email_body .= &#38;quot;&#38;lt;tr {$row_style}&#38;gt;\n&#38;quot;;
	$email_body .= &#38;#39;&#38;lt;td width=&#38;quot;40%&#38;quot; colspan=&#38;quot;2&#38;quot; style=&#38;quot;border-bottom:1px solid
 #DEDEDE;padding:5px 10px;&#38;quot;&#38;gt;&#38;lt;strong&#38;gt;&#38;#39;.$data[&#38;#39;label&#38;#39;].&#38;#39;&#38;lt;/strong&#38;gt; &#38;lt;/td&#38;gt;&#38;#39;.&#38;quot;\n&#38;quot;;
	$email_body .= &#38;#39;&#38;lt;/tr&#38;gt;&#38;#39;.&#38;quot;\n&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>sonic on "Where can I remove the borders into the email?"</title>
<link>https://www.machform.com/forums/topic/how-remove-the-borders-into-the-mail#post-3004</link>
<pubDate>Tue, 16 Sep 2008 21:40:35 +0000</pubDate>
<dc:creator>sonic</dc:creator>
<guid isPermaLink="false">3004@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi redityo&#60;/p&#62;
&#60;p&#62;Yes, I have modified machform so that I can receive section breaks per email.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.appnitro.com/forums/topic/best-way-to-have-a-printable-form?replies=12&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/best-way-to-have-a-printable-form?replies=12&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;And what exactly should I do on the helper-funktion.php to remove the border?
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Where can I remove the borders into the email?"</title>
<link>https://www.machform.com/forums/topic/how-remove-the-borders-into-the-mail#post-2997</link>
<pubDate>Tue, 16 Sep 2008 09:19:05 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">2997@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;By default machform do not send section breaks to e-mail,do you make some modification ? &#60;/p&#62;
&#60;p&#62;Anyway if you do so, I think it still in helper-functions.php to remove section break line.
&#60;/p&#62;</description>
</item>
<item>
<title>sonic on "Where can I remove the borders into the email?"</title>
<link>https://www.machform.com/forums/topic/how-remove-the-borders-into-the-mail#post-2991</link>
<pubDate>Mon, 15 Sep 2008 20:28:47 +0000</pubDate>
<dc:creator>sonic</dc:creator>
<guid isPermaLink="false">2991@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yes, is that what I mean. Thanks&#60;br /&#62;
The section breaks has still the black borders on the email, where can I remove this, also in the helper-functions.php?&#60;/p&#62;
&#60;p&#62;regards sonic
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Where can I remove the borders into the email?"</title>
<link>https://www.machform.com/forums/topic/how-remove-the-borders-into-the-mail#post-2986</link>
<pubDate>Mon, 15 Sep 2008 19:55:42 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">2986@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi ..&#60;/p&#62;
&#60;p&#62;I'm not get it about horizontal black border? Do you mean with bottom border in row values ? is it so you can remove button-border style by editing helper-functions.php on line 354 and 355&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$email_body .= &#38;#39;&#38;lt;td width=&#38;quot;40%&#38;quot; style=&#38;quot;border-bottom:1px solid #DEDEDE;
padding:5px 10px;&#38;quot;&#38;gt;&#38;lt;strong&#38;gt;&#38;#39;.$data[&#38;#39;label&#38;#39;].&#38;#39;&#38;lt;/strong&#38;gt; &#38;lt;/td&#38;gt;&#38;#39;.&#38;quot;\n&#38;quot;;

$email_body .= &#38;#39;&#38;lt;td width=&#38;quot;60%&#38;quot; style=&#38;quot;border-bottom:1px solid #DEDEDE;
padding:5px 10px;&#38;quot;&#38;gt;&#38;#39;.$data[&#38;#39;value&#38;#39;].&#38;#39;&#38;lt;/td&#38;gt;&#38;#39;.&#38;quot;\n&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$email_body .= &#38;#39;&#38;lt;td width=&#38;quot;40%&#38;quot; style=&#38;quot;padding:5px 10px;&#38;quot;&#38;gt;&#38;lt;strong&#38;gt;&#38;#39;.
$data[&#38;#39;label&#38;#39;].&#38;#39;&#38;lt;/strong&#38;gt; &#38;lt;/td&#38;gt;&#38;#39;.&#38;quot;\n&#38;quot;;
$email_body .= &#38;#39;&#38;lt;td width=&#38;quot;60%&#38;quot; style=&#38;quot;padding:5px 10px;&#38;quot;&#38;gt;&#38;#39;.
$data[&#38;#39;value&#38;#39;].&#38;#39;&#38;lt;/td&#38;gt;&#38;#39;.&#38;quot;\n&#38;quot;;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>sonic on "Where can I remove the borders into the email?"</title>
<link>https://www.machform.com/forums/topic/how-remove-the-borders-into-the-mail#post-2981</link>
<pubDate>Mon, 15 Sep 2008 16:55:15 +0000</pubDate>
<dc:creator>sonic</dc:creator>
<guid isPermaLink="false">2981@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;Where can I remove the horizontal black borders into the email?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Sonic
&#60;/p&#62;</description>
</item>

</channel>
</rss>
