/
How to update forms on OpenSRP app
How to update forms on OpenSRP app
- Find the id of the form that needs to be updated. This can be done by locating the form at http://formhub.org/drishti_forms/
- Find the name of the form on Dristhi app. This can be done by locating the form at <dristhi_app_root>/dristhi-app/assets/www/form directory
- Run the following command by replacing <form_id> with the actual form_id,
curl -X POST -ssl3 -d "server_url=https://formhub.org/drishti_forms&form_id=<form_id>" https://enketo.formhub.org/transform/get_html_form
- Copy the model node contents to <dristhi_app_root>/dristhi-app/assets/www/form/<form_name>/model.xml and the form node contents to <dristhi_app_root>/dristhi-app/assets/www/form/<form_name>/form.xml
- Update the form_definition.json according to the changes made to model
, multiple selections available,
Related content
How to add new forms to OpenSRP App
How to add new forms to OpenSRP App
More like this
How to upload configurable forms using the API
How to upload configurable forms using the API
More like this
Form Autodownload for Client
Form Autodownload for Client
More like this
How to update Enketo on OpenSRP app
How to update Enketo on OpenSRP app
More like this
OpenSRP Form Architecture
OpenSRP Form Architecture
More like this
OpenSRP Web APIs
OpenSRP Web APIs
More like this