Contact Form to PHP

Ricky

New Member
Reaction score
0
I have created a contact form and I have a seperate php submit file. My problem is that when the submit button is pressed, it does not display the submit page. However, it does got to my email with all the fields filled out.

Here is my test domain: test.bestpcdoc.net/contact-us/contact-us.php

This is the page that is suppose to show up after the button is pressed:
http://www.test.bestpcdoc.net/contact-us/sendforhelp.php.

Other than this everything works.

Thank you in advance.
 
Using your html on one of my test domains, your form submits successfully. Could be something in your PHP/Java/ajax preventing the form from validating perhaps?
 
Last edited by a moderator:
Have you seen the source code for the form on the contact-us page?

Here is the php code:

(( Edit by Bryce: Removed code for the future security of the OP's contact form now that it is fixed ))
 
Last edited by a moderator:
Thanks for all y'all's help. I fixed the issue. I had a couple of <div></div> tags that were interfering with what to do after the button was pressed.
 
Back
Top