Contact Form for StartPoint

Discussion in 'InkThemes-Support Working Hours' started by danwhiting, Feb 12, 2016.

  1. danwhiting

    danwhiting New Member

    Joined:
    Jan 14, 2016
    Messages:
    7
    Likes Received:
    0
    I have the StartPoint theme. Where can I find instructions on setting up the contact us form to send an e-mail? I don't see any instructions in the official documentation.

    Thank you.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please follow the screenshot given below.

    Startpoint_mail.png

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. danwhiting

    danwhiting New Member

    Joined:
    Jan 14, 2016
    Messages:
    7
    Likes Received:
    0
    Thanks. That didn't seem to work. This is what that block of code looks like now. [email protected] would be the e-mail address I want it sent to.

    //If there is no error, send the email
    if (!isset($hasError)) {
    $emailTo = get_option('tz_email');
    if (!isset($emailTo) || ($emailTo == '')) {
    $emailTo = get_option('admin_email');
    }
    $subject = '[Wordpress] From ' . $name;
    $body = "Name: $name \n\nEmail: $email \n\nComments: $comments";
    $headers = 'From: ' . $name . ' <' . $emailTo . '>' . "\r\n" . 'Reply-To: ' . $email;
    wp_mail('[email protected]', $subject, $body, $headers);
    $emailSent = true;
    }
     
  4. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    To determine and fix the issue, we need to access your dashboard.

    So, send us your website WordPress login details at [email protected] along with the thread link.

    Your Website URL:
    WordPress Username:
    Password :

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page