Documentation

File Reference / Overview >> << Using your own PHPMailer, CSS and Javascript

Changing the script location

You may also change the script's default location (php/SimpleContactForm/).
This requires you to make changes to the SimpleContactForm file (SimpleContactForm.php).
Insiade of this file find the part near the beginning of the file that looks like this :

1
private static $ROOT = 'php/SimpleContactForm/';

and change the part that says php/SimpleContactForm/ to the new location of the script.
It is important that the path includes the trailing / character.

File Reference / Overview >> << Using your own PHPMailer, CSS and Javascript