<?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: Display all fields in email</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Display all fields in email</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 09:02:47 +0000</pubDate>

<item>
<title>yuniar on "Display all fields in email"</title>
<link>https://www.machform.com/forums/topic/display-all-fields-in-email#post-3743</link>
<pubDate>Thu, 20 Nov 2008 14:26:12 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">3743@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Ahh.. I see. Sorry! :-)&#60;/p&#62;
&#60;p&#62;The code above should work for either the normal email or plain text.&#60;/p&#62;
&#60;p&#62;Line 330 ~ 332 (this one apply to normal html email) and 366 ~ 368 (this one for plain text).
&#60;/p&#62;</description>
</item>
<item>
<title>webcommerce on "Display all fields in email"</title>
<link>https://www.machform.com/forums/topic/display-all-fields-in-email#post-3735</link>
<pubDate>Thu, 20 Nov 2008 04:54:44 +0000</pubDate>
<dc:creator>webcommerce</dc:creator>
<guid isPermaLink="false">3735@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi yuniar,&#60;/p&#62;
&#60;p&#62;I think you have misunderstood my question ... I'm not having any problems with getting 'empty' fields to show on forms or printouts.&#60;/p&#62;
&#60;p&#62;That's why I asked about the code from redityo. I see the changes relate to the section for text only emails (helper-functions.php), hence my question. It was just a curiousity thing.....&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ron S
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Display all fields in email"</title>
<link>https://www.machform.com/forums/topic/display-all-fields-in-email#post-3729</link>
<pubDate>Wed, 19 Nov 2008 15:30:50 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">3729@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;The code above only apply when you use &#60;strong&#62;{entry_data}&#60;/strong&#62; only.&#60;br /&#62;
Are you sure you have modified the correct part of your code?&#60;/p&#62;
&#60;p&#62;If you would like us to check, send your file to: customer.service [at] appnitro.com
&#60;/p&#62;</description>
</item>
<item>
<title>webcommerce on "Display all fields in email"</title>
<link>https://www.machform.com/forums/topic/display-all-fields-in-email#post-3726</link>
<pubDate>Wed, 19 Nov 2008 04:37:02 +0000</pubDate>
<dc:creator>webcommerce</dc:creator>
<guid isPermaLink="false">3726@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi redityo,&#60;/p&#62;
&#60;p&#62;I'm a bit puzzled ... my forms show all 'empty' fields either when I specify them or using the universal {entry_data}. Does your fix only apply when 'plain text' emails is selected?&#60;/p&#62;
&#60;p&#62;Or, am I missing something here?&#60;/p&#62;
&#60;p&#62;Ron S
&#60;/p&#62;</description>
</item>
<item>
<title>slentz on "Display all fields in email"</title>
<link>https://www.machform.com/forums/topic/display-all-fields-in-email#post-3724</link>
<pubDate>Tue, 18 Nov 2008 23:07:06 +0000</pubDate>
<dc:creator>slentz</dc:creator>
<guid isPermaLink="false">3724@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks for the response.  Exactly what I needed!
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Display all fields in email"</title>
<link>https://www.machform.com/forums/topic/display-all-fields-in-email#post-3720</link>
<pubDate>Tue, 18 Nov 2008 14:43:02 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">3720@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi slentz,&#60;/p&#62;
&#60;p&#62;It seems you want to display empty field also, to do so you should edit helper-functions.php file search around line 330 ~ 332 and 366 ~ 368 you'll find these code :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(empty($data[&#38;#39;value&#38;#39;]) &#124;&#124; $data[&#38;#39;value&#38;#39;] == &#38;#39;&#38;amp;nbsp;&#38;#39;){
	continue;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace with this one &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(empty($data[&#38;#39;value&#38;#39;]) &#124;&#124; $data[&#38;#39;value&#38;#39;] == &#38;#39;&#38;amp;nbsp;&#38;#39;){
	//continue;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>webcommerce on "Display all fields in email"</title>
<link>https://www.machform.com/forums/topic/display-all-fields-in-email#post-3715</link>
<pubDate>Tue, 18 Nov 2008 04:25:58 +0000</pubDate>
<dc:creator>webcommerce</dc:creator>
<guid isPermaLink="false">3715@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi slentz,&#60;/p&#62;
&#60;p&#62;Insofar as I understand your question, the email default does just that. The field is {entry_data}, which is inserted into the body of the email. You can also add anything else you like such as salutations and explanatory text.&#60;/p&#62;
&#60;p&#62;Hope that is what you are wanting to know.&#60;/p&#62;
&#60;p&#62;Ron S
&#60;/p&#62;</description>
</item>
<item>
<title>slentz on "Display all fields in email"</title>
<link>https://www.machform.com/forums/topic/display-all-fields-in-email#post-3713</link>
<pubDate>Tue, 18 Nov 2008 01:37:52 +0000</pubDate>
<dc:creator>slentz</dc:creator>
<guid isPermaLink="false">3713@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Is it possible to display all fields (including blank) in email?&#60;/p&#62;
&#60;p&#62;Sorry if this has been addressed in a previous post...I could not find it.&#60;/p&#62;
&#60;p&#62;Thanks, any help will be greatly appreciated!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
