Thank you very much for looking at this for me…
I have one enquiry from on this page
http://www.pensionlite.co.uk/contact/
when the form is submitted I would like to store the form fields, plus the source of the lead into a separate db that my client uses as a CRM system.
Any help appreciated!
Deb x
I see you asked this 2 months ago, but if you still need the details…
Open islidex.php in the plugin’s folder find
$title = __($islidex_post->post_title);
Change to
$title =”<h1>” . __($islidex_post->post_title) . “</h1>”. __($islidex_post->post_excerpt) . “
ID).”‘>Read More…” ;
Hope that helps..
Deb
I had this problem – it turned out it was because I had “Mail From” plugin active and it was over riding the “From” address in any emails sent.
Just a thought!