you need to add a "name='xxxxx'" to every form-field, as i did in my
example.
does the script run on windows or *nix? if on windows, you need to
add the mailserver-information to php.ini.
to validate the form-data you've only to do things like strip_tags,
addslashes, check for forbidden signs.