Issue: Form submission shows success message even when required fields are empty
Description
When submitting the form without filling in the fields, the system still returns a success message instead of displaying validation errors.
This leads to incorrect user feedback and potential data integrity issues.
Steps to Reproduce
- Open the form.
- Leave all required fields empty.
- Click on the Submit button.
Expected Result
The system should display an error message indicating that required fields must be filled.
Actual Result
The system shows a success message, even though the required fields are empty.
Impact
- Misleads users into thinking their submission was successful.
- Allows incomplete or invalid data submission.

Issue: Form submission shows success message even when required fields are empty
Description
When submitting the form without filling in the fields, the system still returns a success message instead of displaying validation errors.
This leads to incorrect user feedback and potential data integrity issues.
Steps to Reproduce
Expected Result
The system should display an error message indicating that required fields must be filled.
Actual Result
The system shows a success message, even though the required fields are empty.
Impact