Jump to content

Order Form not submitting


robbo

Recommended Posts

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated