Welcome Guest. Please Login or Register  


You are here: Index > Pagelayer and PopularFX for WordPress > Pagelayer > Topic : Contact form troubles



Threaded Mode | Print  

 Contact form troubles, I don't receive the submitted info (2 Replies, Read 8492 times)
ToonVerlinden
Group: Member
Post Group: Newbie
Posts: 1
Status:
So I made a contact form, using Pagelayer.

  • In the Mail template I've set the 'To email' and the 'From email'.
  • Both mail addresses exist. :-)
  • I've put those mail adresses in the mailtemplate of the site and as a custom mailtemplate for the contact form.

Stil I don't receive the submitted information.

Any idea's on what I could be doing wrong? Or which setting I have to turn on?
Thanks for your advice!
IP: --   

Contact form troubles
sumitDev
Group: Member
Post Group: Newbie
Posts: 8
Status:
Hello Sir,

Sorry for the inconvenience caused.

Kindly first remove the From email and empty it and then check the issue, also check that the input field name of the contact form fields is unique or not. If not then make them unique.
IP: --   

Contact form troubles
sitesweb
Group: Member
Post Group: Newbie
Posts: 1
Status:
Hello,
similar issue with Pagelayer provided by default with my web host,
No subject and mail from wordpress@

I had to manually update :

www/XXX/cms/wp-includes/pluggable.php

MODIFIED:
if ( ! isset( $from_email ) ) {
// Get the site domain and get rid of www.
$sitename = wp_parse_url( network_home_url(), PHP_URL_HOST );
=> $from_email = 'alain@';

if ( null !== $sitename ) {
if ( 'www.' === substr( $sitename, 0, 4 ) ) {
$sitename = substr( $sitename, 4 );
}

$from_email .= $sitename;
}
}

ADDED:
=> if ( empty($subject) ) {
$subject = 'Wordpress mail';
}
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is April 16, 2024, 3:28 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.021