The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# $Id: /local/CPAN/Mango/share/forms/cart/add.yml 1644 2008-06-02T01:46:53.055259Z claco  $
---
id: cart_add
method: post
auto_fieldset: 1
javascript: 0
stylesheet: 1
sticky: 0
submit: BUTTON_LABEL_ADD_TO_CART
fields:
  - sku:
      type: hidden
      constraints:
        - NOT_BLANK
        - LENGTH, 1, 25
        - EXISTS
  - quantity:
      type: text
      size: 4
      maxlength: 3
      value: 1
      constraints:
        - NOT_BLANK
        - UINT