<$list filter="[all[current]tag[some field]]">
field_name_2: <$select field="field_name_2">
<option value=''></option>
<$list filter="[tag[some field]each[field_name_2]get[field_name_2]sort[title]]">
<option>
<$view field="title"/>
</option>
</$select>
</$list>"</$list>" or "/>"
Any thoughts?
Thanks, Bob
<$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><$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."</$list>". Then later when examining the code to try and understand how it works I was baffled by its absence (mostly because the code works the same without it).
Thanks for confirming that it should be there. I'm glad there isn't some rule that says "you don't need it if..."
It must be that Firefox has been forgiving of my foolishness.
All the best, Bob