<?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: How to remove &#60;img&#62; tags from entries</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: How to remove &#60;img&#62; tags from entries</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 00:13:46 +0000</pubDate>

<item>
<title>redityo on "How to remove &#60;img&#62; tags from entries"</title>
<link>https://www.machform.com/forums/topic/how-to-remove-ltimggt-tags-from-entries#post-9724</link>
<pubDate>Thu, 17 Jun 2010 16:16:19 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">9724@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;You can edit &#34;export_enties.php&#34; file for this. Go to line 376 for this code :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$data = str_replace(&#38;quot;\r&#38;quot;,&#38;quot;&#38;quot;,$data);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then add this code exactly bellow that line &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$data = strip_tags($data);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That would remove all HTML tag when you export the data
&#60;/p&#62;</description>
</item>
<item>
<title>msfbiz on "How to remove &#60;img&#62; tags from entries"</title>
<link>https://www.machform.com/forums/topic/how-to-remove-ltimggt-tags-from-entries#post-9723</link>
<pubDate>Thu, 17 Jun 2010 14:33:15 +0000</pubDate>
<dc:creator>msfbiz</dc:creator>
<guid isPermaLink="false">9723@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I'm using both text &#38;#38; images for some radio buttons, e.g. by putting in the choices field:&#60;/p&#62;
&#60;p&#62;Credit Card &#38;lt;img src=&#34;imgages/visa-mc.png&#34; alt=&#34;Credit Card&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;It works fine on the form, however when I export the entries, I get the full value:&#60;/p&#62;
&#60;p&#62;&#34;Credit Card &#38;lt;img src=&#34;imgages/visa-mc.png&#34; alt=&#34;Credit Card&#34; /&#38;gt;&#34;&#60;/p&#62;
&#60;p&#62;for the column.&#60;/p&#62;
&#60;p&#62;Is there a way to get only the label text (i.e. &#34;Credit Card&#34;) without the HTML tags stored in the Entry DB?&#60;/p&#62;
&#60;p&#62;Thanks for your help,&#60;br /&#62;
Mike
&#60;/p&#62;</description>
</item>

</channel>
</rss>
