I am using form.io builder to make forms and I embed form JSON in form builder to show a form, it’s like populate a form in the form builder and then use the form builder, is there a way to populate the form with data too but in Form builder, like there’s a form and submission in it
<form-builder [form]=”form” >
html code
this.form = { components: [ { label: "Text Field", applyMaskOn: "change", tableView: true, validateWhenHidden: false, key: "textField", type: "textfield", input: true } ]}
ts code
is there’s a way like this to populate data with it