PHP Form - Empty input enter this text - Validation
- by James Skelton
No doubt very simple question for someone with php knowledge.
I have a form with a datepicker, all is fine when a user has selected a date the email is send with:
Date: 2012 04 10
But i would like if the user has skipped this and left blank (as i have not made this required) to send as:
Date: Not Entered (<-- Or something)
Instead at the…