Hi, I'm trying to modify this select widget:
<$set name=myfield value=myvar>
<$select field=<<myfield>>>
<$list filter="[[LumbarKemps]get[plist]]">
<$list filter=<<currentTiddler>>>
<option value=<<currentTiddler>>><$text text=<<currentTiddler>>/></option>
</$list>
</$list>
</$select>
</$set>
The way this currently works is that it gets the list of options from the field "plist" in the tiddler [[LumbarKemps]], and whatever is selected in the dropdown list is put into the field "myvar", but its set in the *current tiddler*.
I've been trying to change it so that it sets into the field "myvar" in the [[LumbarKemps]] tiddler, by replacing one of the <<currentTiddler>> instances with "[[LumbarKemps]]", but none of it works.
Can someone let me know what I'm doing wrong?
thanks,
Dave