14 hours назад14 hr Или кто знает как решить эту проблему <label class="ipsFieldRow_label" for="chatMSG_1"><span>chatMSG_1</span> </label>The label's for attribute refers to a form field by its name, not its id. This might prevent the browser from correctly autofilling the form and accessibility tools from working correctly.To fix this issue, refer to form fields by their id attribute.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.