Why is my php form not working?
-
I have a website running with and without wordpress: https://www.fluid-plumbing.co.uk/ – on all pages I have added a jQuery/AJAX drop down contact form which works great in the non-wordpress areas, (not so in the wordpress bit: https://www.fluid-plumbing.co.uk/news-and-tips/ )I have also added this form manually to the header.php template file.
I have used a <?php include();?> to add the form, the form is working ok in itself, but the trouble comes when it goes to get/post the data. Upon submission the form is supposed to call a file called “process.php”, I have referenced it in the template file.
I am hoping that someone may be able to see what the problem is, I have a feeling it will be something simple like a path or something but I have tried and failed with all the normal methods I use to test and troubleshoot.
Any help will be appreciated
- The topic ‘Why is my php form not working?’ is closed to new replies.