Expand my Community achievements bar.

GuideBridge API for Core Form components on AEMaaCS

Avatar

Level 4

We have been using Libs based components for an On-premise solution. Now we are looking at Core Forms components for an AEMaaCS solution.

Previously we had used the GuideBridge for handling some functionality

https://developer.adobe.com/experience-manager/reference-materials/6-5/forms/javascript-api/GuideBri...

 

Is that still the approach on AEmaaCS? GuideBridge is loaded.

 

If so is there an updated API documentation?

4 Replies

Avatar

Level 1
AEM Forms is an Adobe Experience Manager's capability allowing easy-to-use solution to create, manage, publish, and update complex digital forms while integrating with back-end processes, business rules, and data.
 

Avatar

Administrator

@IainClucas Did you find the suggestions from @Aurora900 helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.



Kautuk Sahni

Avatar

Level 4

The reply did not really provide any information.

I have been debugging through Chrome DevTools and found that 

  • guideBridge.visit() has been replaced by GuideBridge.getFormModel().visit()
  • that SOM has been replaces by qualifiedName, and
  • guideBridge.setFocus(SOM) has been replaced by guideBridge.getFormModel().setFocus(component)

None of this appears to be documented thogh.