lead capture for is not emailing me the test email

Discussion in 'Blackriders WordPress Theme' started by blackdiamond, Jan 12, 2015.

  1. blackdiamond

    blackdiamond Member

    Joined:
    Jan 2, 2015
    Messages:
    30
    Likes Received:
    0
    Hi,

    I am trying to figure out why the lead capture form is not emailing me the test emails that I have sent using the form. I see the emails in the lead capture database, but not in my inbox. I have my email setup as the place for them to be sent.

    Here is the site in progress http://www.rebeccajamesphotography.com/blackdiamondelectriclc.com/

    Thanks
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !


    The lead capture form send email to the message submitter/users not to the admin.
    Admin can see all the messages from dashboard =>lead capture.

    Thanks & Regards
    Pramod
     
  3. blackdiamond

    blackdiamond Member

    Joined:
    Jan 2, 2015
    Messages:
    30
    Likes Received:
    0
    Is there a way to notifiy the admin/business owner when someone uses the form without having to go into the wordpress site. We are needing the form to instantly notify us via email when it is used. Thanks.
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !


    Admin can get message after some code customization on each submission.
    But some time when thousands of people make form submission and each submission send a email to admin then it will be tough to read all messages or some time admin treat them as spammer.

    Thanks & Regards
    Pramod
     
  5. mschultz33

    mschultz33 Member

    Joined:
    Jan 13, 2015
    Messages:
    62
    Likes Received:
    0
    Hi,

    I can not seem to get my email notification working correctly either. I have 4 emails I want the lead to go to. In lead capture settings I posted the 4 emails that I want the lead to go to. Comma, space, then email. I do not receive the test email, my email being one of the 4 in the lead capture settings.

    Also, is there a way to change the thank you message after you submit? It doesn't show up well and for mobile it doesn't show up at all.

    www.mortgagebranchconnection.com

    Please help. Thank you.
     
  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello mschultz33,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .sucess-send h2 {
      color: green;
    }
    .sucess-send{
    background: #0296c0;
    }
    Please change color according to your requirement.

    Thanks & Regards
    Pramod
     

Share This Page