{
  "pc": {
    "type": "Grid",
    "model": {
      "stacked": "sm",
      "rows": [
        {
          "cells": [
            {
              "columns": {
                "width": 8
              },
              "alignment": "Justify",
              "component": {
                "type": "Text",
                "model": {
                  "text": "<h1><span style=\"color: #000000\">Stationery Order Form</span></h1>",
                  "_internalName": "Text1"
                }
              }
            }
          ]
        },
        {
          "cells": [
            {
              "columns": {
                "width": 8
              },
              "alignment": "Justify",
              "component": {
                "type": "SingleLineText",
                "model": {
                  "type": "Custom",
                  "required": true,
                  "orientation": "Horizontal",
                  "title": {
                    "text": "Full Name",
                    "visible": true
                  },
                  "fontStyle": "Normal",
                  "fontWeight": "Semibold",
                  "wrap": true,
                  "cFontStyle": "Normal",
                  "cFontWeight": "Normal",
                  "_internalName": "name"
                }
              }
            }
          ]
        },
        {
          "cells": [
            {
              "columns": {
                "width": 8
              },
              "alignment": "Justify",
              "component": {
                "type": "DropDown",
                "model": {
                  "selection": "Single",
                  "dataSource": "StaticList",
                  "options": "Administration\nSales\nQuality\nMarketing\nFinancial\nHuman Resources\nIT",
                  "allowUserValue": false,
                  "required": true,
                  "orientation": "Horizontal",
                  "title": {
                    "text": "Department",
                    "visible": true
                  },
                  "fontStyle": "Normal",
                  "fontWeight": "Semibold",
                  "wrap": true,
                  "cFontStyle": "Normal",
                  "cFontWeight": "Normal",
                  "_internalName": "department"
                }
              }
            }
          ]
        },
        {
          "cells": [
            {
              "columns": {
                "width": 8
              },
              "alignment": "Justify",
              "component": {
                "type": "SingleLineText",
                "model": {
                  "type": "Custom",
                  "required": true,
                  "orientation": "Horizontal",
                  "title": {
                    "text": "Email",
                    "visible": true
                  },
                  "fontStyle": "Normal",
                  "fontWeight": "Semibold",
                  "wrap": true,
                  "cFontStyle": "Normal",
                  "cFontWeight": "Normal",
                  "_internalName": "email"
                }
              }
            }
          ]
        },
        {
          "cells": [
            {
              "columns": {
                "width": 8
              },
              "alignment": "Justify",
              "component": {
                "type": "SingleLineText",
                "model": {
                  "type": "Custom",
                  "required": true,
                  "orientation": "Horizontal",
                  "title": {
                    "text": "Phone",
                    "visible": true
                  },
                  "fontStyle": "Normal",
                  "fontWeight": "Semibold",
                  "wrap": true,
                  "cFontStyle": "Normal",
                  "cFontWeight": "Normal",
                  "_internalName": "phone"
                }
              }
            }
          ]
        },
        {
          "cells": [
            {
              "columns": {
                "width": 6
              },
              "alignment": "Justify",
              "component": {
                "type": "Text",
                "model": {
                  "text": "<h2>My Order</h2>",
                  "_internalName": "My"
                }
              }
            }
          ]
        },
        {
          "cells": [
            {
              "columns": {
                "width": 8
              },
              "alignment": "Justify",
              "component": {
                "type": "DataTable",
                "model": {
                  "newLine": "Top",
                  "delete": "Last",
                  "columns": [
                    {
                      "title": "Select item",
                      "type": "Dropdown",
                      "required": true,
                      "options": "Pen\nPencil\nHighlighter\nPaper clip (box)\nStapler (with staples)\nScissors\nEnvelope\nPaper (pack)",
                      "allowUserValue": false,
                      "selection": "Single",
                      "_internalName": "Product"
                    },
                    {
                      "title": "Quantity",
                      "type": "Number",
                      "required": true,
                      "allowUserValue": false,
                      "selection": "Single",
                      "_internalName": "Quantity"
                    }
                  ],
                  "_internalName": "items"
                }
              }
            }
          ]
        },
        {
          "cells": [
            {
              "columns": {
                "width": 8
              },
              "alignment": "Justify",
              "component": {
                "type": "MultiLineText",
                "model": {
                  "mode": "Rich",
                  "required": true,
                  "orientation": "Horizontal",
                  "title": {
                    "text": "Special instructions",
                    "visible": true
                  },
                  "fontStyle": "Normal",
                  "fontWeight": "Semibold",
                  "wrap": true,
                  "cFontStyle": "Normal",
                  "cFontWeight": "Normal",
                  "_internalName": "instructions"
                }
              }
            }
          ]
        },
        {
          "cells": [
            {
              "columns": {
                "width": 6
              },
              "alignment": "Justify",
              "component": {
                "type": "Submit",
                "model": {
                  "text": "Submit",
                  "click": "return fd.save();\n",
                  "_internalName": "Button1",
                  "width": 200
                }
              }
            }
          ]
        }
      ]
    }
  },
  "js": "",
  "css": "",
  "notifySubscribers": true,
  "hideAfterSubmission": false,
  "submissionTimeout": 0,
  "authentication": "Anonymous",
  "singleSubmissionPerUser": false,
  "allowEditingSubmission": false,
  "restrictAccess": false,
  "version": "1.0.2"
}