Forums

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

Home Forums Back End Contact Form help Reply To: Contact Form help

#153760
kalmykov
Participant

Thanks for all the feedback. Here is my quest thus far:

I took off all the java script and added

error_reporting( -1 );
ini_set( 'display_errors',1 );

to the top of my PHP.

I got a white page with this text upon submitting.

Not Found
The requested URL /bin/contactthanks.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an > > ErrorDocument to handle the request.

Then I used you method for testing instead

if ($success){ print "success"; }
 else{ print "failure"; }

and i got a white page that just said “success”. I got all happy and rushed over to my inbox but nothing :(

I tried all of this while it was live on the server b/c I don’t know how to set up a mail server.