Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Upgrading SilverStripe /

Ask questions about upgrading SilverStripe to the latest version.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Bootstrap-forms & Userforms module broken after upgrading to SS 3.2.1


Go to End


4 Posts   2048 Views

Avatar
dave.m

Community Member, 19 Posts

8 January 2016 at 3:44am

After upgrading to SS 3.2.1 with Userforms 3.1.0 and Bootstrap-forms none of the Bootstrap classes get output to form elements - anyone else have this combination working?

TIA
Dave

Avatar
camfindlay

Forum Moderator, 267 Posts

14 January 2016 at 9:44am

Hey Dave, do you know which version of the bootstrap forms module you are using? Perhaps paste in your composer.json requirements (if you are using composer?) so someone can test and confirm.

Avatar
dave.m

Community Member, 19 Posts

14 January 2016 at 5:15pm

Hey Cam,
Using the latest version in CWP.
I was using Userforms 2.0.9 / Bootstrapforms with SS 3.1.13 and upgraded to SS 3.2 and Userforms 3.1.0

Avatar
camfindlay

Forum Moderator, 267 Posts

14 January 2016 at 5:41pm

Edited: 14/01/2016 5:41pm

Cheers Dave.m, To me this seems to be that the https://github.com/unclecheese/silverstripe-bootstrap-forms module itself doesn't (at least yet) support use with the latest version of UserForms. I'd suggest raising an issue there with the maintainer of that module (UncleCheese). You could also look to fork that module, improve it to suit your needs and then offer the fix back as a Pull Request to the original module.