Created
November 23, 2017 22:55
-
-
Save devotox/8150918d70e4ef0a6f0f3b562cd425e4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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