Hi,
I have an XLSform with media files uploaded to ONA which works fine in ONA Enketo.
However, when I uploaded the form to my Android smartphone in ODK Collect v1.4.16, at the select_one prompt within a group with field-list appearance attribute, it gave the following error when filling out: "Sorry, this response is required!".
It is a select_one type field [appearance=quickcompact; relevant=selected(${field_name}, 'text_value'); required=yes] with png images,
I tested the error and that's what I found:
#1 removed the images >> error remained
#2 removed all required=yes parameters >> error remains
#3 removed all relevancy conditions >> error remains
#4 removed all required=yes parameters + all relevancy conditions >> error remains
#5 removed the grouping but otherwise restored the original XLSform (i.e. appearance + relevant + required + images) >> error gone(!)
>>either ONA's XLSform>>Xform converter messes something up with the group or ODK Collect but, seemingly, the uploaded ONA-converted Xform is not compatible with ODK Collect!
&