I have a form validated by javascript with a
php script to send an e-mail.
Right now though it will bypass my validation and send the e-mail.
My Question:
Can I validate a form with javascript then execute a
php script?
Let me know what code you would like to see.