Input Data Limit

1. What is the problem? Be very detailed.
Hello.. I've created an ODK form. It is working fine on desktop. but when i connect the form to the mobile app ODK Collect, i am unable to add complete information.
for example, if i want to add 99999999999 (11 times), in app I can only type 999999999 (9 times)
can you please help me with that?

2. What app or server are you using and on what device and operating system? Include version numbers.
for now, i am using sandbox

3. What you have you tried to fix the problem?
couldn't even troubleshoot the error.
4. What steps can we take to reproduce the problem?
use ODK collect app, and try to add a long integer of 20 characters
5. Anything else we should know or have? If you have a test form or screenshots or logs, attach below.

Hi @Khizar553
using integer question there is a limit of 9 numbers. If you need to handle bigger values you should use text question with numbers appearance:
https://docs.getodk.org/form-question-types/#number-text-widget

1 Like