Results 1 to 3 of 3

Thread: How do I add the email address in lead notification?

  1. #1
    lionmedia is offline Junior Member
    Join Date
    Nov 2009
    Posts
    4

    Default How do I add the email address in lead notification?

    Hi,
    I've search the forums but I'm still not clear on how to do this. I'd like to add the email address to the lead notification for a lead that was submitted through the webtolead capture form on my website. I'm not a programmer so I'm not sure what the code should be or where to put it?

    Can someone assist me with this or suggest where to find the solution.

    Thanks!

  2. #2
    Peterwk is offline Member
    Join Date
    Mar 2010
    Posts
    9

    Default Re: How do I add the email address in lead notification?

    I'd like to know the answer to this, too!

  3. #3
    Peterwk is offline Member
    Join Date
    Mar 2010
    Posts
    9

    Default Re: How do I add the email address in lead notification?

    Oh, figured it out:

    Open this file: modules/LeadsLead.php

    Search for $xtpl->assign("LEAD_DESCRIPTION", $lead->description);

    Add these two lines:
    $xtpl->assign("LEAD_PHONE", $lead->phone_home);
    $xtpl->assign("LEAD_EMAIL", $lead->email1);

    You can then use these lines in /include/language/en_us.notify_template.html

    Phone: {LEAD_PHONE}
    Email: {LEAD_EMAIL}

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. no email notification on lead creation by web to lead form
    By shamimwilson in forum Developer Help
    Replies: 15
    Last Post: 2010-03-16, 02:15 PM
  2. Sugar Appliance, Administration, Configure Notification, Email Notification Address
    By InThisWorld in forum Installation and Upgrade Help
    Replies: 2
    Last Post: 2010-01-14, 12:06 AM
  3. Email notification when assigning lead not working
    By esoehendra in forum General Discussion
    Replies: 6
    Last Post: 2009-09-02, 06:23 PM
  4. Adding fields to the Lead Notification Email
    By Berger in forum Developer Help
    Replies: 0
    Last Post: 2009-01-15, 12:19 PM
  5. Replies: 0
    Last Post: 2008-12-02, 06:11 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •