Form submit button doesnt work in firefox 7.0.1 but works fine in IE and Chrome.
I have a site that the add to shopping cart submit button isnt working in firefox 7.0.1. I tested it in other browsers like ie, chrome and safari and it works fine. Even hitting enter doesnt submit the form in forefox. Can anyone look at this page and let me know how to fix this please so it works in firefox. Thanks
All Replies (3)
See the following error in the error console:
Error: form is not defined Source File: http://host0152.csmhosting.com/Common.js Line: 78
That is the source of your issue
Hi, thanks for the response to this. I looked at the common.js as you stated and line 78 but am not sure how to define the form. Thanks
That line is looking for a form element and there isn't one on http://host0152.csmhosting.com/IW_Products.m4p.pvx?;ITEM?company=tr1&source=psdtl&ItemCode=B33NMK - you need to put the add to cart button into a form element