The form fields on the page do not have associated labels.

Register
Submit a solution
The challenge is finished.

Challenge Overview

Describe the bug

The form fields on the page do not have associated labels.

To Reproduce Steps to reproduce the behavior:

  1. Go to Members login:https://accounts.topcoder.com/member.
  2. Type in each form field to see if there is a visible label which remains at all times.
  3. Notice that the placeholder text disappears as soon as we start typing in the form fields. readers.

Expected behavior

There should be a visible label at all times which is associated with the respective form field.

Actual behavior

The placeholder text has been given for all the form fields which disappears when user starts typing.

Additional context Type:Form Fields

Page: https://accounts.topcoder.com/member

Status: Partially fixed, provide aria-label as 'user name or email' since this is the text given as a placeholder. The password field doesn't have an associated label, provide aria-label for it too.



Final Submission Guidelines

Upload the updated code to TopCoder

Review style

Final Review

Community Review Board

Approval

User Sign-Off

Challenge links

ID: 30099920