Using `$this->BootstrapForm->input('field', array('div' => 'span4'));` should produce `<div class="control-group span4">...</div>` but it does not. The result is only `<div class="control-group">...</div>`
Using
$this->BootstrapForm->input('field', array('div' => 'span4'));should produce
<div class="control-group span4">...</div>but it does not. The result is only
<div class="control-group">...</div>