Forums

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

Home Forums Other Can someone recommend a customizable contact form, please? Reply To: Can someone recommend a customizable contact form, please?

#172701
__
Participant

Have you checked your PHP error logs (hopefully you can access them, with this host)?

During development, if you have access to your php.ini file, you can change error reporting settings to display errors on your page:

error_reporting = E_ALL
display_errors = On