Contact Form
-
I am using the dashboard of WordPress to create my website, and I am an amateur at HTML, but I do learn quickly.
I got myself a contact form design using HTML, CSS and JS. But the only thing I lack is the ability for the ‘Send’ button to send the information they have put, to my email address.
I am using this HTML:
<div class="form-style-8"> <h2>Get in touch with us</h2> <form><input name="field1" type="text" placeholder="Full Name" /> <input name="field2" type="email" placeholder="Email" /> <input name="field3" type="url" placeholder="Company" /> <textarea placeholder="Message"></textarea> <input type="button" value="Send Message" /></form></div>
My website is https://test.egenie.biz/contact-us
Any help is appreciated
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Contact Form’ is closed to new replies.