{
  "pc": {
    "type": "Grid",
    "model": {
      "stacked": "sm",
      "rows": [
        {
          "cells": [
            {
              "columns": {
                "width": 6
              },
              "alignment": "Justify",
              "component": {
                "type": "SingleLineText",
                "model": {
                  "type": "Custom",
                  "required": false,
                  "orientation": "Horizontal",
                  "title": {
                    "text": "Name",
                    "visible": true
                  },
                  "fontStyle": "Normal",
                  "fontWeight": "Semibold",
                  "wrap": true,
                  "cFontStyle": "Normal",
                  "cFontWeight": "Normal",
                  "_internalName": "Name",
                  "width": 200
                }
              }
            }
          ]
        },
        {
          "cells": [
            {
              "columns": {
                "width": 6
              },
              "alignment": "Justify",
              "component": {
                "type": "SingleLineText",
                "model": {
                  "type": "Custom",
                  "required": false,
                  "orientation": "Horizontal",
                  "title": {
                    "text": "Surname",
                    "visible": true
                  },
                  "fontStyle": "Normal",
                  "fontWeight": "Semibold",
                  "wrap": true,
                  "cFontStyle": "Normal",
                  "cFontWeight": "Normal",
                  "_internalName": "Surname",
                  "width": 200
                }
              }
            }
          ]
        },
        {
          "cells": [
            {
              "columns": {
                "width": 6
              },
              "alignment": "Justify",
              "component": {
                "type": "SingleLineText",
                "model": {
                  "type": "Custom",
                  "required": false,
                  "orientation": "Horizontal",
                  "title": {
                    "text": "Phone",
                    "visible": true
                  },
                  "fontStyle": "Normal",
                  "fontWeight": "Semibold",
                  "wrap": true,
                  "cFontStyle": "Normal",
                  "cFontWeight": "Normal",
                  "_internalName": "Phone",
                  "width": 200
                }
              }
            }
          ]
        },
        {
          "cells": [
            {
              "columns": {
                "width": 6
              },
              "alignment": "Justify",
              "component": {
                "type": "SingleLineText",
                "model": {
                  "type": "Custom",
                  "required": false,
                  "orientation": "Horizontal",
                  "title": {
                    "text": "Email",
                    "visible": true
                  },
                  "fontStyle": "Normal",
                  "fontWeight": "Semibold",
                  "wrap": true,
                  "cFontStyle": "Normal",
                  "cFontWeight": "Normal",
                  "_internalName": "Email",
                  "width": 200
                }
              }
            }
          ]
        },
        {
          "cells": [
            {
              "columns": {
                "width": 6
              },
              "alignment": "Justify",
              "component": {
                "type": "DropDown",
                "model": {
                  "selection": "Single",
                  "dataSource": "StaticList",
                  "options": "Designer\nSupport Specialist\nSenior Developer",
                  "allowUserValue": false,
                  "required": false,
                  "orientation": "Horizontal",
                  "title": {
                    "text": "Position",
                    "visible": true
                  },
                  "fontStyle": "Normal",
                  "fontWeight": "Semibold",
                  "wrap": true,
                  "cFontStyle": "Normal",
                  "cFontWeight": "Normal",
                  "_internalName": "Position",
                  "width": 200
                }
              }
            }
          ]
        },
        {
          "cells": [
            {
              "columns": {
                "width": 6
              },
              "alignment": "Justify",
              "component": {
                "type": "MultiLineText",
                "model": {
                  "mode": "Rich",
                  "required": false,
                  "orientation": "Horizontal",
                  "title": {
                    "text": "Additional Information",
                    "visible": true
                  },
                  "fontStyle": "Normal",
                  "fontWeight": "Semibold",
                  "wrap": true,
                  "cFontStyle": "Normal",
                  "cFontWeight": "Normal",
                  "_internalName": "AdditionalInfo",
                  "width": 200
                }
              }
            }
          ]
        },
        {
          "cells": [
            {
              "columns": {
                "width": 6
              },
              "alignment": "Justify",
              "padding": [
                null,
                null,
                null,
                400
              ],
              "component": {
                "type": "Submit",
                "model": {
                  "text": "Submit",
                  "click": "return fd.save();\n",
                  "_internalName": "Button0",
                  "width": 200
                }
              }
            }
          ]
        }
      ]
    }
  },
  "js": "",
  "css": "",
  "notifySubscribers": true,
  "hideAfterSubmission": false,
  "submissionTimeout": 0,
  "authentication": "Anonymous",
  "singleSubmissionPerUser": false,
  "allowEditingSubmission": false,
  "restrictAccess": false,
  "version": "1.0.2"
}