Skip to content

Instantly share code, notes, and snippets.

View MIIIG's full-sized avatar
🛰️
Space Jam

Artur Badre MIIIG

🛰️
Space Jam
View GitHub Profile
@MIIIG
MIIIG / contact.html
Created August 28, 2017 17:56 — forked from ajtroxell/contact.html
Build a simple PHP, jQuery, and AJAX Powered Contact Form, from: http://ajtroxell.com/build-a-simple-php-jquery-and-ajax-powered-contact-form/
<form id="contact" name="contact" method="post">
<fieldset>
<label for="name" id="name">Name<span class="required">*</span></label>
<input type="text" name="name" id="name" size="30" value="" required/>
<label for="email" id="email">Email<span class="required">*</span></label>
<input type="text" name="email" id="email" size="30" value="" required/>
<label for="phone" id="phone">Phone</label>
<input type="text" name="phone" id="phone" size="30" value="" />