Hi,
You create a directory in your webserver's document root, say called "templatedir".
Now, either change the setting in formmail.php from:
toPHP Code://$TEMPLATEURL = $SCHEME.$SERVER."/templatedir"; // a sample using your server
or, leave that line as is, and create a new line like this (assuming your site is fred.com):PHP Code:$TEMPLATEURL = $SCHEME.$SERVER."/templatedir"; // a sample using your server
PHP Code:$TEMPLATEURL = "http://www.fred.com/templatedir";


Reply With Quote
Bookmarks