Required fields not validated — form saves with mandatory fields empty
On the “Add or Edit Your Business Listing” page, several fields are marked as required with an asterisk (*) — including Business Name, Category, Website URL, Business Email, Full Description, and Location. However, the form allows saving/submitting even when these mandatory fields are left completely empty. No client-side or server-side validation error is triggered, and no message is shown indicating that required information is missing.
This is a significant bug since it lets incomplete business listings get published without the core details (like a description or location) that are meant to be mandatory.
Expected behavior:
The form should block submission and show inline validation errors (e.g., “This field is required”) next to each empty mandatory field, preventing save until they’re filled in.
Actual behavior:
The form saves successfully with all required fields left blank, with no validation warning at all.