Redirect auto populate fields

Hi, is it possible to redirect from one plumsail form to another form. However once redirected there is a field that is populated based off the first plumsail form field?

For example a Unique Code? in the first form will populate in the second form as the same unique code?

1 Like

Dear @Ibrahim,
Sure, many options here. The easiest one probably is to use local storage to save this unique code before redirect, and then use it again after - Window: localStorage property - Web APIs | MDN