Wanted to find the most efficient way to create a multipage form that passes the data along. Passing user information in the url doesn’t seem secure. Was wondering if there are other variables besides {{params.full-name}}.
Right now I have 4 pages each passing the previous pages inputs as query params to the next page. Its about 19 questions and I want to avoid that.
I started playing around with {{bundle.inputData.data.full-name}}
Can anyone help or suggest any solutions that worked for them?