Form field increments | Community
Skip to main content
Level 2
October 10, 2018
Solved

Form field increments

  • October 10, 2018
  • 1 reply
  • 1751 views

I am trying to change an input form field. The dialog box is the up/down arrows. Currently, it goes up/down in values of 1. We'd like it to go up or down in values of .25 instead. Where can I go to make this change? Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by pablo_rosero1

Hi Ryan,

Please locate the field on code and change Step to .25.

<input type="number" step="0.25" value="0.00000000">

Hope this helps!

All the best,

Pablo

1 reply

pablo_rosero1
pablo_rosero1Accepted solution
Level 9
December 3, 2018

Hi Ryan,

Please locate the field on code and change Step to .25.

<input type="number" step="0.25" value="0.00000000">

Hope this helps!

All the best,

Pablo