Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

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