Form link (button) not firing

Griegaiff

New Member
I am working with this piece of code and it is not firing when I put it in the page need which is static HTML. It does work if you create a plain HTML page, but it is not working on the page I need. What could it be? \[code\] <form name="CTTPDD" action="https://example.com" method="post" target="_blank"> <input type="hidden" value="http://stackoverflow.com/questions/13838691/##.##" name="campaign" /> <input name="repeat" type="hidden" value="http://stackoverflow.com/questions/13838691/1"> <input type="image" src="http://stackoverflow.com/questions/13838691/image.gif" value="http://stackoverflow.com/questions/13838691/submit" name="submit" /> </form>\[/code\]
 
Back
Top