Questions tagged [formhelper]

145 questions
8
votes
4 answers

cakePHP value for empty option

is there a way to pass a value for the empty option in a select dropdown generated by the FormHelper? I'm creating an input like this: echo $this->Form->input('supplier_id', array('empty'=>true)); with values supplied automatically from the…
Devin Crossman
  • 7,454
  • 11
  • 64
  • 102
6
votes
2 answers

Creating 'select' listboxes using FormHelper in CakePHP

I have two models, Category and Point. The associations are defined as: Category hasMany Point Point belongsTo Category I would like, when adding Points to my database, to be able to select the category it belongs to from a