So I have set up the lead capture to send the lead captured via email. Now, I have been able to edit the leads_class.php file to change the Heading/Title of the email but I need to edit more details like instead of seeing the email as the sender, I actually want to see the name of the person who sent the email, I also want to edit the layout/order in which the email is in as default. Which file should I edit and how should I go about it. I have checked most of the php files and I cannot find the particular file that i need. Thanks in advance. That was my initial question and someone asked for me to be a little more specific. Well the default settings of the lead capture email sent when someone fills the lead form sends shows the email of the sendee as the name of the person, I want to change that so it shows the actual name of the person and also the layout order in which they come in... so my question once again is what file I need to edit and how i should go about it. Thanks.
Hello, "leads_class.php" is responsible for mail sending. And mail already contain sender name. To change field order you can arrange code from line number 126 to 136 in the leads_class.php. Thanks & Regards Nitesh Raghuwanshi