VexlyVexly
Checkout

Edit section: checkout

Section colours (gym / landing)

Override background and text colour for this section on the public page.

{
  "contentType": "form",
  "formTitle": "Checkout",
  "fields": [
    {
      "id": "1",
      "key": "email",
      "type": "email",
      "label": "Email",
      "required": true,
      "placeholder": "you@example.com"
    },
    {
      "id": "2",
      "key": "firstName",
      "type": "text",
      "label": "First Name",
      "required": true,
      "placeholder": "First name"
    },
    {
      "id": "3",
      "key": "lastName",
      "type": "text",
      "label": "Last Name",
      "required": true,
      "placeholder": "Last name"
    },
    {
      "id": "4",
      "key": "phone",
      "type": "text",
      "label": "Phone",
      "required": false,
      "placeholder": "+1 234 567 890"
    },
    {
      "id": "5",
      "key": "addressLine1",
      "type": "text",
      "label": "Address line 1",
      "required": true,
      "placeholder": "Street address"
    },
    {
      "id": "6",
      "key": "addressLine2",
      "type": "text",
      "label": "Address line 2",
      "required": false,
      "placeholder": "Apt, suite, etc."
    },
    {
      "id": "7",
      "key": "city",
      "type": "text",
      "label": "City",
      "required": true,
      "placeholder": "City"
    },
    {
      "id": "8",
      "key": "state",
      "type": "text",
      "label": "State / Region",
      "required": false,
      "placeholder": "State or region"
    },
    {
      "id": "9",
      "key": "postalCode",
      "type": "text",
      "label": "Postal code",
      "required": true,
      "placeholder": "Postal code"
    },
    {
      "id": "10",
      "key": "country",
      "type": "text",
      "label": "Country",
      "required": true,
      "placeholder": "Country"
    },
    {
      "id": "11",
      "key": "orderNotes",
      "type": "textarea",
      "label": "Order notes",
      "required": false,
      "placeholder": "Notes about your order..."
    }
  ]
}

Live preview

Updates as you edit

No visual preview for section type "checkout". Use JSON preview below to check data.