Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Contact Form Functionality #211

Open
ChristianBingman opened this issue Apr 16, 2023 · 4 comments
Open

Create Contact Form Functionality #211

ChristianBingman opened this issue Apr 16, 2023 · 4 comments
Assignees
Labels
bug Something isn't working feature New feature or request good first issue Good for newcomers

Comments

@ChristianBingman
Copy link
Collaborator

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

DoD:

  • Submitting the contact form should open the user's mail client with the following fields
  • To: [email protected]
  • Subject: Reason
  • Body: Additional Details
@ChristianBingman ChristianBingman added bug Something isn't working feature New feature or request good first issue Good for newcomers labels Apr 16, 2023
@goutham03062001
Copy link

Hello is this issue still opened?

I would love to contribute to this project.

@goutham03062001
Copy link

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
Copy link

mud1tx commented Apr 21, 2023

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

@inbuilt-aura
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feature New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants