Closed Codipk closed 1 month ago
plz assign this to me
Could you please assign this issue to me? I'd be happy to take it on. Thanks!
Can you please assign this issue to me , i have already sent an assignment request on the website. Thanks !!
@RajatX24 assigned this task. Comment here so that I can make u assignee
Thank you for assigning. Working on it now.
give it to me
Hello @Codipk ,
I have made a PR for this issue. You can check it out here: https://github.com/ContriHUB/EAT_EASY/pull/15
@RajatX24 send the request for approval of PR
i have sent request through contrihub website please assign thi issue to me @Codipk
Expected behavior
The Contact Us form should submit the entered data correctly to the backend, and the user’s query should be stored/processed successfully.
Current behavior
The form data is not being correctly submitted to the backend. Either incomplete or incorrect data is being received on the server-side
Steps to reproduce
Navigate to the Contact Us page. Fill in all required fields (e.g., name, email, message).
Submit the form. The feedback should be given on submitting if there is error in submitting so display that error from server end.
Possible Solution
There may be an issue with the form data being serialized before submission or an issue in the backend API parsing the incoming data. Ensure the form is properly handling data serialization and confirm that the backend is correctly parsing the received data.
Detailed Description (screenshots, code snippets etc.) Provide screenshots of network requests showing the form submission, along with any relevant error messages from the backend logs or API response.