-------------- SURVEY EXAMPLE -------------- Notes: You can put an info gathering tag in with any product. It won't appear in the cart display, which is often good. We used a textual submit button rather than our usual graphical one. There is a hidden var you must include to do this reliably. Using a textual submit button will sometimes result in confusion due to browser cache of the filled out form. You don't need to have a free gift, of course. It just seemed to go well with the survey example, so we added it as the third item in the multi-item submission. This example shows how to use the "req" variable in a multi-item environment. No more empty fields! When you change the item variable, be sure not to mess up the field count. "cart-id^partnumber^description^cost^quantity^per_item_shipping^ insurance_fee^unit_of_measure^ship_weight^photo_FULL_url" If you leave a field blank, don't take out the field separator! The ^ character is the field separator. The following example is just the bare cart tag, you will need to format to your taste. You can cut and paste the following example into your product test page. Be sure and change the item variables to reflect your product.
Press your back button to return to the demo page.