[ODK Developers] Add promt values to hint in ODK 2.0

To show prompt values in the display.hint or display.text columns, you
would use {{data.somefield}}. In ODK 2.0, we use Handlebars.js as our
JavaScript templating engine.

Clarice

··· On Sun, Oct 4, 2015 at 1:44 AM, Sid Patel <4sidpatel@gmail.com> wrote:

I've just started exploring ODK 2.0.

In ODK 1 it is possible to add prompt values to a hint by using
"${somefield}" as value.

In ODK 2.0 I'm trying to use "data('somefield') in the "display.hint"
coulumn, but the value of the prompt wont show.

Any suggestions how to achieve showing prompt values in the hints for ODK
2.0?

--
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, I'll try it.

Works! Thanks Clarice.

Den söndag 11 oktober 2015 kl. 09:02:56 UTC+2 skrev Sid Patel:

··· > > Thanks, I'll try it.