Nevo example imageDocumentation



Configuring

The Form

Setting up

Using the initial contact page, you need to do a few tweaks in order to receive a message from your contact form, you need to take note of a few things:

  • Upload the entire code to a PHP-enabled server. The PHP functions that is used is called mail().
  • Change the recipient address by changing the $EmailTo value, which is located in:
    template/assets/php/from-script.php, on line 4.
  • Change other values like $Subject or $emailFrom.
  • There's a page called thank-you.html which you can alter to your needs. Make it look beautiful!

Troubleshooting

Can't receive messages? Open up the console window (right click > Inspect element > Console) in Google Chrome or Firefox to see what's going on.

Give your search engine a try first

You can use the consoles' error message and try a search on it. You will probably be helped quicker, but if that's not getting you anywhere, contact support@themevillain.com.

Other things to consider
  • Check if your PHP version has the built-in mail() function.
  • Check whether your contact form uses the correct path inside the 'action' attribute, in case you are using it on a different page
ThemeVillain is always striving for the best possible quality for its templates and themes. If you encounter bugs or need something special done with your template, please contact support@themevillain.com.Kaj — Owner @ ThemeVillain