Takes a form element's id, the form elements and the submission data to return a value from the submission.
const value = submissionService.getRootElementById( formElementId, form.elements, submission,) Copy
const value = submissionService.getRootElementById( formElementId, form.elements, submission,)
Takes a form element's id, the form elements and the submission data to return a value from the submission.
Example