Hola,
Very green when it comes to web design so please forgive my ignorance. I’ve just purchased a HTML5 template and cannot figure out how to configure an email address to receive messages sent through the Contact Form. I’ve read almost everywhere that you need a php file in order to configure the action but since the template comes with everything I was wondering if I was just missing something. No php files included in the download but bootstrap.min.js, jquery.min.js and main.js.
Thanks
Here is the code (without the <>) for the contact form on the Contact.html file:
div class="col-md-9 col-sm-9 col-xs-12 mar-bottom30"
div class="contact_field"
h4 class=“mar-bottom20”>Leave your message</h4
div class="row"
div class="col-md-4 col-sm-4 col-xs-12 mar-bottom30"
input type=“text” name=“name” placeholder=“Name”
/div
div class="col-md-4 col-sm-4 col-xs-12 mar-bottom30"
input type=“text” name=“Email” placeholder=“Email”
/div
div class="col-md-4 col-sm-4 col-xs-12 mar-bottom30"
input type=“text” name=“contact” placeholder=“Contact No.”
/div
div class=“col-md-12 col-sm-12 col-xs-12 mar-bottom30”
</textarea
/div
div class="col-md-12 col-sm-12 col-xs-12 mar-bottom30"
button type=“submit” class=“itg-button”>Send message</button