<?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: Price field - No decimals option.</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Price field - No decimals option.</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 00:06:04 +0000</pubDate>

<item>
<title>yuniar on "[closed] Price field - No decimals option."</title>
<link>https://www.machform.com/forums/topic/price-field-no-decimals-option#post-159</link>
<pubDate>Wed, 24 Oct 2007 10:37:28 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">159@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;You could hide the cents by editing &#60;strong&#62;includes/view-functions.php&#60;/strong&#62; file.&#60;/p&#62;
&#60;p&#62;Around line 756 (inside display_money() function) search for this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$element_markup = &#38;lt;&#38;lt;&#38;lt;EOT
		&#38;lt;li id=&#38;quot;li_{$element-&#38;gt;id}&#38;quot; {$error_class}&#38;gt;
		&#38;lt;label class=&#38;quot;description&#38;quot; for=&#38;quot;element_{$element-&#38;gt;id}&#38;quot;&#38;gt;{$element-&#38;gt;title} {$span_required}&#38;lt;/label&#38;gt;
		&#38;lt;span class=&#38;quot;symbol&#38;quot;&#38;gt;{$cur_symbol}&#38;lt;/span&#38;gt;
		&#38;lt;span&#38;gt;
			&#38;lt;input id=&#38;quot;element_{$element-&#38;gt;id}_1&#38;quot; name=&#38;quot;element_{$element-&#38;gt;id}_1&#38;quot; class=&#38;quot;element text currency&#38;quot; size=&#38;quot;10&#38;quot; value=&#38;quot;{$element-&#38;gt;populated_value[&#38;#39;element_&#38;#39;.$element-&#38;gt;id.&#38;#39;_1&#38;#39;][&#38;#39;default_value&#38;#39;]}&#38;quot; type=&#38;quot;text&#38;quot; /&#38;gt; .
			&#38;lt;label for=&#38;quot;element_{$element-&#38;gt;id}_1&#38;quot;&#38;gt;{$main_cur}&#38;lt;/label&#38;gt;
		&#38;lt;/span&#38;gt;
		&#38;lt;span&#38;gt;
			&#38;lt;input id=&#38;quot;element_{$element-&#38;gt;id}_2&#38;quot; name=&#38;quot;element_{$element-&#38;gt;id}_2&#38;quot; class=&#38;quot;element text&#38;quot; size=&#38;quot;2&#38;quot; maxlength=&#38;quot;2&#38;quot; value=&#38;quot;{$element-&#38;gt;populated_value[&#38;#39;element_&#38;#39;.$element-&#38;gt;id.&#38;#39;_2&#38;#39;][&#38;#39;default_value&#38;#39;]}&#38;quot; type=&#38;quot;text&#38;quot; /&#38;gt;
			&#38;lt;label for=&#38;quot;element_{$element-&#38;gt;id}_2&#38;quot;&#38;gt;{$child_cur}&#38;lt;/label&#38;gt;
		&#38;lt;/span&#38;gt;
		{$guidelines} {$error_message}
		&#38;lt;/li&#38;gt;
EOT;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;replace that code with this one:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$element_markup = &#38;lt;&#38;lt;&#38;lt;EOT
		&#38;lt;li id=&#38;quot;li_{$element-&#38;gt;id}&#38;quot; {$error_class}&#38;gt;
		&#38;lt;label class=&#38;quot;description&#38;quot; for=&#38;quot;element_{$element-&#38;gt;id}&#38;quot;&#38;gt;{$element-&#38;gt;title} {$span_required}&#38;lt;/label&#38;gt;
		&#38;lt;span class=&#38;quot;symbol&#38;quot;&#38;gt;{$cur_symbol}&#38;lt;/span&#38;gt;
		&#38;lt;span&#38;gt;
			&#38;lt;input id=&#38;quot;element_{$element-&#38;gt;id}_1&#38;quot; name=&#38;quot;element_{$element-&#38;gt;id}_1&#38;quot; class=&#38;quot;element text currency&#38;quot; size=&#38;quot;10&#38;quot; value=&#38;quot;{$element-&#38;gt;populated_value[&#38;#39;element_&#38;#39;.$element-&#38;gt;id.&#38;#39;_1&#38;#39;][&#38;#39;default_value&#38;#39;]}&#38;quot; type=&#38;quot;text&#38;quot; /&#38;gt;
			&#38;lt;label for=&#38;quot;element_{$element-&#38;gt;id}_1&#38;quot;&#38;gt;{$main_cur}&#38;lt;/label&#38;gt;
		&#38;lt;/span&#38;gt;

		{$guidelines} {$error_message}
		&#38;lt;/li&#38;gt;
EOT;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;That should hide the cents on the resulting form.
&#60;/p&#62;</description>
</item>
<item>
<title>adrianwilliams on "[closed] Price field - No decimals option."</title>
<link>https://www.machform.com/forums/topic/price-field-no-decimals-option#post-158</link>
<pubDate>Wed, 24 Oct 2007 10:26:01 +0000</pubDate>
<dc:creator>adrianwilliams</dc:creator>
<guid isPermaLink="false">158@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Can the price field have an option for integer values only - For example Dollars without cents, Euros without cents etc. ?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
