======Form Labels ====== **Form fields must have an associated label.** There are no exceptions to this rule. The label may be hidden using the ''sr-only'' (in Bootstrap 3-4) or ''visually-hidden'' (Bootstrap 5+) classes if the purpose of the field is absolutely clear to sighted users. However, keep cognitive disabilities in mind, and do not assume that users will remember a form label or instructions that appeared elsewhere on the page. It is always best to include a visible label for each form field, preferably just above the input or to the immediate left. While it is possible to use ''aria-labelledby'' to indicate that a form’s label already exists elsewhere on the page, this pattern is prone to break when other developers move, rename, or hide adjacent elements in the future. It is always best to use a ''