How to add dropdown list to this?

Pretty new to all of this…getting frustrated.

Search Service Tag: <%= text_field_tag("query2", @params['query2'], :size => 10 ) %>

What do you mean? Could you post a full question, some problem you may
be
having? If you just want a select box in the forum, check out the Rails
API
docs (api.rubyonrails.com) for helpers you can use.

Jason

http://api.rubyonrails.org

look at #collection_select and related helpers (

)

Jason

http://76.186.99.71:3000/bisdinvs/list

thats what I have so far. I want to add some more search items, and
some of them will be static, so I need to use a drop down list.