The form-horizontal class applied to the form causes negative padding to the fieldsets and displays 15px left of the container. This is only an issue if the Bootstrap theme is used or Bootstrap css is included in the page.
Consider removing class="form-horizontal" unless you actually want a horizontal form.
The
form-horizontal
class applied to theform
causes negative padding to the fieldsets and displays 15px left of the container. This is only an issue if the Bootstrap theme is used or Bootstrap css is included in the page.Consider removing
class="form-horizontal"
unless you actually want a horizontal form.