Link to home
Start Free TrialLog in
Avatar of thyros
thyros

asked on

Simple Secure Contact Us Form Page Script

Nearly everyone has a 'Contact Us' page on their site, right? Why is it so difficult to find a script that is simple, secure and unobtrusive (if using AJAX/JS) on the net?

I am looking for a ready to use script that displays a html form on the front end with the following inputs;

Name
Email
Subject
Message

User types in their stuff, some server side validation takes place and if it passes, an email is sent to me and a success message is displayed to the user.

Bonus if there is use of unobtrusive ajax, i.e. form validation error messages, message is sent and success statement displayed without page reload etc.

Please show me examples you know about that are simple, secure and work across browsers.  Thanks.

(site is hosted on windows server with php available)
ASKER CERTIFIED SOLUTION
Avatar of MatthiasVance
MatthiasVance
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of thyros
thyros

ASKER

Thanks for your posts.  I will try to test these out and let you know how I get on.

I'd also like to mention that we are using the JQuery library on our site, in case that makes any difference.