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...
Thanks for the reply. I have the js, but I don't know how to implement these changes in the dialog. I don't know exactly what to add in the select element and fields.
I would like to create a dialog with three fields and a checkbox. If deselected it must hide the fields, if selected show them. I would also like a version without js.
The code I wrote is to print a list of values entered from the dialog. I would then like to print these same modified values via a simple method I have in the sling model, but without creating a list in the model. I would like to always print using sightly. Thanks!