Feedback Form Manual
Feedback Form Manual

Installation Guide


Open feedback.php and find youremail@yourdomain.com change it to your own site email address.

This appears three times on Lines 58, 73, 74

Upload All files and folder to the main directory where your site pages are.

I have included a form.php so that you can test the script on your web site first to see how it all works. Also form.txt which is the complete code to insert to your own web page.

Just upload form.php to the same directory as your feedback.php and folder securimage, load the page form.php in your browser to test.



Operation:

Visitors enter information in your new form, feedback.php checks that the correct variables have been entered in the form after submission then processes it.

The first thing the form checks is the captcha image, If the captcha chars are correct then the form contents submitted are validated and the contents processed and sent to your email address.

"Thank You, Your submission has been sent!" will on a blank page.

After 5 seconds visitors are then re-directed to your web site homepage.

If you want to redirect visitors to a different page just edit the feedback.php on line 91 to the name of the page you want to send your visitors after submission!

 

You receive an email with the submitted information:

--------[Begin Submitted Email]--------

Visitors IP: xxx.xxx.xxx.xxx
You have received feedback from your online form.

The Visitors Name was: XXXXXXXXXXX XXXXXXXXX
Their email Address is: XXXXXXXXXXXXXXXXXXX
The comments left for you are below:
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Check the Date/Time of this Email for Response time/date.

--------[End Submitted Email]--------

 

The visitor that submitted the form receives:

 

--------[Begin Confirmation Email]--------
Thank you for your feedback

Should your comments require a response we will do so at the earliest convenient time.

Kind Regards

Support Staff

--------[End Confirmation Email]--------

 

Everything about the script can be easily changed from within the feedback.php file.

It is all very to easy to understand so if you wish to make changes to the email responses etc you can.


If you have any trouble in running this script, just contact us using the form provided.