Created
September 18, 2013 11:58
-
-
Save juristr/6608145 to your computer and use it in GitHub Desktop.
Validation error messages with Bootstrap 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="col-md-2 form-group has-error"> | |
<label class="mandatory control-label" for="txtResidenceCAP">[lblResidenceCAP]<abbr>(*)</abbr></label> | |
<input class="form-control" type="text" id="txtResidenceCAP" name="residenceCap" value="38025" placeholder="[phResidenceCAP]"> | |
<span for="txtResidenceCAP" generated="true" class="help-block" style="display: inline;">Value required!</span> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment