Lookup table fields

Hi all,
i am creating 2 fields where user will fill in a code in one field and kobotoolbox will fill in the label of that code in the other field. how is this possible?

Thanks
Joe

Welcome @statometry
You can use the jr:choice-name() function in a calculate. You may have a look here Form Operators and Functions - ODK Docs.

With the search function of this forum, you can find more hints and examples, please, e.g. Dynamic questions- Help - #6 by Xiphware and for select_multiple Looping according to multi select, but add title of choice in each iteration - #3 by wroos

General hint: Don’t forget, please, to always check your form with the Online validator, during development and before deployment.

1 Like

Thank you for your reply,

1 Like