How to configure the Contact form
The contact form is using the file contact-form.php located in the root of your folder.
Follow these 2 steps to configure your contact form and make it work.
- Open the file contact-form.php
- Line 8:
$to = 'youremail@adress.com';
Replace youremail@adress.com by your email. This where you will receive the message from the contact form
- Line 9:
$headers = 'From: myemail@myportfolio.com';
In your email client, this is the email showing as the sender's email. Replace myemail@myportfolio.com by the sender's email you want to see in your client.
You can add your own address so you know this is coming from your website