Checking if the phone number is valid (has exactly 10 digits and no extra symbols) should be added to prevent error prone numbers like "-3" are not submitted. The existing code only checks if the number is greater than 10 digits.
The file is located at frontend\src\pages\LostForm.js
