Expand my Community achievements bar.

SOLVED

How to send values from the dialog of one component which is one page to another component of another page?

Avatar

Level 4

How to send values from one component which is on one page to another component on another page?

The CTA of the first component will have the redirection link of the another page that has the second component.

We need to send values selected in the form of the first component to the second component.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
2 Replies

Avatar

Community Advisor

@chinmayis865517 You probably can use browser valiables like local storage/ session storage / cookies based on your use case. May be store it in a jcr code and fetch that would be possible.

 

Avatar

Correct answer by
Community Advisor