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? Quote Link to comment https://forums.phpfreaks.com/topic/128785-cake-select-default-country/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.