Uploading xls forms

1. What is the issue? Please be detailed.
am trying to upload a form but getting errors:
Error: There has been a problem trying to replace ${Other(Specify)} with the XPath to the survey element named 'Other(Specify)'. There is no survey element with this name.

2. What steps can we take to reproduce this issue?

I have gone through the form to correct the error messages from the validator and corrected them

3. What have you tried to fix the issue?
I have gone through the form to correct the error messages from the validator and corrected them

4. Upload any forms or screenshots you can share publicly below.

Hi @mshiphar

A warm welcome to the ODK Community forum. When you get a chance please take a moment to introduce yourself and also add a photo of yourself as an Avatar. It helps build the community!

Row 75 of your XLSForm has an undefined survey element Other(Specify), it looks like you wanted a survey element from Row 74 - Other_activities2

Your XLSForm has other errors (for example: there are multiple survey elements with the name: total_calc), you can test, preview, and validate your forms here

I strongly suggest you go through the XLSform Tutorial: Your first form

2 Likes

Thanks Ronald. I have corrected the errors and it is now working.

1 Like