Is there any possibility where we can send email as well as save data in SP? So far so we have integrated SP and works fine. However, requirement is also to send an email of submit action.We have considered using workflow: https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-ser...
I try to publish an adaptative form, I am using Adaptative Form Embed Component in a page, when I got to the publish instance I just see the page but not including my adaptative form, does someone know what could be the reason? thanks in advance.
I am using the out-of-the-box "Send email" Submit Action for my Adaptive Form. When adding a value for the "CC" and "BCC" fields in my Adaptive Forms, they do NOT send the notification to the emails provided in the "CC" or "BCC" fields. Notifications only get sent to the email provided in the "TO" f...
Hi,I am using AEMaaCS and AEM forms with core components and associated template . I want to attach a component to a servlet say for eg at /bin or at a res type. Is this possible ?I see clientlibrary can be attached to the root panel where I believe I can write script but did someone try this out ? ...
A new way of form fillingwe have create a simple demo using ChatBot to ask questions and fill out a pdf form from the answers collected using ChatBotA video recording of the demo is available herehttps://experienceleague.adobe.com/en/docs/experience-manager-learn/forms/chatbot-and-aem-forms/introduc...
Hi all, I am working towards creating custom repeated panel as shown below using the AEM form core components and AEM core component blank template. Given this , I used the functionality within accordion of adding removing panels and I get no value despite trying fieldname[0] or panel.instances[0].f...
I'm on Local SDK and have added the following dependency in pom.xml. Then I imported a few dependencies in the AEM servlet. But while running the maven build (mvn clean install), it's throwing an error. [ERROR] The analyser found the following errors for the author and publish :[ERROR] [api-regions...
Hello, Is it possible, in AEM Form Designer, to make the header (on the first page only) wider than the master page content?So like Header will be 100% page width (only on 1st page) and the rest of the form to have normal margins.
I’m trying to add Adaptive Form components to my sites page, but for some reason all Adaptive Form components show up in the “Add Component” panel, EXCEPT there is no Adaptive Form Container (or any Form Container) to drag and drop from the list. I checked the template policy for the page, making su...
Hi there,I'm working on a requirement where we have to create a "Service Request Form" via Adaptive Form and pre populate the customer data on page load via calling some external APIs. These APIs expecting "Access token" to give us the user's bank account details. We've created a OAuth Service which...