• My contact form seems to be in working order. If not filled in properly it gives you an error. When submitted it thanks you. But I never receive an email. I have added and triple checked my email address, in my smart panel, under social-media and contact. I can post the template-contact.php if it will help. I have checked out a couple other posts but they were outdated and didn’t help. Any help would be appreciated. Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Are you using a plugin like contact form 7 is good one.

    Thread Starter JenniferLedger

    (@jenniferledger)

    It is a php template that came with my theme. I would assume the problem is somewhere in this area:

    //If there is no error, send the email
    if(!isset($hasError)) {
    $emailTo = $contact_email;
    $subject = ‘Contact Form Submission from ‘.$name;
    $body = “Nume: $name \n\nEmail: $email \n\nComments: $comments”;
    $headers = ‘From website <‘.$emailTo.’>’ . “\r\n” . ‘Reply-To: ‘ . $email;
    mail($emailTo, $subject, $body, $headers);
    $emailSent = true;
    }

    Thread Starter JenniferLedger

    (@jenniferledger)

    I have deleted the old page and recreated a new one. It still isn’t sending any email. Suggestions?

    If this premium theme you need check with theme support they will be able to help you better.

    Thread Starter JenniferLedger

    (@jenniferledger)

    Aventador e-Commerce 1.0 by Alex Gurghis

    WordPress E-Commerce Theme

    Is that Premium? Just purchased the 1 use.

    if you purchased then yes is premium theme.

    I’m a new to WP org, trying to change the address on the contact page, using quadro contact template, and the address info just pops up along with the form https://losangelescomputerhelp.com/contact/
    I can’t find where the actual address is being retreived from to change it to the new address – can anyone help, please?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Contact Page Template Won't Work’ is closed to new replies.