Top "Formhelper" questions

Forms in web applications are an essential interface for user input.

Cake PHP 2 custom Form->Label

I'm using the Form helper to generate a label: $this->Form->label('Contact.name', 'Name'); Which generates the …

cakephp formhelper
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? …

php cakephp formhelper cakephp-2.4
add disabled (and selected) option to select item with form helper

hi I'm trying to add a disabled option to a select box with the form helper I use this code …

cakephp formhelper
cakephp label in checkbox

i'm trying to get a checkbox with his label echo $this->Form->checkbox('straordinari', array('div'=>'true', …

checkbox label cakephp-1.3 formhelper
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 …

cakephp formhelper
Cakephp 3 multiple custom template formhelpers

So I'm at work (working with sensitive data might I add for posterity's sake), and the powers that be decide …

templates cakephp formhelper cakephp-3.0
How to auto-submit Rails formhelper, when onchange occurs on select dropdown (populated from DB)

I have a form in my View with two dropdowns, both populated from db tables, where I'd like to auto-submit …

ruby-on-rails formhelper