Form.io Fundamentals
Forms


Components
Form JSON

"components": [
{
"title": "Entrant Info",
"key": "entrantInfo",
"type": "panel",
"label": "Panel",
"input": false,
"tableView": false,
"components": [
{
"label": "Email Address",
"applyMaskOn": "change",
"tableView": true,
"validate": {
"required": true
},Last updated
Was this helpful?
