Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 265 Bytes

form-text.md

File metadata and controls

13 lines (10 loc) · 265 Bytes

Text Form Input Type

Showing an input text

Code Sample

$this->form[] = ['label'=>'Full Name','name'=>'full_name','type'=>'text'];

What's Next

Table Of Contents