<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: HTML tags in contact form mails</title>
		<link>http://www.kriesi.at/support/topic/html-tags-in-contact-form-mails</link>
		<description>Support Forum - Topic: HTML tags in contact form mails</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 01:19:34 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/html-tags-in-contact-form-mails" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "HTML tags in contact form mails"</title>
			<link>http://www.kriesi.at/support/topic/html-tags-in-contact-form-mails#post-53636</link>
			<pubDate>Fri, 27 Apr 2012 05:47:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">53636@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The only solution I can think of is to strip the html tags. Open up sentence\framework\php\class-form-generator.php and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$message .= $element[&#38;#39;label&#38;#39;].&#38;quot;: &#38;quot;.nl2br(urldecode($new_post[$key])).&#38;quot;&#38;lt;br/&#38;gt;&#38;quot;;
						if($element[&#38;#39;type&#38;#39;] == &#38;#39;textarea&#38;#39;) $message .= &#38;quot;&#38;lt;br/&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$message .= $element[&#38;#39;label&#38;#39;].&#38;quot;: &#38;quot;.nl2br(urldecode($new_post[$key])).&#38;quot;&#38;lt;br/&#38;gt;&#38;quot;;
						if($element[&#38;#39;type&#38;#39;] == &#38;#39;textarea&#38;#39;) $message .= &#38;quot;&#38;lt;br/&#38;gt;&#38;quot;;
                                                $message = strip_tags($message);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$message = nl2br($this-&#38;gt;form_paramas[&#38;#39;autoresponder&#38;#39;]).&#38;quot;&#38;lt;br/&#38;gt;&#38;lt;br/&#38;gt;&#38;lt;br/&#38;gt;&#38;lt;strong&#38;gt;Your Message:&#38;lt;/strong&#38;gt;&#38;lt;br/&#38;gt;&#38;lt;br/&#38;gt;&#38;quot;.$message;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$message = nl2br($this-&#38;gt;form_paramas[&#38;#39;autoresponder&#38;#39;]).&#38;quot;&#38;lt;br/&#38;gt;&#38;lt;br/&#38;gt;&#38;lt;br/&#38;gt;&#38;lt;strong&#38;gt;Your Message:&#38;lt;/strong&#38;gt;&#38;lt;br/&#38;gt;&#38;lt;br/&#38;gt;&#38;quot;.$message;
 $message = strip_tags($message);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>northerndelight on "HTML tags in contact form mails"</title>
			<link>http://www.kriesi.at/support/topic/html-tags-in-contact-form-mails#post-53565</link>
			<pubDate>Thu, 26 Apr 2012 18:28:48 +0000</pubDate>
			<dc:creator>northerndelight</dc:creator>
			<guid isPermaLink="false">53565@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm using Contact Form 7 in another blog. There everything looks fine.&#60;/p&#62;
&#60;p&#62;Thanks Holger
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "HTML tags in contact form mails"</title>
			<link>http://www.kriesi.at/support/topic/html-tags-in-contact-form-mails#post-53555</link>
			<pubDate>Thu, 26 Apr 2012 17:34:58 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">53555@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Holger,&#60;/p&#62;
&#60;p&#62;It might be that your server isn't allowing an email to be sent out with html tags in it and is converting it to plain text. Could you try using a plugin like Contact Form 7 or another that will allow you to test whether auto-generated html emals get the same weird formatting issue you are having.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>northerndelight on "HTML tags in contact form mails"</title>
			<link>http://www.kriesi.at/support/topic/html-tags-in-contact-form-mails#post-53251</link>
			<pubDate>Wed, 25 Apr 2012 06:15:33 +0000</pubDate>
			<dc:creator>northerndelight</dc:creator>
			<guid isPermaLink="false">53251@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;and there i have to edit the HTML of the mail?&#60;/p&#62;
&#60;p&#62;Thanx Holger
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "HTML tags in contact form mails"</title>
			<link>http://www.kriesi.at/support/topic/html-tags-in-contact-form-mails#post-53212</link>
			<pubDate>Wed, 25 Apr 2012 04:14:43 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">53212@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;The contact form is using wp-mail.php outside of the theme and can be found on public_html via ftp.&#60;/p&#62;
&#60;p&#62;Best regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>northerndelight on "HTML tags in contact form mails"</title>
			<link>http://www.kriesi.at/support/topic/html-tags-in-contact-form-mails#post-53171</link>
			<pubDate>Tue, 24 Apr 2012 22:26:47 +0000</pubDate>
			<dc:creator>northerndelight</dc:creator>
			<guid isPermaLink="false">53171@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;the mails which are sent throughout the built-in contact form are full of HTML tags like br and strong. That doesn't looks really good.&#60;/p&#62;
&#60;p&#62;Is there a fix?&#60;/p&#62;
&#60;p&#62;Thanx Holger
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
