jahnvisahni31 / DesignDeck

web-based design tool built using Next.js. It aims to provide a collaborative design environment where users can create, edit, and share their designs in real-time.
https://design-deck.vercel.app/
MIT License
28 stars 59 forks source link

Fix : "Send Message" Button Not Working on Contact Us Page #133

Open rudrapratap63 opened 1 week ago

rudrapratap63 commented 1 week ago

Description: On the Contact Us page, clicking the "Send Message" button does not send the message request to the backend. As a result, users are unable to submit their queries or feedback. Additionally, I can help add a nodemailer functionality that sends the message directly to your email when the form is submitted.

Steps to Reproduce:

  1. Go to the Contact Us page.
  2. Fill out the message form.
  3. Click the "Send Message" button.
  4. Observe that no request is sent to the backend, and the message is not delivered.

Expected Behavior: Clicking the "Send Message" button should trigger a request to the backend, sending the user's message data for processing.

Actual Behavior: No request is sent to the backend when the "Send Message" button is clicked, and the message does not reach its intended recipient.

https://github.com/user-attachments/assets/fd8c70fc-ab1d-4a28-8784-e1674cf2e1e2

I can also assist with implementing nodemailer functionality to directly send the message to an email address when the form is submitted.

jahnvisahni31 commented 1 week ago

go ahead @rudrapratap63