----- Original Message ----- From: "Diane" Hi,
What specific code would I have to add to make my contact form only accept an E-Mail Address where it is asked for? Right now it will accept anything: http://dkjwebs.com/contact.php -- Best regards, Diane Jensen http://dkjwebs.com/ ------------------------------------ Hi Diane, I had a look at the contact page but I don't understand what you want to do? There are several layers of e-mail address validation. One is to use REGEX like someone else suggested. This just makes sure the format for the e-mail address is valid. The e-mail address itself my be false. The next is to send an e-mail to that address and see what happens and this is a lot more complex and may take some time even days. In a simple contact for only the REGEX test is normally used. This can also be done in Javascript but that of course depends on the client browser having Javascript enabled. IF you clarify what you want to achieve then we may be able to help further. Thanks, Robert.