Flash Based PHP Contact Form Tutorial

Hi

Well here’s to the Flash Based PHP Contact Form Tutorial.

I have embedded it on my website using your tutorial. I would like to know whether we can add a status message (Sending Message etc.), while the message is being sent and then the Message Sent Frame. Please do let me know.

Cheers:p:
Deejay T

You may see this sample form.

I had to do a presentation on this topic a few weeks ago for work. My form is not that pretty, but it works pretty well. It uses sendAndLoad and recieves a status message while sending.

It also checks for valid email addr (required) and teh phone field is not required, but if they enter something, it checks for a valid phone number, both using regular expressions in the php script.

The code is all ridiculously commented, because, as I said, I had to do a presentation on the topic. Please let me know what you think.