Forums

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

Home Forums Back End PHP not Getting Processed Reply To: PHP not Getting Processed

#151058
__
Participant

once click send goes to blank page but no email inbox

That sounds like the form is actually submitting (i.e., not using your AJAX function). Since there is no action attribute on your form, it should be submitting to itself, so I would not expect a blank page (unless there was a fatal PHP error) – is the code you posted all the code on the page?

As @mcjonst says, we would need to see the PHP code that is processing the form as well (contact-process.php). I would recommend making a gist on github.