Closed stantond closed 10 years ago
Before/after input aren't working either, they're just added as attributes for the input field rather than generating the proper code around the input. I've installed via composer, set up as per the read me, and use BoostCake pagination and flash without issue. Is there something I could have missed when generating forms with BoostCake?
My bad, had this line in the controller, overriding AppController where I'd added the BoostCake helpers:
public $helpers = array('Html', 'Form');
before adding BoostCake, totally forgot about it.
Hi
I tried using the same form example on the demo page, but still no luck. My form is output like like this when there are validation errors:
So no bootstrap error classes. BoostCake works fine for me with pagination and flash.
I'm using bootstrap 3.0.3 and cakephp 2.4.4. The form code:
Thanks!