added va;idation for contact person. it will accept only alphabetical character #79

Merged
vikas.nale merged 1 commits from pramod_Bug#197 into Issue_May_2W 2025-05-08 10:12:24 +00:00
Collaborator

Issue
Update / Create Project
"Contact Person" field was previously not properly validated, allowing invalid input such as numbers and special characters.

Fixed
Updated the field to accept only alphabetic characters (both upper and lowercase) and spaces.
Input is now validated with a regex pattern (/^[A-Za-z\s]+$/) that ensures the field contains only letters and spaces.
And accept less than 50 characters.

**Issue** _Update / Create Project_ "Contact Person" field was previously not properly validated, allowing invalid input such as numbers and special characters. **Fixed** Updated the field to accept only alphabetic characters (both upper and lowercase) and spaces. Input is now validated with a regex pattern (/^[A-Za-z\s]+$/) that ensures the field contains only letters and spaces. And accept less than 50 characters.
pramod.mahajan added 1 commit 2025-05-08 05:41:02 +00:00
vikas.nale merged commit 4fe09330c1 into Issue_May_2W 2025-05-08 10:12:24 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/marco.pms.web#79
No description provided.