Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Rob Williams
18,708 PointsProblems with simple_form
I've reached the point in creating a simple rails app of adding simple form. I've put everything in as the video shows but none of the 'f.inputs' are showing on the page except for the submit button. Has anyone else had this problem?
Thanks
Rob
1 Answer
Chris Dziewa
17,781 PointsI haven't had that particular issue, though I have had issue with simple forms and Bootstrap 3 incorrectly styling the form. Unfortunately simple forms doesn't natively support Bootstrap 3 and even with a workaround, I had no luck. What is the code you have in your statuses/_form html.erb file?