Blix Contact Form not working?
-
Greetings!
I have my blix theme up and running now and everything looks beautiful except that my contact form isn’t working!
I set it up as per the instructions on the blix readme.html page and everything looked good. I tested sending myself a couple of emails but nothing went through.
I assumed that it would automatically go through to the administrator email, am I wrong? I did look in the contact.php and saw this:
if (@mail(get_settings('admin_email'), $email_subject, $email_text, $header)) {
echo "<h2>Hey " . $displayName . ",</h2><p>thanks for your message! I'll get back to you as soon as possible.</p>";
}
}
?>While I am new at php . I would think this means that the email should go through to the admin_email and once successful it would show “thanks for your message…” on the page. This message did not show when I tested the form.
I did a search for a solution in the forums and saw something about making sure your mail server is running. I’m not sure I understand. I am on yahoo, so everything should be set up no?
Any ideas? Thanks so much!!!
My site:
- The topic ‘Blix Contact Form not working?’ is closed to new replies.