0.4.1
Release Note - Version 0.4.1
In this release, we have added a new function in ODKCentral program that allows users to retrieve form fields directly from the XForm in the ODK Central.
Changes
Added a new function that returns the form fields from the XForm in the ODK Central.
Users can now easily access and retrieve specific form fields programmatically.
How to Use:
from osm_fieldwork.OdkCentral import OdkForm
form = OdkForm(url, user, pw)
form_fields = form.form_fields(project_id, form_id)