I am trying to add a form field for gender below is my code :
$options = ['m' => 'Male', 'f' => 'Female']; echo $this->Form->select('gender', $options);
But in my view file I am unable to see lebel gender is there any other code which can help me suggest .
Aucun commentaire:
Enregistrer un commentaire