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.

  1. Open the file contact-form.php
  2. Line 8: $to = 'youremail@adress.com';
    Replace youremail@adress.com by your email. This where you will receive the message from the contact form
  3. 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