您好我正在寻找一种在输入字段下方显示错误消息的方法。我怎么做?
<fieldset class="has-feedback form-group">
<div class="animated-label">
<input type="text" name="Full Name" class="text-field"
data-error="Error message"
required="">
<label>I can pay a down payment of</label>
<sub><img src="/assets-new-site/media/Project/FAB/Common/images/svg/icn-error.svg"
alt="error-icon"></sub>
<div class="help-block with-errors"></div>
</div>
</fieldset>
上面尝试过,但无法实现标签和输入字段在同一行,错误应该只标记到输入字段而不是标签。AED 应该是预填充的输入值。