Erroneous placement of error message span with Parsley 2.x and Bootstrap 3
I'm trying to add Parsley validation to a set of radio buttons contained within a Bootstrap 3 btn-group. The issue is that the error wrapper that parsley injects (in my case set to a span) is appearing in between the two options (which are contained within a label) rather that outside the btn-group div. This is illustrated in the sample below: <div class="form-group"> <div class="btn-group" data-toggle="buttons"> <label class="btn btn-default"><input type="radio" name="BuyAgain" value="True" data-parsley-required="true" data-parsley-multiple="BuyAgain" data-parsley-id="3282">Yes</label> <span