1
0
-1

method:add data to form

reason:I design a form example A, A contains  MultiplyPagesForm  Element which has 2 pages ,

they are form a1 and a2, it cause error after I add data to form by form api.

error: the data of a2 did not work,only data of a1 insert sucess


multiplyPagesForm_2 data insert fail

{
  "multiplyPagesForm_1": {
    "categoryName": "string",
    "name": "11111",
    "belongCompany": "string",
  },
  "multiplyPagesForm_2": {
    "name": "22222"

},
  "dateCreated": "2022-09-01",
  "dateModified": "2022-09-01",
  "createdBy": "string",
  "createdByName": "string",
  "modifiedBy": "string",
  "modifiedByName": "string"
}

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      I don't think the API Builder will work with Multi Paged Form, only single forms.

        CommentAdd your comment...