• Hello i am trying to add a forms to my website and i have tried over 7 plugins for that but all of them have the same problem in submission after you fill all the fields and click submit i don’t get the data the user have filled into the fields so what the problem here ? only contact form 7 that actually tell me the message was not sent and the rest just giving me a success message? Thank you!

Viewing 1 replies (of 1 total)
  • Moderator Marius L. J.

    (@clorith)

    Hi,

    Some server setups does not work with a change made to the mail function in WordPress 4.6, a patch is ready for a 4.6.1 release, so if you are comfortable applying a change to WordPress core manually then you can do so.

    The ticket for it is at https://core.trac.wordpress.org/ticket/37736, and the edit is a small one:

    Edit the file /wp-includes/pluggable.php, on line 352 replace $phpmailer->setFrom( $from_email, $from_name ); with $phpmailer->setFrom( $from_email, $from_name, false );

Viewing 1 replies (of 1 total)
  • The topic ‘not reciving emails of any forms plugins whatsoever !’ is closed to new replies.