davenet Posted December 5, 2011 Share Posted December 5, 2011 Hello. I hope one of the PHP/HTML gurus here can help me. I have a web page that has been altered a bit to add some Google Analytics stuff and I've moved it to a 2nd directory. The original one works fine, the 2nd one won't post the form when I click the submit button. 1st URL https://www.theneutralizer.info/neutralizer 2nd URL: https://www.theneutralizer.info/neutralizer2 I have changed the action property to the correct script, and it does exist. But the problem is when clicking the button nothing happens. Anyone have any ideas? I can send the PHP code if needed, but since it's HTML output, it should work the way it is displayed in the browser. David Quote Link to comment https://forums.phpfreaks.com/topic/252482-form-i-page-i-modified-now-wont-post-when-clicking-submit-need-help/ Share on other sites More sharing options...
sunfighter Posted December 5, 2011 Share Posted December 5, 2011 In your working page you have no doc type and in the form line 147 you have an extra </div>. In the one that isn't working line 172 has an extra </form> which puts your submit button outside of the form. It also shows 54 errors. Line 184 has an extra </div> Quote Link to comment https://forums.phpfreaks.com/topic/252482-form-i-page-i-modified-now-wont-post-when-clicking-submit-need-help/#findComment-1294500 Share on other sites More sharing options...
davenet Posted December 5, 2011 Author Share Posted December 5, 2011 Thanks sunfighter. I will check out the form tag problem. Somehow that missed my careful eye :-) David Quote Link to comment https://forums.phpfreaks.com/topic/252482-form-i-page-i-modified-now-wont-post-when-clicking-submit-need-help/#findComment-1294504 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.