romses,
il y a 8 ans
$this->Form->create($entity,['type'=>'post/get','url'=>['controller'=>'candidats','action'=>'add']]);
ou
$this->Form->create($entity,['type'=>'post/get','url'=>'http://www.monsite.com/candidats/add']);
ou
$this->Form->create(NULL,['type'=>'post/get','url'=>['controller'=>'candidats','action'=>'add']]);