Means inserting the two experience fragment templates into two distinct page templates. That is, in a page template you can only insert one experience fragmen, not both.
SpoilerI have AEM 6.5. Yes, you understood correctly. I have to do it with a job.I have AEM 6.5. Yes, you understood correctly. I have to do it with a job.
Together with other input text, from the form, I have to send an email and add the possibility of attaching a file coming from the DAM. How can I do it?
I created a component with a form. My intention is to be able to send the results of the data entered to the email, which is always written using a form. I'm trying with a servlet but it doesn't seem to detect it either
Thanks for the reply.I was looking for a simpler and more immediate method, without having to create new dependencies, but possibly a function already integrated with AEM.
In this form I have text inputs and an email field. The intention is to send the results of these fields to the email written in the form when you press the send button.
the goal is to create a template with two tabs in the page properties and then create two template children of which one inherits both tabs, while the other child only inherits one tab. Possibly from code. I don't have the slightest idea how to do it, I can't find any resources that can help me do i...