Input

1 min read

Input fields let sellers capture a short amount of text from their customers. Sellers have a variety of presentation controls for inputs including:

  • label format
  • optional description
  • placeholder value
  • default value

Settings

The input field also have a variety of settings such as:

  • Required
    • Require that the field has a value to enable checkout
  • Hidden
    • Hide the field from view
  • Validate
    • Ensure the field value meets a specific format like email
  • Prefill
    • Prefill the value from a query string param
  • Connect
    • Connect the value to another service like Stripe Checkout.
Previous
Fields
Next
Fields