Original Form File

View in new tab

Form Schema -

{
  "title": "Bill of Sale Form",
  "fields": [
    {
      "label": "Seller's Name(s) (Last, First, Second)",
      "name": "seller_name",
      "type": "text"
    },
    {
      "label": "Seller's Telephone Number",
      "name": "seller_telephone",
      "type": "text"
    },
    {
      "label": "Seller's Address - Street",
      "name": "seller_address_street",
      "type": "text"
    },
    {
      "label": "Seller's Address - City / Town",
      "name": "seller_address_city",
      "type": "text"
    },
    {
      "label": "Seller's Address - Province / State",
      "name": "seller_address_province",
      "type": "text"
    },
    {
      "label": "Seller's Address - Postal Code / Zip Code",
      "name": "seller_address_postal_code",
      "type": "text"
    },
    {
      "label": "Seller's Personal Identification (DL / ID Number)",
      "name": "seller_id",
      "type": "text"
    },
    {
      "label": "Vehicle Year",
      "name": "vehicle_year",
      "type": "text"
    },
    {
      "label": "Vehicle Make",
      "name": "vehicle_make",
      "type": "text"
    },
    {
      "label": "Vehicle Model or Series",
      "name": "vehicle_model",
      "type": "text"
    },
    {
      "label": "Vehicle Style",
      "name": "vehicle_style",
      "type": "text"
    },
    {
      "label": "Vehicle Identification Number (VIN) / Serial Number",
      "name": "vehicle_vin",
      "type": "text"
    },
    {
      "label": "Vehicle Body Colour",
      "name": "vehicle_body_colour",
      "type": "text"
    },
    {
      "label": "Vehicle Odometer Reading",
      "name": "vehicle_odometer",
      "type": "text"
    },
    {
      "label": "Buyer's Name(s) (Last, First, Second)",
      "name": "buyer_name",
      "type": "text"
    },
    {
      "label": "Buyer's Telephone Number",
      "name": "buyer_telephone",
      "type": "text"
    },
    {
      "label": "Buyer's Address - Street",
      "name": "buyer_address_street",
      "type": "text"
    },
    {
      "label": "Buyer's Address - City / Town",
      "name": "buyer_address_city",
      "type": "text"
    },
    {
      "label": "Buyer's Address - Province / State",
      "name": "buyer_address_province",
      "type": "text"
    },
    {
      "label": "Buyer's Address - Postal Code / Zip Code",
      "name": "buyer_address_postal_code",
      "type": "text"
    },
    {
      "label": "Buyer's Personal Identification (DL / ID Number)",
      "name": "buyer_id",
      "type": "text"
    },
    {
      "label": "Vehicle Sale Price in Words",
      "name": "sale_price_words",
      "type": "text"
    },
    {
      "label": "Vehicle Sale Price in Dollars",
      "name": "sale_price_dollars",
      "type": "text"
    },
    {
      "label": "City / Town where Sale Was Dated",
      "name": "sale_city",
      "type": "text"
    },
    {
      "label": "Province / State where Sale Was Dated",
      "name": "sale_province",
      "type": "text"
    },
    {
      "label": "Country where Sale Was Dated",
      "name": "sale_country",
      "type": "text"
    },
    {
      "label": "Date of Sale",
      "name": "sale_date",
      "type": "date"
    },
    {
      "label": "Signature of Buyer",
      "name": "buyer_signature",
      "type": "text"
    },
    {
      "label": "Signature of Seller",
      "name": "seller_signature",
      "type": "text"
    },
    {
      "label": "Signature of Witness",
      "name": "witness_signature",
      "type": "text"
    }
  ]
}

Form HTML

Will render the form HTML here. Supports, text, number, date.