sasori 1 Posted October 17, 2008 Share Posted October 17, 2008 let's say i have a $countryOptions $countryOptions = $dataCountry->find('list', array( 'order' => 'name asc' )); $this->controller->set('countryOptions',$countryOptions); $emailList = $emailAddress->find('list', array( 'conditions' => '`EmailAddress`.`account_id` = '.$this->controller->Common->getSessionAccountId(), 'order' => 'address desc' how am i gonna modify it in order to make let's say canada as the default country of the select form? Link to post Share on other sites
Recommended Posts
Archived
This topic is now archived and is closed to further replies.