codeigniter_bootstrap_form_builder icon indicating copy to clipboard operation
codeigniter_bootstrap_form_builder copied to clipboard

Codeigniter + Bootstrap 2/3 Form Builder

Results 4 codeigniter_bootstrap_form_builder issues
Sort by recently updated
recently updated
newest added
trafficstars

i cant make Published array(/* DROP DOWN */ 'id' => 'published', 'type' => 'dropdown', 'options' => array( '1' => 'Published', '2' => 'Disabled' )

syntax error, unexpected ''open_form'' (T_CONSTANT_ENCAPSED_STRING), expecting ')'

Is there a way to do suppress one of the labels for the checkbox group? Right now, if only one checkbox is included, it has two labels: one for the...

how can you set a default value for a group of radio buttons, so that one of them is pre-selected? or a checkbox?