i am a newbie in ODK and XForms but not new in coding. I am
implementing an ODK application. I have managed to create a form which
runs fine on the emulator and can be able to collect data and save the
data as complete. I have an Aggregate account where I have uploaded
the working form and set ODK to sync with that server.
My question is: What will make ODK fail when submitting the completed
(my completed) form to the server, but when I am using other forms I
downloaded they are being submitted well.
<input ref="/animal/location_name">
<label>Enter the name of this location</label>
</input>
<input ref="/animal/gps">
<label>Capture the GPS coordinates of this location</label>
</input>
<input ref="/animal/animal_name">
<label>Enter the name of the animal</label>
</input>
<select1 ref="/animal/animal_species">
<label>What are you sampling?</label>
<item>
<label>Goat</label>
<value>goat</value>
</item>
<item>
<label>Sheep</label>
<value>sheep</value>
</item>
<item>
<label>Cow</label>
<value>cow</value>
</item>
<item>
<label>Other</label>
<value>other</value>
</item>
</select1>
<input ref="/animal/other_species">
<label>Enter the species name that you are sampling</label>
</input>
<select1 ref="/animal/ageing">
<label>What do you know, the age or the DOB of the animal?</
Fixed my problem, actually there was no problem. Just a slow internet
connection was causing the form not to upload. Too bad ODK does not
give a proper message in case a form times out when being uploaded.
glad it's working for you. our next release does have much better
error messages.
ยทยทยท
On Fri, Oct 29, 2010 at 00:10, tver3305 wrote:
> Hi all,
>
> Fixed my problem, actually there was no problem. Just a slow internet
> connection was causing the form not to upload. Too bad ODK does not
> give a proper message in case a form times out when being uploaded.
>
> Adios
>
> --
> Post: opendatakit@googlegroups.com
> Unsubscribe: opendatakit+unsubscribe@googlegroups.com
> Options: http://groups.google.com/group/opendatakit?hl=en
>