Hi all,
I'm new to AEM forms, I'm looking for a way to be able to insert my adaptive form inside a Marketo landing page, for now the guides I've seen all refer to an integration between Forms and M. via API ( https://experienceleague.adobe.com/docs/experience-manager-learn/forms/aem-forms-with-marke...
Hi all,
I'm new to AEM forms, I'm looking for a way to be able to insert my adaptive form inside a Marketo landing page, for now the guides I've seen all refer to an integration between Forms and Marketo via API ( https://experienceleague.adobe.com/docs/experience-manager-learn/forms/aem-forms-with-...
Hi all, I'm new to Adobe forms, I would like to know if there is the possibility to insert an adobe form inside a Marketo page. The only possible way seems to me the embed of an adaptive form
(https://experienceleague.adobe.com/docs/experience-manager-64/forms/adaptive-forms-basic-authoring/embed-ad...
Hi everyone! I am new to Aem Forms, I noticed that there are several components to choose from in Forms, how can you create a new component to be included in the list?
I don't intend to create a new adaptive module but a component to be inserted customized as on AEM site
I solved it by myself, the problem was in how to initialize a resource via the referenced Json file. All the fields that the image needs to be inserted into the environment must be entered
Hello everyone, I'm trying to follow the guide here: "https://experienceleague.adobe.com/docs/experience-manager-learn/forms/creating-your-first-adaptive-form/create-adaptive-form-template.html?lang=en"
but every time I try to create a new configuration from the browser, the button for creation does...
Hi everyone, I was trying to create a Junit test for my ImagePlus component, an image to which I added a getName. I initialized the test in setUp like so:@ExtendWith({AemContextExtension.class, MockitoExtension.class})
class ImagePlusTest {
private final AemContext ctx = new AemContext();
...