Wayne wrote: > I have an #in loop to pull some folder properties and populate a HTML drop > down list. The problem that I have is that everything is sent for each item > in the list. That's because you reference the whole thing for each item. You want: <!--#in projects--> <OPTION VALUE="<!--#var sequence-item lower-->"><!--#var sequence-item--> <!--#/in-->