<?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 fix number entry</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: How to fix number entry</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 23:05:43 +0000</pubDate>

<item>
<title>yuniar on "How to fix number entry"</title>
<link>https://www.machform.com/forums/topic/how-to-fix-number-entry#post-23618</link>
<pubDate>Mon, 13 Jul 2015 13:31:15 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">23618@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yes, by default large numbers are being displayed using scientific notation.&#60;br /&#62;
If you need to display the number completely, there is some small adjustment that can be done.&#60;/p&#62;
&#60;p&#62;Using phpMyAdmin or any other database management tool, go to your MachForm database and run this SQL query:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;ALTER TABLE ap_form_15032 CHANGE element_20 element_20 DOUBLE(16,0) NULL DEFAULT NULL COMMENT &#38;#39;Number&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The above assume your form id number is 15032 and your number field id is &#34;element_20&#34;.&#60;br /&#62;
You need to adjust it with your own form id and number field id.
&#60;/p&#62;</description>
</item>
<item>
<title>kathylinscott on "How to fix number entry"</title>
<link>https://www.machform.com/forums/topic/how-to-fix-number-entry#post-23598</link>
<pubDate>Fri, 10 Jul 2015 05:01:41 +0000</pubDate>
<dc:creator>kathylinscott</dc:creator>
<guid isPermaLink="false">23598@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Any update on this in the last 6 year or way to fix it? I am a little irritated that there was not a warning or guide on the actual form that this was a common error. I set no mins or max so shouldn't I be allowed to have as many numbers as I want?
&#60;/p&#62;</description>
</item>
<item>
<title>microvb on "How to fix number entry"</title>
<link>https://www.machform.com/forums/topic/how-to-fix-number-entry#post-4000</link>
<pubDate>Sat, 13 Dec 2008 05:55:55 +0000</pubDate>
<dc:creator>microvb</dc:creator>
<guid isPermaLink="false">4000@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Perhaps you can provide a different field type which validates the field as numeric, however passes the information as text.
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "How to fix number entry"</title>
<link>https://www.machform.com/forums/topic/how-to-fix-number-entry#post-3936</link>
<pubDate>Tue, 09 Dec 2008 09:22:49 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">3936@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Ron is right !, since you are using number field size it will display exponential number for big number. I suggest to use &#34;single text&#34; field instead of number field .&#60;/p&#62;
&#60;p&#62;Thank's Ron
&#60;/p&#62;</description>
</item>
<item>
<title>rmaksood on "How to fix number entry"</title>
<link>https://www.machform.com/forums/topic/how-to-fix-number-entry#post-3935</link>
<pubDate>Tue, 09 Dec 2008 08:47:18 +0000</pubDate>
<dc:creator>rmaksood</dc:creator>
<guid isPermaLink="false">3935@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thank you very much Ron for the quick replay. Yes……. I select the field size to large. Still it converts to power of ten. I am going to try as a text field as you recommended.
&#60;/p&#62;</description>
</item>
<item>
<title>rscott7706 on "How to fix number entry"</title>
<link>https://www.machform.com/forums/topic/how-to-fix-number-entry#post-3934</link>
<pubDate>Tue, 09 Dec 2008 08:26:36 +0000</pubDate>
<dc:creator>rscott7706</dc:creator>
<guid isPermaLink="false">3934@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;As an addendum to my note, did you try a number field, but select the &#34;Field Size&#34; &#34;Large&#34;?&#60;/p&#62;
&#60;p&#62;That may do it.&#60;/p&#62;
&#60;p&#62;Ron
&#60;/p&#62;</description>
</item>
<item>
<title>rscott7706 on "How to fix number entry"</title>
<link>https://www.machform.com/forums/topic/how-to-fix-number-entry#post-3933</link>
<pubDate>Tue, 09 Dec 2008 08:24:40 +0000</pubDate>
<dc:creator>rscott7706</dc:creator>
<guid isPermaLink="false">3933@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Just as a user, and not well versed in the program yet, may I suggest that you have a &#34;Number&#34; field here when it may be better to use a &#34;Single Line Text&#34; field.&#60;/p&#62;
&#60;p&#62;The number field will attempt to display this as a number, and being so large, it converts it to powers of ten.&#60;/p&#62;
&#60;p&#62;If it doesn't disturb what your trying to do (capture a credit card number), the text field may be better.&#60;/p&#62;
&#60;p&#62;Ron
&#60;/p&#62;</description>
</item>
<item>
<title>rmaksood on "How to fix number entry"</title>
<link>https://www.machform.com/forums/topic/how-to-fix-number-entry#post-3932</link>
<pubDate>Tue, 09 Dec 2008 07:58:17 +0000</pubDate>
<dc:creator>rmaksood</dc:creator>
<guid isPermaLink="false">3932@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hello Yuniar,&#60;br /&#62;
Thank you very much for the wonderful program. It is working great other this small problem. Client entered their credit card number and when I went to retrieve, it looks like this 1.24512544568456e+15. Please let me know how I can fix this problem.&#60;br /&#62;
Thanks again
&#60;/p&#62;</description>
</item>

</channel>
</rss>
