Page 1 of 1

Built in PHP form processor

Posted: Tue Jan 23, 2018 5:36 pm
by michling
Is the built in form processor script compatiable with PHP 7? My hosting company uses PHP 7.x.
It is the contact form on a template, but it will not email the results of the form input?
Maybe I am missing somthing?
It is a dev site at:
https://mespn.com/mespndev

Thanks

Re: Built in PHP form processor

Posted: Tue Jan 23, 2018 5:56 pm
by Pablo
Yes, the script is compatible with PHP7. It there were any known issues then I would have already fixed them of course!

Note that the server sends the message, using standard PHP mail (or PHP mailer).
If the message is not send then either the server (your host) does not send it or the email was blocked by a spam filter.
See also the FAQ:
http://www.quickandeasywebbuilder.com/f ... 10&t=32967

It also happens sometimes that the webhost forgot to configure mail for a different PHP.
Can you send email with any other script using the same settings?

Re: Built in PHP form processor

Posted: Tue Jan 23, 2018 6:11 pm
by michling
Pablo,

So sorry to waste your time, the mail was going into the junk folder. Dummy me...
Thanks for the always quick response...