teammates icon indicating copy to clipboard operation
teammates copied to clipboard

[#13365] Add validation for email input in feedback form

Open nity4jain opened this issue 2 months ago • 1 comments

…3365

[#XXXX] Add email regex validation with user hints in feedback form

Fixes #13365 > Add email regex validation with user hints in feedback form

Outline of Solution

  • Added regex validation for email input in the feedback form.
  • Invalid emails now show red error hints.
  • Valid emails now show green confirmation hints.
  • Updated the feedback form component logic to prevent invalid emails from being submitted.
  • Removed temporary test input and button used for manual testing.

Testing

nity4jain avatar Oct 03 '25 08:10 nity4jain

Hi @nity4jain, thank you for your interest in contributing to TEAMMATES! However, your PR does not appear to follow our contribution guidelines:

  • Title must start with the issue number the PR is fixing in square brackets, e.g. [#<issue-number>]

Please address the above before we proceed to review your PR.

github-actions[bot] avatar Oct 03 '25 08:10 github-actions[bot]