[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Multi-Page Checkout Form Help
Sorry to reply to my own email, but I figured out how to make the page
act funstionally how I wanted, but I had to resort to using the button
tag.
For the checkout button, rather than use the html I would like:
<input type="submit" name="mv_click" value="Check Out" class="button"
onMouseOver="this.style.backgroundColor='__BUTTON_OVER__';"
onMouseOut="this.style.backgroundColor='__BUTTON_OUT__';">
I used this button code:
[button
text="Check Out"
hidetext=0
form=basket
]
mv_todo=return
mv_nextpage=ord/checkarea
[/button]
So does anyone see a workaround so that I can avoid using the button tag?
-Cameron