I want to create a form layout like this:
First Name: ______ Last Name: _____
Email: _____________________________
Each label has to be wrapped within the same "form-group" as its input field.
This style is mixed of form-inline and form-horizontal, how should I implement this?
You can use columns as well, here's the html code:
And the css code is : (maybe there's some extra properties though that are not necessary) :
Here's a jsfiddle link : Demo
You can use something like this: