In Steps setting page currently, we have a form-id field and in this field user can type the form-id and that is used to find the actual form from the ODK collect app but due to the free-text user can make the mistake in typing the form-id and eventually he can get the "Form not found error" during the process of interview.
Solution:
To overcome this issue, we need to enhance the form-id field with an auto-complete textview feature. Fetch the available form list from ODK collect based on the field text.
Description:
In Steps setting page currently, we have a
form-id
field and in this field user can type the form-id and that is used to find the actual form from the ODK collect app but due to the free-text user can make the mistake in typing the form-id and eventually he can get the "Form not found error" during the process of interview.Solution:
To overcome this issue, we need to enhance the form-id field with an auto-complete textview feature. Fetch the available form list from ODK collect based on the field text.