Hi,
Is it possible to validate the form without a confirmation page before sending out the email?
I'm just working on a simple Contact Us form, with fields like Full Name, phone, e-mail address, and reason for contact (textbox) field. I learned that I can use a confirmation page, where I used a check_form.php to validate the fields, and then re-display all contents that was entered with a cofirm button. But it's only a simple contact us page, it would be better to just do everything in 2 pages. Have the form.html, have user fill it out, validate it, if valid, just send it, redirect user to thanks.html.
How can I do that?
Thanks,
KC