Setting Contact Form
Make sure your host support php
and the mail()
php function.
You can open the email.php file and change the $receiver = "[email protected]";
with your own email address there.
You can open contact.js
and change the outputText.innerText = "Sending your message...";
with your own text value.