Home › Forums › Back End › Contact Post not displaying information › Re: Contact Post not displaying information
February 19, 2013 at 10:02 pm
#125350
Participant
> In my text editor, it keeps saying that I have an error on line 38, which is where the if( mail( $to,$subject,$message,$headers ) ){ line is..
What is the error?
**edit**
It should be `$body`, not `$message`. Sorry about that
> if( !empty( $_POST ) )
You have no form element named `message`. After your form is submitted, `$_POST` will contain three indexes: `Name`, `E-mail`, and `comments`.