acm-uic / sparkhacks-2023

The SparkHacks 2023 website built with React and TailwindCSS
https://sparkhacksatuic.com/
GNU General Public License v2.0
14 stars 25 forks source link

Create Contact Form Functionality #211

Open ChristianBingman opened 1 year ago

ChristianBingman commented 1 year ago

In order to let future interested parties easily contact us, have the contact form create an email.

DoD:

goutham03062001 commented 1 year ago

Hello is this issue still opened?

I would love to contribute to this project.

goutham03062001 commented 1 year ago

image

Hello there, I'm stucked here. I'm getting this error : Referrer Policy: strict-origin-when-cross-origin.

When I'm clicking on the send button it showing me this error. How can we solve this. Btw i've asked chatGPT and it gave me this solution.

app.use((req, res, next) => { res.setHeader('Referrer-Policy', 'strict-origin-when-cross-origin'); next(); });

But I can't find any file regarding backend. How should i do this.

Hope to get your answer asap.

mud1tx commented 1 year ago

@ChristianBingman I can work on this. We can also use Email.js to get the email from the user.

inbuilt-aura commented 1 year ago

Hey, if this issue is open.I would love to work on this issue.I would love to contribute.