<?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 text on one line</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Email text on one line</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 15:31:36 +0000</pubDate>

<item>
<title>yuniar on "Email text on one line"</title>
<link>https://www.machform.com/forums/topic/email-text-on-one-line#post-6327</link>
<pubDate>Tue, 23 Jun 2009 09:36:23 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">6327@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;masterstanf2k, what version of MachForm are you currently using?&#60;br /&#62;
check your changelog.txt file at the bottom.&#60;/p&#62;
&#60;p&#62;The latest version already fixed this awhile ago.
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Email text on one line"</title>
<link>https://www.machform.com/forums/topic/email-text-on-one-line#post-6322</link>
<pubDate>Tue, 23 Jun 2009 03:40:56 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">6322@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;does this fix the email or the actual form element? Because my text area on the form is still one line and I was hoping to have it multi-line because it looks really ugly otherwise...
&#60;/p&#62;</description>
</item>
<item>
<title>reprocessor on "Email text on one line"</title>
<link>https://www.machform.com/forums/topic/email-text-on-one-line#post-3799</link>
<pubDate>Tue, 25 Nov 2008 18:54:25 +0000</pubDate>
<dc:creator>reprocessor</dc:creator>
<guid isPermaLink="false">3799@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks for that Yuniar. We've been a bit stupid though!!! When my colleague tested the form he had 'TestTestTestTest...' in loads of times - of course, without spaces it's going to push the email out of the view pane in the email client. We ran another test with a couple of paragraphs of lorem ipsum and it worked no problem at all.&#60;/p&#62;
&#60;p&#62;Thanks once again for your timely reply and i'll keep this nugget of code handy - just in case we need to use it in the future.&#60;/p&#62;
&#60;p&#62;With kindest regards,&#60;/p&#62;
&#60;p&#62;Phil
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Email text on one line"</title>
<link>https://www.machform.com/forums/topic/email-text-on-one-line#post-3790</link>
<pubDate>Tue, 25 Nov 2008 10:49:10 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">3790@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Phil,&#60;/p&#62;
&#60;p&#62;Hmm..what email client do you use? Also, are you using the standard HTML email or the plain text option? It should have been automatically wordwrapped.&#60;/p&#62;
&#60;p&#62;Try to edit your &#60;strong&#62;includes/helper-functions.php&#60;/strong&#62; file, search around line 342:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($data[&#38;#39;element_type&#38;#39;] == &#38;#39;textarea&#38;#39;){
	$data[&#38;#39;value&#38;#39;] = nl2br($data[&#38;#39;value&#38;#39;]);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change it to become:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($data[&#38;#39;element_type&#38;#39;] == &#38;#39;textarea&#38;#39;){
	$data[&#38;#39;value&#38;#39;] = wordwrap($data[&#38;#39;value&#38;#39;],20,&#38;quot;&#38;lt;br/&#38;gt; \n&#38;quot;,true);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;that would force wordwrapping into your paragraph field to 20 characters.
&#60;/p&#62;</description>
</item>
<item>
<title>reprocessor on "Email text on one line"</title>
<link>https://www.machform.com/forums/topic/email-text-on-one-line#post-3786</link>
<pubDate>Mon, 24 Nov 2008 17:03:42 +0000</pubDate>
<dc:creator>reprocessor</dc:creator>
<guid isPermaLink="false">3786@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Yuniar,&#60;/p&#62;
&#60;p&#62;Long time no speak!&#60;/p&#62;
&#60;p&#62;I have a wee problem. One of the main fields on our forms has paragraph text. When we get our email from the system and open this up in our email software, the text from this field appears all in one line. Is there any way this can be shrunk so that it can appear on multiple lines? It's imperative that this information is printable and easy to read. If so can you let me know how to do this? If you like I can send you the email in question so that you can have a look. I've still got your email address so I can forward it on that way if you like.&#60;/p&#62;
&#60;p&#62;I look forward to hearing from you shortly.&#60;/p&#62;
&#60;p&#62;With kindest regards,&#60;/p&#62;
&#60;p&#62;Phil Reid
&#60;/p&#62;</description>
</item>

</channel>
</rss>
