Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Form field increments

Avatar

Level 2

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!

1593059_pastedImage_0.png

1 Accepted Solution

Avatar

Correct answer by
Level 10

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

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

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