contact form not working

Discussion in 'BusinessGrow One Page WordPress Theme' started by deveshd, Apr 10, 2015.

  1. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    1. If you fill the form and click Submit, the system takes you to the top of home page. I should show may be error or "thanks your message is sent" kind of message in that same form section first. How do I fix this?

    2. Also, I'm not receiving any emails through this form. How and where do I fix it?
    URL:http://webworxworld.com
     
  2. sameerwalkar

    sameerwalkar Guest

    Hello Devesh,

    Kindly check the issue got fixed
     
  3. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    Thanks! How do I customize the sender name and email right now it shows that WORDPRESS sent email via [email protected], I want it to show my company name and out working email address?
    Screenshot 2015-04-11 01.44.11.png
     
  4. sameerwalkar

    sameerwalkar Guest

    Hi,

    Use the code given below:
    Code:
    $headers = 'From: Sender Name <[email protected]>' . "\r\n";
    Follow the steps mentioned in the image below to put the above-given code:

    business-grow-email-header.png


    If you are unable to do the above steps, then let us know the send email id and name, we will do the needful.
     

Share This Page