Hi, i am using Zend Frameworks ViewHelpers. I am trying to pass something to set disabled attribute in SELECT. for example if $countries = array(1=>'Select Option', 2=>'us', 3=>'uk')
and formSelect('country','us',null,$this->countries)
I need to diable first option i.e. 'Select Option'
Do you have any idea ?
Thanks in addvance