Button click increments Enum list of numbers or number itself at Form level

I am trying to have several Buttons at the form entry level that when click will increment in value (essentially Count). I see that with Enum you can have a Button type, but what I want is a Single button. Is there a way to start that button at 0 and have it increment by 1 when clicked and max out at 20?

 

Thanks!

0 2 86
2 REPLIES 2

The count column needs to be defined as Number type.  In the count column definition, you can set the configuration so that the max value is 20.  The column will display with "+" and "_" buttons.  The "+" will increment by 1 and will only go up to 20.

I hope this helps!

Thank you, yes, I saw how to do that, but I'm not a fan of the small "+" and "-." Do you know of any way to customize those (perhaps just have a larger control button)?

 

Top Labels in this Space