Share Data between AEM components
Hi Team,
I have a requirement of using AEM Form core components where I need to pass some information between them. i.e:
I need to use the Form Options component, which will have two radio buttons with specific values. When one is selected, that value should be placed in another form component which is the Form Text. The project is using the Webpack framework to compile JS and CSS. My question is, where should I implement the JavaScript logic to pass the selected value to the other component?.
I appreciate your inputs