Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 337 Bytes

form-hidden.md

File metadata and controls

13 lines (10 loc) · 337 Bytes

Hidden Form Type

Code Sample

$this->form[] = ['label'=>'Label Name','name'=>'field_name','type'=>'hidden','value'=>'YOUR_CUSTOM_VALUE'];

By put value attribute, it will force the value to your setted value

What's Next

Table Of Contents