Contact Us Now - Manual

Copyright Notice
This script is a freeware. You may distribute it by any way BUT you may not modify it!

Installation
Upload all files to your server.
Open file data.php in a text editor (Notepad or so) and replace the email your@email.com by your real email address.
Installation is complete. Your visitors who want to send you an email will go to
contactusnow.php.

Customization
All public pages are based on templates. These are a common HTML pages editable in your favorite editor with some special tags which will be replaced by any value by the scripts. These tags look like #%someword%#. If you don't want some of these values to be available, just remove them from your templates. All the templates may be found in the data/templates directory. On the top of each public page is added content of file _header.txt, on the bottom is added content of file _footer.txt. Both these files may be found in the templates directory as well.

Below is a short description of each template and list of used variables.

To show the page where a new user can join your newsletter is used template form.html. These variables may be used (Note: Each of the variables in that template shows nothing if the form is loaded for the first time, however these are replaced by entered values if the form has been rejected by the system for some reason.):

#%info%#

Reason why the form has been rejected

#%name%#

Name of your visitor

#%from%#

Email of your visitor

#%message%#

Entered message

To show a "thank you" page is used template thankyou.html. This template doesn't contain variables.

For the email is used template email.txt. Please note that the first line of this template must begin to the word subject and below this line must be one blank line. There is only one variable:
#%message%# - text of the entered message.