Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.
SOLVED

It is possible to easily use Adobe Adaptive Form with SPA page and React?

Avatar

Level 1

It is possible to use Adobe Adaptive Form with SPA page and React easily?

I noticed there is an "includeFormsheadless" attribute in AEM project archetype but I was not able to use...

I tried to map an react text component to "myproject
/components/adaptiveForm/text", it worked but I am not sure how I would create the others components, like "Adaptive Form - Embed" and "Form Container"...

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @gabrielfgmzk ,

 

Yes, it's possible by using AEM Forms SPA container component. Please go through with the below documentation and it might help help you to get your answer

 

https://experienceleague.adobe.com/en/docs/experience-manager-65/content/forms/adaptive-forms-advanc... 

 

Thanks,

Avinash 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @gabrielfgmzk ,

 

Yes, it's possible by using AEM Forms SPA container component. Please go through with the below documentation and it might help help you to get your answer

 

https://experienceleague.adobe.com/en/docs/experience-manager-65/content/forms/adaptive-forms-advanc... 

 

Thanks,

Avinash 

Avatar

Level 1

Hello @Avinash_Gupta_ ,

 

I followed the documentation, it was not so fast forwarded as it looked but I was able to render a form.

 

Thanks!