Using Bootstrap 3 with a form-horizontal using form-group and input-group tags with Jquery-Validate. When Jquery.Validate runs for errors, it appends a label error control within the input-group.
The issue is that input-group-addon wraps to the next line underneath the form field when the label error control is added by Jquery Validate.
VIEW: http://www.bootply.com/114554
How do I get the label error to stay under the form control and not wrap the input-group-addon to the next line?
Yes, I am aware of this solution - works great, but still doesn't line up the error label for form-horizontal: Bootstrap 3 with jQuery Validation Plugin