I collect information in a form on an interface on one page. I want to pre-populate some of these fields into a hidden field in a form on the next page.
Here is what I have attempted:
Once the user submits, I have selected ‘send data to this page’

I then grabbed the reference field name from the 1st page:

Finally, I try to call this field as the default for my hidden field in the form on the next page.

Unfortunately, this just seems to place that exact data ({{params.pm_email}} in the table rather than call the data from the prior page. What am I missing?
