-
Notifications
You must be signed in to change notification settings - Fork 54
Description
Description:
When submitting the support form on the /support page, users are shown a “405 Not Allowed” error. Instead, a success message (even a placeholder/dummy message) should be displayed to improve user experience.
Steps to Reproduce:
- Go to the /support page.
- Fill out the support form.
- Submit the form.
- Observe the resulting message.
Expected Behavior:
After submitting the support form, users should see a success message confirming the submission (even if it’s a dummy message).
Actual Behavior:
A “405 Not Allowed” error is displayed after form submission.
Impact:
This error confuses users and results in a poor user experience.
Suggested Fix:
Update the form submission logic to display a user-friendly success message after submission, regardless of backend implementation.
Screenshots:
Request to Maintainer:
Hi @neeraj542 , could you please assign this issue to me and grant me permission to work on it?
Also, kindly label this issue as hacktoberfest, hacktoberfest2025, so it counts toward Hacktoberfest 2025 contributions. Thank you!