Created by: javiereguiluz
The original horizontal form example wasn't correctly displayed because it uses .col-lg- columns. Using .col-sm- columns fixes this problem:

In addition, the id attributes of the form controls have been fixed (inputEmail3 instead of inputEmail1, etc.).