Built in PHP form processor

Issues related to forms.
Post Reply
michling
Posts: 65
Joined: Tue May 14, 2013 5:16 pm

Built in PHP form processor

Post 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
User avatar
Pablo
Site Admin
Posts: 3919
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: Built in PHP form processor

Post 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?
michling
Posts: 65
Joined: Tue May 14, 2013 5:16 pm

Re: Built in PHP form processor

Post 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...
Post Reply