I\'m currently switching my website over to Bootstrap 3.0. I\'m having an issue with form input and text formatting. What worked in Bootstrap 2 does not work in Bootstrap 3.
The way I solved it was simply to add an override for all my textboxes on the main css of my site, as so:
.form-control { display:initial !important; }