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
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?
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: If you are unable to do the above steps, then let us know the send email id and name, we will do the needful.