PDA

View Full Version : missing_fields



c00ps
24-May-2006, 01:15 AM
I've modified and uploaded the .php, and have created a form. I have the required fields labeled (realname, email), yet after filling out the form completely I still get an email error stating missing_fields.


Form HTML:

...<input name="realname" type="text" id="realname" value="Enter Name Here"><input name="email" type="text" value="Enter Vaild Email Here">...

formmail.php (just in case):

$TARGET_EMAIL = array(EMAIL_NAME."^myemail@comcast.net$");

asket
25-May-2006, 01:06 PM
try:


$TARGET_EMAIL = array("^myemail@comcast\.net$");