[ { "cmd": "field", "type": "text", "groupPath": "field1", "text": "Name", "previewValue": "Preview value 1" }, { "cmd": "field", "groupPath": "field2", "text": "Address", "previewValue": "Preview value 2", "type": "text", "settings": { "multiline": true } }, { "cmd": "field", "type": "location", "groupPath": "field3", "text": "Live Location" }, { "cmd": "field", "type": "phone", "groupPath": "field4", "text": "Phone Number", "previewValue": "15" }, { "cmd": "field", "type": "date", "groupPath": "field5", "text": "Date of Birth", "previewValue": "2016-03-25" }, { "cmd": "field", "type": "buttonlist", "groupPath": "field6", "text": "Marital Status", "list": [ { "value": "Single" }, { "value": "Married" } ], "previewValue": "Married" }, { "cmd": "field", "type": "photo", "groupPath": "field7", "text": "Photo" } ]