sandarbhasthana Posted October 4, 2017 Share Posted October 4, 2017 I'm using a codecanyon Slide it contact form. The form was working fine when it was on a multi page website. But as my clients specifications changed I needed to shift to a single page website and my form stopped working. There's no response on submit button click, nothing happens. Although the form submit script and it's path has not changed. I don't have any idea what's causing this issue. Please anyone can provide me a solution. You can check the page here http://iamwellbeing.in.md-in-81.hostgatorwebservers.com I've also attached the php script. Thanks, Sandarbh mail.php Quote Link to comment Share on other sites More sharing options...
phpmillion Posted October 4, 2017 Share Posted October 4, 2017 I just checked your form and submission part works properly. Here's the output: http://iamwellbeing.in.md-in-81.hostgatorwebservers.com/contact.php POST /contact.php HTTP/1.1 Host: iamwellbeing.in.md-in-81.hostgatorwebservers.com User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Referer: http://iamwellbeing.in.md-in-81.hostgatorwebservers.com/contact.html Content-Type: application/x-www-form-urlencoded Content-Length: 57 Connection: keep-alive Upgrade-Insecure-Requests: 1 name=test&email=test%40mail.com&message=hey&submit=SUBMIT: undefined HTTP/1.1 200 OK Date: Wed, 04 Oct 2017 15:01:31 GMT Server: Apache X-Powered-By: PHP/5.4.45 Refresh: 3; URL=http://iamwellbeing.in.md-in-81.hostgatorwebservers.com/contact.html Transfer-Encoding: chunked Content-Type: text/html ---------------------------------------------------------- As you see, the submission part itself works properly. In order to debug further, we need o know what exactly should happen after form is submitted (like some success message should be displayed, etc) Quote Link to comment Share on other sites More sharing options...
ginerjm Posted October 4, 2017 Share Posted October 4, 2017 (edited) Hard to help those who won't post the code that they have a problem with. What have you done to try and debug this? Edited October 4, 2017 by ginerjm Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.