# PHP Feedback Form V 1.1

This script is a simple feedback email form script, it uses php so you must have that on your server :) Please keep on the link, but you can change what it says...as long as you know what you are doing!

* Updates from version 1.0 *

- added font colour variable for headers
- added background transparancy for inline frames
- added some code to stop blank messages being sent

Anything else you want to see in this script?! email me char@so-you.net

* Installation instructions *

1) Open up config.php with a word editor such as notepad.  Fill in all the colours, etc thats if you want to change the colours! Then SAVE

2) Upload everything onto your server, I would make a new folder called form or something to keep all the files in it neat.

3) You need to use the code below to add the form to your page.  The background will be transparent but only with IE and mozilla.

<iframe src="form.php" width="176" height="220" name="inline" scrolling="no" border="0" frameborder="0" marginwidth="0" marginheight="0" allowtransparency="true"></iframe>

change the size of the iframe if needed but nothing else

* More experienced people may be able to change other things, but only if you understand php!

Thank you for choosing this script! 

-- char

-- http://so-you.net