Skip to content

Instantly share code, notes, and snippets.

@devotox
Created November 23, 2017 22:55
Show Gist options
  • Save devotox/8150918d70e4ef0a6f0f3b562cd425e4 to your computer and use it in GitHub Desktop.
Save devotox/8150918d70e4ef0a6f0f3b562cd425e4 to your computer and use it in GitHub Desktop.
{
"label": "Subform Top",
"sections": [
{
"label": "Subform Top",
"fields": [
{
"id": "121",
"type": "text",
"required": true,
"label": "top name",
"labelPosition": "left",
"calculations": {
"value": "{{field-122 key=value subform=field-123}}"
}
},
{
"id": "122",
"type": "subform",
"label": "Subform Validation",
"labelPosition": "above",
"required": true,
"definition": {
"label": "Subform Inner",
"sections": [
{
"label": "Subform Inner",
"fields": [
{
"id": "123",
"type": "text",
"required": true,
"label": "inner Name",
"labelPosition": "left"
}
]
}
]
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment