Users tend to enter forms mode then use tab navigation to move through the form. Intervening instructions or questions that apply to multiple inputs are frequently missed causing the forms to be submitted with errors.
<div tabindex="0">interveneing text</div>
<label for="address">Address </label>
<input name="address" type="text" />
</form>