sasori 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 comment https://forums.phpfreaks.com/topic/128785-cake-select-default-country/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.