PHP Contact Forms for Designers (Part 2)
Mon, Mar 21, 2011
Objective
Make our contact form PHP more secure
Agenda
Add more conditional statements to make sure the user fills in all fields
Remove any messages we printed out
Add a PHP redirect underneath the mail() function
Rubric
| 5 | Contact form that stops email from sending if fields are blank |
| 3 | Working redirect |
| 2 | Some CSS on the sendmail.php page when it displays errors |


