


Is there a way to manipulate a numeric input field in a form?
I need to be able to change the increment for the field.
It currently increments by 1, but I need to change it to .5 increments
Any suggestions would be appreciated.
Thanks!
Views
Replies
Sign in to like this content
Total Likes
Hi Tetyana,
Please locate the field in the code and change Step to .5.
<input type="number" step="0.5" value="0.00000000">
Hope this helps!
All the best,
Pablo
Views
Replies
Sign in to like this content
Total Likes
Hi Pablo,
thank you for looking into this.
Unfortunately, that doesn't seem to work.
I get the following error:
Views
Replies
Sign in to like this content
Total Likes
Hi Tetyana,
This is the standard way to code it. Please submit a support ticket and I'm very sorry for the inconvenience!
All the best,
Pablo Rosero
Views
Replies
Sign in to like this content
Total Likes
Hi Pablo,
I already did, BSBX-5393. I haven't got any updates for it for a while now.
If you could look into it, that would be most appreciated.
Thank you,
Tetyana
Views
Replies
Sign in to like this content
Total Likes