Questions tagged [xlsform]

XLSForm is a data collection form standard created to help simplify the programming of data collection forms. It allows the use of a human-readable format using a widely familiar tool (Excel) to set a practical standard for sharing and collaborating on programming data collection forms. XLSforms are simple to get started with but allow for the authoring of complex forms as well.

7 questions
2
votes
0 answers

How to load json data dynamically in external_choices

community. I am new in ODK forms. I just want to ask how can I load JSON data or any other way rather than JSON, in my external_choices at run time dynamically. Example: I want to load data based on district_id. In my one district, there are 2000…
user13153470
1
vote
1 answer

Fill a text field with a preset value based on the selected value of a list in XLS Forms

I am building an xlsx form for ODK. I have a dropdown list and a text-input field. I would like when I select a value from the ListA, a specific code to be filled in the text-input field. For example if I choose "valueA" from the dropdown list the…
user1919
  • 3,818
  • 17
  • 62
  • 97
0
votes
0 answers

How to implement cascade select fields in ODK Aggregate XLSForm with data coming from csv files

I a working with odk aggregate. I need to create a form with the following requirements: In my form I have departments, provinces and districts (spanish 'departamento', 'provincia', 'distrito'). A department has many provinces, and a province has…
Ernesto Ruiz
  • 736
  • 9
  • 31
0
votes
1 answer

XLSForms PULL Data

please I need a help in an issue where I want the pull data function not to run when a specific field has an answer the image describes exactly what I have for example in the image above , no need to pull data when the field "Mohafaza" already have…
0
votes
1 answer

Combine references to create new reference like ${var${randnum}}

I am trying to create a new reference containing another reference as in ${var${randnum}}. Ultimately, I want to create a variable which refers to a two times two randomized set of variables. As the above approach did not work, I developed it…
kemajuan
  • 103
  • 7
0
votes
1 answer

How do I create a pop-up window inside the XLSForm?

I have a multiple-select question and I need to show a pop-up window to the form user whenever he/she selects one option, in this pop-up window he will answer more questions and close the pop-up to select another item from the multiple-select…
0
votes
1 answer

How to prefill geopoint in enketo form through URL

I want to pre fill geopoint(latitude,longitude,altitude,accuracy) through URL? i tried like this : www.myform.com?d[/data/myformname/lat]=28.5825583292 but it not reflected in form. Can anybody help?
user13153470