Forum OpenACS Q&A: Re: Newbie Question - AdForm - Pulling from DB to Create a List

Just a thought but you have to be careful about quoting and lists. For example

works
category -label {Category} -datatype text -widget select -options \"$cats\"

does not work (you only get one)
category -label {Category} -datatype text -widget select -options $cats