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

[Feature] Add a Suggestions Box #283

Open
2 tasks
ashtine opened this issue Jun 26, 2020 · 2 comments · Fixed by #324 · May be fixed by #339
Open
2 tasks

[Feature] Add a Suggestions Box #283

ashtine opened this issue Jun 26, 2020 · 2 comments · Fixed by #324 · May be fixed by #339
Assignees
Labels
enhancement New feature or request hacktober hacktoberfest Good for Hacktoberfest
Milestone

Comments

@ashtine
Copy link
Contributor

ashtine commented Jun 26, 2020

Prerequisites

  • Need to know what form fields to build

User Story

As a user
I want to see a suggestion box
So I can provide some feedback

Acceptance Criteria

  • A web form exists that submits a formatted email to the engineering@ email address

Is your feature request related to a problem? Please describe.

This is a place so users can provide insight to where we need to pivot

Describe the solution you'd like

Gatsby + Netlify have a solid integration that we can use to handle form submissions. Documentation here: https://www.gatsbyjs.org/docs/building-a-contact-form/#netlify

@SeHarlan
Copy link
Contributor

I can take this on. I've contacted business team and design team to get it started

@magnificode
Copy link
Member

Hey @SeHarlan ! So I merged your work into main, however after some further testing, and investigation, it appears that a bit more work is required in order to get Netlify forms working within a React app:

https://www.netlify.com/blog/2017/07/20/how-to-integrate-netlifys-form-handling-in-a-react-app/

Any chance you could look into this, and re-submit your PR? Sorry for the back and forth! My inexperience with Netlify forms has bit me on this one :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment