PHP Contact Form

Associate
Joined
25 Oct 2007
Posts
114
Location
Belfast
Hey, Im looking to make a php contact form

Just wondering if anyone knows how I could do the simple validation or even knows where I could get an opensource PHP form. Thanks
 
Last edited:
By the looks of the code, it would appear they're using Dreamweavers standard Javascript check, which is clunky to say the least.

You could just use php to validate the data on submission, or combine the two and use AJAX!
 
I recently did a contact form...

I used freecontactform.com to understand how to do it. They actually give you the code to do it and its pretty simple and it has form validation too. So you can copy and paste the code and it works straight away.

Wufoo has cool looking forms on it too.

I used the code from both and created a form that looks quite good.

edit: yargh beaten to it!
 
Back
Top Bottom