Hello everybody, i'm using AEM 6.4.Now i know the captcha component from
form is deprecated due security issues.I also know there is some guide
to make a reCaptcha from google.What about a custom Captcha? Any
suggest? I found nothing in this forum except cq5.Do you have any idea?
This is the way i was achieving it.I just wanted to understand if there
was something else we could work with. Like Component A taking values
directly from Component B.Thats all ^^By the way, thanks that was the
answer
Exactly. That's the problem. 2 or more same components will generate a
random suffix.I was thinking about java, get parents node and then pick
everything called "card * something". Then get every subtitle property
value and put in an array.This thing must refresh everytime in case
author drop components or delete some.Also there is a relationship.
Because the subtitle property of component Card is the same that "List
of card" has to render.The best thing was to make Component List of
card, pick ...
I already checked that. It works because it replicate the fields. But my
need is to populate those fields dynamically from the other dialog.I try
to explain better.I have page.I drop my component lets say "Card". It
has 5 fields in the dialog that the author can change.Then i drop my
componet called "List of cards". The author can set 1 property called
"List of cards Title.What i need to achieve now is that this "List of
cards" will render atleast 1 but even more, titles of the "card
components"...
I'm trying to create a new page, with a new template based on the SPA
Editor.The thing is not clear is if i'm supposed to edit templates
structure (like policies, allowed components, parsys) even if i
integrate with Ang, or not.
Ok and what if i have 2 components and i need to render dialog A
properties in component B?It something dynamyc and i cant let author do
that.Like i have "some cards components" and i have another component
that must fill itself with "these card names" when the author adds them.