<?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>Appnitro Software Forums Topic: Rich text entry</title>
<link>http://www.appnitro.com/forums/</link>
<description>Appnitro Software Forums Topic: Rich text entry</description>
<language>en</language>
<pubDate>Fri, 12 Mar 2010 05:54:14 +0000</pubDate>

<item>
<title>redityo on "Rich text entry"</title>
<link>http://www.appnitro.com/forums/topic/rich-text-entry#post-6524</link>
<pubDate>Thu, 09 Jul 2009 11:12:11 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">6524@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Sorry I'm afraid it's not possible, user still need to enter &#34;HTML&#34; tag in the field
&#60;/p&#62;</description>
</item>
<item>
<title>jessevickey on "Rich text entry"</title>
<link>http://www.appnitro.com/forums/topic/rich-text-entry#post-6514</link>
<pubDate>Wed, 08 Jul 2009 23:29:46 +0000</pubDate>
<dc:creator>jessevickey</dc:creator>
<guid isPermaLink="false">6514@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Using this code, would a user still need to enter HTML tags in the field?&#60;/p&#62;
&#60;p&#62;I'm looking for a way to allow a user to copy and paste rich text from a Word file into the text field. &#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Rich text entry"</title>
<link>http://www.appnitro.com/forums/topic/rich-text-entry#post-6510</link>
<pubDate>Wed, 08 Jul 2009 20:08:03 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">6510@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;If you only need to format label field , simply add a HTML tags in &#34;Field Label&#34; text box when you edit the form. For example :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;b&#38;gt;This is field label &#38;lt;/b&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;but if you want to input value to be formatted, after use a HTML tags; you need to edit &#34;view-entry.php&#34; file. Go to around line 132 ~ 139 and  you will see these code :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;foreach ($entry_details as $data){
	if($toggle){
		$toggle = false;
		$row_style = &#38;#39;class=&#38;quot;alt&#38;quot;&#38;#39;;
	}else{
		$toggle = true;
		$row_style = &#38;#39;&#38;#39;;
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;then put these code exactly bellow that line &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$data[&#38;#39;value&#38;#39;] = html_entity_decode($data[&#38;#39;value&#38;#39;],ENT_QUOTES);
$data[&#38;#39;value&#38;#39;] = strip_tags($data[&#38;#39;value&#38;#39;],&#38;#39;&#38;lt;b&#38;gt;&#38;lt;i&#38;gt;&#38;lt;a&#38;gt;&#38;lt;br&#38;gt;&#38;lt;img&#38;gt;&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>jessevickey on "Rich text entry"</title>
<link>http://www.appnitro.com/forums/topic/rich-text-entry#post-6495</link>
<pubDate>Wed, 08 Jul 2009 00:54:55 +0000</pubDate>
<dc:creator>jessevickey</dc:creator>
<guid isPermaLink="false">6495@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Is there a way to allow for rich text entry (bold, italics, etc) into a field?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
