Closed ghost closed 10 years ago
We added some changes to add an 'after' option. Please take the latest version.
You can use the BsForm like this :
echo $this->BsForm->input('city', array( 'after' => $this->Form->error('city', array(), array('wrap' => 'span', 'class' => 'help-block')).'
We're working on an error() function for the BsForm. Keep us posted if your code with this solution works.
Below is how I format my inputs to display validation errors. How can I use your helper to format like below.