Please find my form, but it is not working for me.
Please find the below HTML. I am using React
import React from ‘react’;
import { Row, Container } from ‘reactstrap’;
import ‘./index.css’;
const ContactUs = () => {
return (
<form name="contact" method="POST" data-netlify="true">
<p>
<label>Your Name: <input type="text" name="name" /></label>
</p>
<p>
<label>Your Email: <input type="email" name="email" /></label>
</p>
<label>Message: <textarea name="message"></textarea></label>
<p>
<button type="submit" name='submit'>Send</button>
</p>
</form>
)
}
export default ContactUs;
PLEASE help us help you by writing a good post!
- we need to know your netlify site name. Example:
gifted-antelope-58b104.netlify.app
- DNS issues? Tell us the custom domain, tell us the error message! We can’t help if we don’t know your domain.
- Build problems? Link or paste the FULL build log & build settings screenshot
The better the post - the faster the answer.