Hi @Wahaj10,
Thanks for the follow-up.
Here’s an example of a working Netlify form in React. The HTML form is added here:
react_forms_netlify/public/index.html at main · MelvinPeepers/react_forms_netlify (github.com)
within the Public folder, in the index.html
file.
The second part is shown here:
react_forms_netlify/src/Form.js at main · MelvinPeepers/react_forms_netlify (github.com)
You can read more here:
https://docs.netlify.com/forms/setup/#html-forms
And we have a troubleshooting Support Guide for forms here:
Let us know if you have any questions.