**Steps to replicate the issue** (include links if applicable):
* Navigate to Special:WishlistIntake and create
* In the Title field, enter only spaces or not enough characters (e.g., " ").
* Click Publish wish
**What happens?**:
Nothing, it stays at the bottom, and you have to manually scroll up until you see what needs to be fixed.
**What should have happened instead?**:
There should at least be an error message on what needs to be fixed, or scroll up to the incomplete section
**Other information** (browser name/version, screenshots, etc.):
bug came from {T403682#11168111} in AC2
{F65995132}
**Derived Requirement**
When a user submits a wish on **Special\:WishlistIntake** with a missing or invalid title (e.g., empty, spaces only, or too few characters), the system must:
* Display a clear **error message** indicating what needs to be fixed.
* Either **auto-scroll to the problematic field** (Title) or also display the error at the bottom near the submission button.
* Prevent submission until the Title field meets the minimum requirements.
====Test Steps
**Test Case 1: Empty Title Submission**
1. Navigate to `Special:WishlistIntake`.
2. Leave the **Title** field blank.
3. Click **Publish wish**.
4. ✅❓❌⬜ **AC1:** An error message should be displayed.
5. ✅❓❌⬜ **AC2:** Page should auto-scroll to the Title field (or show the error also at the bottom).
**Test Case 2: Title with Only Spaces**
1. Enter `" "` (spaces only) in the Title field.
2. Click **Publish wish**.
3. ✅❓❌⬜ **AC3:** Error message is displayed for invalid Title input.
4. ✅❓❌⬜ **AC4:** Page auto-scrolls or shows error near the button.
**Test Case 3: Title Below Minimum Character Requirement**
1. Enter `"A"` (too short) in the Title field.
2. Click **Publish wish**.
3. ✅❓❌⬜ **AC5:** Error clearly explains the Title length requirement.
4. ✅❓❌⬜ **AC6:** Auto-scroll/error placement is consistent.