Hi folks!
I am stuck with something which is probably obvious if you know how …
<$select tiddler='mywotd'>
<$list filter='[[wotd]indexes[]]'>
<option value='[[wotd]getindex<title>]'><$view field='title'/></option>
</$list>
</$select>
{{mywotd}}
I would like to show the definition of a word after selecting it from a dropdown list. I have the list but the definition does not appear in “mywotd” - instead it shows:
[[wotd]getindex
Thanks
M