The contact form on my site is able to email me whenever someone has an inquiry, however, the contents are empty. I’ve tested it several times and I only receive the headers From: Email: Message: w/o content. I think the problem is here:
$body_message = 'From: '.$field_name."\n";
$body_message .= 'E-mail: '.$field_email."\n";
$body_message .= 'Message: '.$field_message;
Can someone help me?
Thanks!