We are using JSON Schema to Form library to embed a form inside a reactJS page. We want to set the form (generated from JSON schema) data into a input hidden value to be used later on to pass to a service to save the form value in the database.
e.g. See the formData highlighted in the image below attached. this needs to be set as a value to passed to save in the database column enter image description here