Answer the question
In order to leave comments, you need to log in
How to bring form data to a certain form?
I have a specific JSON that I use to build a form:
{
"0": {
"property1": {
"label": "label1",
"value": ""
}
"property2": {
"label": "label2",
"value": "",
"variants": {
"0": "variant1",
"1": "variant2"
}
},
"property3": {
"label": "label3",
"value": ""
}
}
}
{
"property1": "value1",
"property2": "variant2",
"property3": "value3"
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question