function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Eliza CovielloEliza Coviello 

need help drop down menu in sites

any help would be appreciated!
Chris  ByromChris Byrom
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_selectList.htm

This link shows you how to use the SelectList tag. You basically just populate a list of SelectOption in your controller, and feed those to the SelectList component.