QuestionQ8

API Endpoints and Integrations

An AEM Forms developer is creating a ClientLib and using guideBridge API methods for this purpose. The developer uses a method in which the guideBridge API is invoked on the click event of a button identified by the CSS class savebutton.

Which method is the developer using?

  • A getFileAttachmentMapForSubmit
  • B doAjaxSubmitWithFileAttachment
  • C storeafDataWithAttachments
Explanation

The guideBridge.doAjaxSubmitWithFileAttachment method is invoked from the click event handler for .savebutton to submit Adaptive Form data along with file attachments to an endpoint.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!