๐ Opened by loup from a user session recording.
The newsletter form performs no inline validation before the user submits. As seen at 0:12, the only feedback comes after a server round-trip, and when combined with the form becoming unrecoverable on error, the user is left stuck with no way to retry. Adding client-side or inline pre-submit validation (e.g. checking email format on blur or input) would surface the error before submission and prevent the user from reaching the broken post-error state.
Verified from the recording at 0:12: Frame 0:12 shows the error only appears post-submit with no prior inline validation feedback visible, and the form controls are gone leaving the user unable to retry.
Where: appview/pages/templates/timeline/home.html:509
Evidence#
โถ Watch at 0:12
๐ Evidence @ 0:12
โถ Watch at 0:12