Answered

How can I retrieve the response after the user has filled out a specific form page?

  • 30 September 2023
  • 1 reply
  • 47 views

Hello,

We are working on creating a survey where the user is presented with a page containing a list of information based on choices made on the previous page. Our goal is to retrieve the information entered by the user each time and dynamically set up the formations that will be presented on the subsequent pages.

For example:

Let's assume that the "form" consists of 3 pages/steps. On the first page, the user is required to enter the "username". Once they click "OK", on the next page, a question like "Select the customer's name" will be displayed, along with a series of possible answers that depend on the first answer entered.

Is it possible to retrieve the username entered by the user when they click the "OK" button and use it to set up the data for the next page?

Thank you in advance for your response.

icon

Best answer by Liz 2 October 2023, 16:41

View original

1 reply

Userlevel 7
Badge +5

Hi @dverlotta Thanks for stopping by the community! Typeform doesn’t save any data until the submit button is clicked, so I’m afraid it’s not possible to retrieve this data. 

Instead, you could create multiple forms and tie them together like this, which would then allow you to obtain that data in between each form. 

Reply