내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

headless forms - omnichannel consumption

Avatar

Level 1

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 

https://experienceleague.adobe.com/docs/experience-manager-headless-adaptive-forms/using/authoring-h...  

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

@satnams87508548 

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.

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
Employee Advisor

@satnams87508548 

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.