Leiste mit Community-Erfolgen erweitern.

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

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Adaptive forms in AEM site page

Avatar

Level 6

Requirement is to integrate the entire Adaptive form in AEM site page. And how we can write a custom validation / js for the Adaptive form fields (AEM CS don't have code editor in Adaptive forms edit rules)

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Level 6

Found the way, You have to extend the core component "Adaptive form container V2"

the in asset path we can author the form path. Thanks

aravindS_0-1686744262709.png

In your project, in case there is no Adaptive form component, then follow this link to enable
Enable Adaptive Forms Core Components on AEM Forms as a Cloud Service and local development environm...

After this, if you are getting the build error ignore the ui.apps dependency.

Lösung in ursprünglichem Beitrag anzeigen

3 Antworten

Avatar

Employee Advisor

@aravindS 

Seems similar to https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/aem-forms-cloud-serv... 

You can write the custom logic in the client libs and evaluate the output in the rule editor, if required.

Avatar

Level 6

Hi @Pulkit_Jain_  , Yes in cloud service there is no code editor in Adaptive form, 

How i can call the respective method (clientlib methods) in adpative form field, how i can enable the guidebridge in AEM CS adaptive form

Avatar

Korrekte Antwort von
Level 6

Found the way, You have to extend the core component "Adaptive form container V2"

the in asset path we can author the form path. Thanks

aravindS_0-1686744262709.png

In your project, in case there is no Adaptive form component, then follow this link to enable
Enable Adaptive Forms Core Components on AEM Forms as a Cloud Service and local development environm...

After this, if you are getting the build error ignore the ui.apps dependency.