Best answer

Create a multi page form interface without exposing the data to the query params for security purposes?

  • 22 March 2024
  • 3 replies
  • 48 views

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?

icon

Best answer by Troy Tessalone 22 March 2024, 16:00

View original

3 replies

Userlevel 7
Badge +14

Hi @thy-neighbor 

You may want to try submitting a ticket for the Zapier Interfaces Team here: https://eap.zapier.app/interfaces

Submitted thank you!

@thy-neighbor Hey there, did a resolution ever come to this? We are working on something similar and we are having trouble passing through data securely.

@Troy Tessalone one additional question. Our form is a recruiting onboarding form for 1099 sales reps, it is possible they would only fill out page 1 of the 4 page interface and still be entered into our drip campaign. So they might return to the form at a later date. Is there a way to automatically generate a pin of some sort for a new record that they could leverage to access their progress?

Reply