Rishi Mehta
Rishi Mehta
Please incorporate the review comments
@shravanthprasad, I assume you are referring to a client-side API for adding custom additional submit metadata during form submission as described in the API documentation: https://developer.adobe.com/experience-cloud/experience-manager-apis/api/stable/forms/. Is that correct? While...
In the latest version, we've included support for setting extra custom submit metadata directly from the client side. For a code sample, please refer to this link: [GitHub - Adobe...
> Support for jsonString context is now available in public AEM cloud release Release 16357 cc: @rismehta What is the behavior of the code if context is not available ?...
The test is still flaky, please fix the test
@mnahmias This feature isn't available out-of-the-box yet, but you can modify the submission process to include this logic.
@mnahmias Yes, we're aware of this issue, but it hasn't been prioritized yet as there are alternative ways available to accomplish the same use-case.
@shravanthprasad We're currently addressing the problem internally. I'll provide updates here once the fix has been implemented. Thank you for bringing this to our attention.
@royteeuwen We have made certain [GuideBridge events](https://opensource.adobe.com/aem-core-forms-components) accessible for external applications to interact with in core components. However, not all events are exposed, as we advise against incorporating GuideBridge in...
The APIs exposed in the formModel returned by the getFormModel function are listed under the "methods" section (like visit, getState) on this page: https://opensource.adobe.com/aem-forms-af-runtime/js-docs/interfaces/FormModel.html.