2

I just updated my portfolio site - (www.jaredmc.com) and used the Twitter Bootstrap framework. However in the first two form fields/inputs no cursor or text appears in Firefox (latest version). I've confirmed with testing that the data will submit even though it's not visible. Any help is much appreciated.

Thanks

1 Answers1

1

After further research I learned that the "form-control" class in Bootstrap prevents the cursor and text from appearing b/c of default styles. Then I was able to research and find the following stackoverflow answer to answer my question - How can I work around the need for Bootstrap 3's form-control class?.

Community
  • 1
  • 1