Code-Social / official-website

Code Social Community is a vibrant and inclusive space for tech enthusiasts to learn, grow, and connect. Join us on our journey to create something extraordinary!
https://code-social.github.io/official-website/
Creative Commons Zero v1.0 Universal
26 stars 81 forks source link

Implementation of a Comprehensive "Contact Us" Page for Enhanced User Communication #115

Open Vishwajeet594 opened 1 week ago

Vishwajeet594 commented 1 week ago

Is your feature request related to a problem? Please describe. I'm always frustrated when I want to reach out for support or inquiries, but there's no easy way to do so on the website. Users might leave without getting the information they need.

Describe the solution you'd like I would like a dedicated "Contact Us" page that features a user-friendly form where users can fill out their name, email, subject, and message. It should include a submit button and proper field validations.

Describe alternatives you've considered As an alternative, I considered adding a simple email link, but that wouldn't provide a structured way for users to submit their inquiries.**

SaurabhS55 commented 6 days ago

@Vishwajeet594 Sounds interesting. create new branch and Start working on frontend part. create contact us form. It should contain name, email, message fields, Add basic form validation, ex:- email validation, empty checking, etc. You can show ur curiosity and design page accordingly.

SaurabhS55 commented 2 days ago

@Vishwajeet594 any update ?