Form Validation Issues
- When the submit button is clicked, required field validation errors are displayed for all empty fields.
- After closing the modal and resetting the form, the modal fields still display required field validation errors when reopened.
- When entering text into an input field, the required field validation error should be removed immediately. However, it is currently still showing.