<?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: Omit empty fields from Review page</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Omit empty fields from Review page</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 23:32:20 +0000</pubDate>

<item>
<title>redityo on "Omit empty fields from Review page"</title>
<link>https://www.machform.com/forums/topic/omit-empty-fields-from-review-page#post-10625</link>
<pubDate>Mon, 11 Oct 2010 13:44:16 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">10625@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Yes it's possible with small customization. You need to edit &#34;includes/view-functions.php&#34; file and search for these code around line 2333 ~ 2339&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;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;and change it to &#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;) &#38;#38;&#38;#38; $data[&#38;#39;value&#38;#39;] !== 0 &#38;#38;&#38;#38; $data[&#38;#39;value&#38;#39;] !== &#38;#39;0&#38;#39;){
	continue;
}

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;That would make the empty field not included to review page
&#60;/p&#62;</description>
</item>
<item>
<title>Markstein on "Omit empty fields from Review page"</title>
<link>https://www.machform.com/forums/topic/omit-empty-fields-from-review-page#post-10622</link>
<pubDate>Mon, 11 Oct 2010 09:08:53 +0000</pubDate>
<dc:creator>Markstein</dc:creator>
<guid isPermaLink="false">10622@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I was doing a search and didn't find anything on this. If I have a form which has some fields that are not required and do not get filled in then the fields still appear in the &#34;review page&#34; with the title of the field and then a blank area next to them (since no text was input when a person filled out the form).&#60;/p&#62;
&#60;p&#62;Is it possible to omit the fields that were not filled in from showing up in the review page?&#60;/p&#62;
&#60;p&#62;Thanks a lot,&#60;/p&#62;
&#60;p&#62;Mark
&#60;/p&#62;</description>
</item>

</channel>
</rss>
