robbo Posted November 16, 2007 Share Posted November 16, 2007 I have an issue where Step 3 of the order form does not submit using Internet Explorer v7. Works fine in Firefox v2 It submits when the form is a default button, however when I change it to an image it just reloads step 3. The code I am using is: <input type="image" src="/images/subtitles/billing/button_continue.gif" align="bottom" alt="Continue" value="{$LANG.ordercontinuebutton}" name="continue" /> The code that works is: <input type="submit" value="{$LANG.ordercontinuebutton}" name="continue" /> You can see it here http://www.wobminteractive.com.au/billing/order.php Anyone have any ideas? 0 Quote Link to comment Share on other sites More sharing options...
uberhost Posted November 16, 2007 Share Posted November 16, 2007 Works fine here (Firefox 2.0.0.9). 0 Quote Link to comment Share on other sites More sharing options...
bear Posted November 16, 2007 Share Posted November 16, 2007 the order form does not submit using Internet Explorer v7 Works fine in Firefox v2 Works fine here (Firefox 2.0.0.9). Not surprising, that. 0 Quote Link to comment Share on other sites More sharing options...
robbo Posted November 17, 2007 Author Share Posted November 17, 2007 Is it possible for someone to test this on their own version? 0 Quote Link to comment Share on other sites More sharing options...
Redsign Posted November 18, 2007 Share Posted November 18, 2007 Works for me on IE7, what order form template are you using? 0 Quote Link to comment Share on other sites More sharing options...
robbo Posted November 18, 2007 Author Share Posted November 18, 2007 I'm using my own custom one (multipage). Did it work for you on a standard form button or did you use a graphic? Thanks for reply too. 0 Quote Link to comment Share on other sites More sharing options...
Redsign Posted November 18, 2007 Share Posted November 18, 2007 Mine works fine on all of them, however, I haven't changed anything as it's pretty much a clean install. Must be something you've done then Good luck! 0 Quote Link to comment Share on other sites More sharing options...
robbo Posted November 18, 2007 Author Share Posted November 18, 2007 Yeah it is something I've done, however it's something to do with having the submit form as a graphic. Thanks for checking it anyway Gonna try a few things, if it works will post the solution for others. Edit: Solution was rather easy and why I didn't do it before we'll never know! If you use a graphic for submit button on Step 3 of orderform, add the following about the button: <input type="hidden" value="{$LANG.ordercontinuebutton}" name="continue" /> Rob 0 Quote Link to comment Share on other sites More sharing options...
Redsign Posted November 18, 2007 Share Posted November 18, 2007 Glad you got it working! 0 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.