Skip to content

Commit 8522ca7

Browse files
committed
add note about variable resolution for subforms
1 parent 67bbea0 commit 8522ca7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,8 @@ If you want to populate the subform with values from a variable, use the `camVar
342342
form submissions with Key: `camVariableName` value: `myPreviousSubmissionJsonVariable.data`. The data object, which is what
343343
Formio places all submission data into, will then be populated into the subform.
344344

345+
It is the responsibility of the parent form to provide variable resolution for any fields in the subform. Subforms with
346+
form components that have `camVariableName` or `fetchVariable` properties will be ignored. This may change in the future.
345347

346348
## File Uploads
347349

0 commit comments

Comments
 (0)