Encountering an issue with jQuery validation. Upon pressing the submit button, the div is moving under the other input field divs instead of pushing them down.
Attempted to resolve this by adding the following CSS:
.form-horizontal > .col-xs-7{
height:693px;
}
While this solution partially works, it creates excessive space when the submit button has not been pressed yet.
Click here to view the page where I am addressing this issue.