Unable to determine Input ModeYou have submitted a POST to the cart, but either not specified the
input mode, or named the input mode incorrectly.Your Form input should contain a hidden field named postmode the
value should be one of the Modes outlined in
BuildingInputPages.html, Understanding Mof's four input modes. Other Troubleshooting Tips:
The postmode name=value pair is case sensitive
The FORM tags in the input page may not open, close, or surround the POST data correctly.
Make sure that your Form is correct; that the postmode is inside the FORM opening and closing
html tag, and that the FORM has *only* one Opening and Closing tag.
If you have your FORMs embedded in complicated tables, then some browsers may not handle
this correctly. Even if all else is correct, some browsers have bugs in the way they
handle FORMs embedded in tables. Simplify the tables. |