Aug 6th, 2009, 5:40 PM
Hey Doug -
Another thing to try is temporarily switch your submit button to a regular (non-image) submit button. I have a vague recollection that some versions of IE won't pass along the submit button name-value pair to the server.
If it DOES work on IE with a regular submit button, just change the line of PHP at the top from this:
to: Another thing to try is temporarily switch your submit button to a regular (non-image) submit button. I have a vague recollection that some versions of IE won't pass along the submit button name-value pair to the server.
If it DOES work on IE with a regular submit button, just change the line of PHP at the top from this:
PHP Code:
<?php
"submit_button" => "continue",
PHP Code:
<?php
"submit_button" => "hidden_continue",
