1)I saved your files as "contact.php", a contact.html, and added the robotic class to my css.
2) In the html I changed
<form action="send-contact.php"
<form action="contact.php"
3)Uploaded both of those 2 files into the root directory of the website
Result)the browser jumps to
http://tomgillustrates.businesscatalyst.com/contact.php
and I get a Page Not Found notice.
Is there something I"m missing to make it execute the php page?
Thanks! I've been working on this for days! Any help is greatly appreciated.