|
|
| |
1. email seems to be mising |
|
Reply |
|
|
 Gary Banano | 2007-05-10 11:02:20 |
HI,
thanks for a well-coded and nicely organized form.
I was looking for a variable input string for my email address, but couldn't seem to find one.
I did end up "splicing" part of another PHP mail form onto the end of yours, but it's a bit wonky!
I'm not a php coder, just a web designer, so I'm not so sure how to code a recipient email (preferably with aliases) into the "action" form...
thanks for any pointers on this...
Gary |
| |
2. Re: email seems to be mising |
|
Reply |
|
|
 David K. Lynn | 2008-05-26 07:57:46 - In reply to message 1 from Gary Banano |
Hi Gary,
This is designed more as a precursor to other validation checks before sending e-mail or accessing a database. If the Form Spam Bot Blocker identifies a SPAMmer, then you should be able to halt processing right away - if not, then you still need to validate the input before doing anything with it.
Regards,
DK |
|