Title: Incremental step
Last modified: December 11, 2023

---

# Incremental step

 *  Resolved [michaelrieder](https://wordpress.org/support/users/michaelrieder/)
 * (@michaelrieder)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/incremental-step/)
 * Hi CodePeople
 * Isn’t it possible to set incremental steps below 1 and use them in the frontend?
 * e.g. min=0.01, max=1, step=0.01
 * Currently it works only with integer numbers.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fincremental-step%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/incremental-step/#post-17268413)
 * Hello [@michaelrieder](https://wordpress.org/support/users/michaelrieder/)
 * Yes, that’s possible. But you must select the “number” choice through the “Number
   Format” attribute in the field’s settings.
 * If you select the “digits” option, the field will accept only integer numbers.
 * Best regerds.
 *  Thread Starter [michaelrieder](https://wordpress.org/support/users/michaelrieder/)
 * (@michaelrieder)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/incremental-step/#post-17271822)
 * Hi CodePeople
 * There is a small bug regarding incemental steps. If I set the _decimal seperator
   symbol_ to , (comma) the arrows up and down within the number field are not available.
   Maybe you can check this for upcomming versions.
 * Regarding _decimal seperator symbol_ and _symbol for grouping thausands_ it causes
   some conflicts. If I leave it blank obviously CFF uses the windows language settings(
   US, EU) to display the numbers right but then in the html field and in calculated
   field it’s shown in US style. If I set them, the problem with the incemental 
   steps occurs.
 * I helped myself with adding a hidden field with the right settings for displaying
   it right html field.
 * Best Regards Michael
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/incremental-step/#post-17271841)
 * Hello [@michaelrieder](https://wordpress.org/support/users/michaelrieder/)
 * Actually, it is not a bug. The arrows are not included by the plugin but browsers
   on input tags with `type="number"`. However, if you select the comma symbol for
   decimals, the input tag must have `type="text"` because the comma is not a valid
   decimal separator for Javascript. In this case, you can tick the “Display spinner
   buttons” checkbox in the field’s settings to use the explicit plugin controls.
 * Best regards.
 *  Thread Starter [michaelrieder](https://wordpress.org/support/users/michaelrieder/)
 * (@michaelrieder)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/incremental-step/#post-17271864)
 * Ok. You are really experts.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Incremental step’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [michaelrieder](https://wordpress.org/support/users/michaelrieder/)
 * Last activity: [2 years, 5 months ago](https://wordpress.org/support/topic/incremental-step/#post-17271864)
 * Status: resolved