Custom formList subfolder

Hello,

it would be to know how to do a make a custom formList from Aggregate for ex: (formList1, formList2, ...) or a tomcat server or apache.

or how to download a forms on SDCARD without aggregate.

This is to categorize a forms on ODK Collect.

Thanks for assistance.

Jim,

You don't need Aggregate to download forms. If you put the forms at
/sdcard/odk/forms on the device, ODK Collect will read them.

Grouping forms on ODK Collect will require code changes.

Yaw

··· -- Need ODK consultants? Nafundi provides form design, server setup, in-field training, and software development for ODK. Go to https://nafundi.com to get started.

On Tue, Feb 9, 2016 at 5:42 PM, Jim phelps bigbonic@gmail.com wrote:

Hello,

it would be to know how to do a make a custom formList from Aggregate for ex: (formList1, formList2, ...) or a tomcat server or apache.

or how to download a forms on SDCARD without aggregate.

This is to categorize a forms on ODK Collect.

Thanks for assistance.

--
You received this message because you are subscribed to the Google Groups "ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Thanks Yaw,

For my needs, it is necessary download forms from a web server (localhost for test)

but when i try to make formList such as Aggregate it gives me an error like on screen.

i change odk code for search in different folders in web server (FormDownloadList.class)

does it create a special servlet ?

The form API spec is here
https://bitbucket.org/javarosa/javarosa/wiki/FormListAPI

This error is because you are using an archaic form listing format and
there was an error in one of the ODK Collect releases that broke the
handling of that archaic format.

Specify the appropriate headers on your request
https://bitbucket.org/javarosa/javarosa/wiki/OpenRosaRequest

and the server will return the OpenRosa listing format.

This particular regression is fixed in the ODK Collect code tip.

··· On Mon, Feb 15, 2016 at 2:38 AM, Jim phelps wrote:

Thanks Yaw,

For my needs, it is necessary download forms from a web server (localhost
for test)

but when i try to make formList such as Aggregate it gives me an error
like on screen.

i change odk code for search in different folders in web server
(FormDownloadList.class)

does it create a special servlet ?

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com