Humm.... In [TW5] Tag dependant fields <https://groups.google.com/forum/#!topic/tiddlywiki/PRDaWX4p5F4> I provided you with this code:
<$list filter="[all[current]tag[some tag]]"> Field name 1: <$select field="field_name_1"> <option value=''></option> <option>value 1</option> <option>value 2</option> <option>value 3</option> </$select> Field name 2: <$select field="field_name_2"> <option value=''></option> <$list filter='[...(filter that selects the values)...]'> <option><$view field='title'/></option> </$list> </$select> </$list> And in [TW5] Filter syntax to list all values of a field <https://groups.google.com/forum/#!topic/tiddlywiki/izgjCQi29EY> I provided this snippet: <$list filter="[tag[some field]each[field_name_2]get[field_name_2]sort[title]]"> <option> <$view field="title"/> </option> </$list> The closing </$list> is present in the two codes. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/5b2d01a0-6299-462a-bd1e-dce0646a732e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

