Skip to content

Text area word count validation contradicts placeholder text on registration form #1030

@vishwasshar

Description

@vishwasshar

🐛 Bug: Contradictory Word Count Validation in "Introduce Yourself" Section

Description:

While registering on the Real Dev Squad website, I noticed a contradiction in the word limit for the "Introduce Yourself" text area.

  • The placeholder says:
    "We would love to know you in not more than 100 words"
  • But the validation error says:
    "At least, 100 more word(s) required"

This leads to confusion — is the word limit a minimum or a maximum?


Steps to Reproduce:

  1. Go to the registration page
  2. Scroll to the "Introduce Yourself" section
  3. Type less than 100 words
  4. Observe the validation error message

Expected Behavior:

  • If the field expects at least 100 words, the placeholder text should reflect that.
  • If it expects not more than 100 words, the validation logic needs to be corrected.

Screenshots:

Image

Possible Labels:
bug, good first issue, UI/UX, form-validation


Happy to help fix this if needed! 🙂

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions