Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Contact Me PHP Help Reply To: Contact Me PHP Help

#184488
Ilan Firsov
Participant

Make sure that error reporting is eanbled in PHP and try to access the PHP file directly. If you have any syntax errors it should show it.
Check your web developer console (in Chrome it’s F12, no idea where it is on other browsers) for JS errors when you click submit. You probably have to enable “preserve log” option so it will not clear the console when you navigate to another page.

Also note that WAMP/XAMPP on windows do not support sending emails by default. You have to configure it properly. Try following this tutotrial: http://yogeshchaugule.com/blog/2013/configure-sendmail-wamp (it is for WAMP, but for XAMPP it should be basically the same)