Jump to content

Form I page I modified now won't post when clicking "submit", need help


davenet

Recommended Posts

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

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>

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.