I know this is an old post (at the link below), but I just wanted to check if this is still the case - that the spinner cannot be limited to positive values only? Thank you!
https://community.esri.com/t5/arcgis-survey123-questions/limit-spinner-appearance-to-positive-integer/m-p/802421
I found a possible solution while investigating calculations using XLSXForm.
Use the formula .>=0 and .<100 in the constraint field. If the user enters a value outside of the range 0-99 the question will be highlighted in red and the form cannot not be submitted - see the screenshots below.
Great, this worked! I did not want to limit the number that can be entered, so I only entered .>=0, which works fine for what I need. It still allows the spinner to go into negative numbers, but as you mentioned the form can't be submitted until that is corrected, so that will work fine. Thank you!
I am real happy it worked for you. You could add a statement in the hint field to remind users that negative numbers are not allowed. For example <div style=“font-style:italic; font-weight:bold; color:orange;”>Negative values will not be accepted</div>
Yes, I entered a constraint message that will prompt users to correct any negative numbers. Thanks again!
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.