Reputation: 445
I want to have a form where user can edit some (but not all) values of some fields. So I would need to set some fields as read only, is that possible?
Upvotes: 1
Views: 68
Got it!
$f->getElement('name')->disable();