For the adaptive form created using JSON schema, as per the document below the .model.json shall provide full form JSON, but that is not providing me forms fields. What additionally needs to be done? Any guidance
Also, are there any productions implementations for headless forms
Solved! Go to Solution.
Views
Replies
Total Likes
Are you using the correct path i.e /content/forms/af/<formname>.model.json to check the form definition?
You can also list the forms (and form ids) on the server with /adobe/forms/af/listforms API and then use that particular form id /adobe/forms/af/<form id> to view the model definition that can be used further.
Are you using the correct path i.e /content/forms/af/<formname>.model.json to check the form definition?
You can also list the forms (and form ids) on the server with /adobe/forms/af/listforms API and then use that particular form id /adobe/forms/af/<form id> to view the model definition that can be used further.