Passing answers to an external web page. | Community
Skip to main content

Hi,

 

Is it possible to pass the answers to our webpage after the user has finished the typeform ? I know we can redirect to our page but not sure how to pass the data.

 

Thanks,

Allen

Hi @Allen . Thanks for stopping by. :) 

The first item you’ll need to figure out is how the page you’re sending data to can receive the information. This may require some development knowledge, depending on where the data is going. 

Then, you can pass the data out of the form either through passing the information through a redirect URL or through our Responses or Webhooks API. You can find the developer documentation for those two here

Do you know what kind of webpage you’ll be sending the data to? For example, is it a page on your website or a page through a CRM system? 


Hi Liz,

 

It will be a page on our website. We will customize the page based on the answers.

 

How do we pass information through redirect URL? It seems to just redirect but I cannot find options to pass the information.

 

Thanks,

Allen


Hey @Allen! =) You can use the recall information feature to bring information from the respondent when you're adding the redirect URL. Simply type @ and select the answer you'd like to bring or any hidden field you have.

Hope it helps! 


Thank you Mariana. It is what we needed.

 

Regards,

Allen


Woohoo! 🥳 That's great, @Allen! Thanks for marking the best answer. This will help other creators when checking this thread too! =) 


Hi @Allen and @Mariana how did you get this sorted?

 

I’ve embedded typeform onto a wordpress page and my form is set to redirect to my second page (while using the recall function). How can I retrieve that information on my second page? I just want to show the results of their qui. Is there a code I can enter which references the form/answer I want? Or maybe something much easier? 

 

Thank you!


Hi @Allen and @Mariana how did you get this sorted?

 

I’ve embedded typeform onto a wordpress page and my form is set to redirect to my second page (while using the recall function). How can I retrieve that information on my second page? I just want to show the results of their qui. Is there a code I can enter which references the form/answer I want? Or maybe something much easier? 

 

Thank you!

In case anyone else comes across this issue, I found the instructions on how to retrieve url parameters and publish them into the content on your website here https://stackoverflow.com/questions/71727647/displaying-url-parameter-values-as-text-in-an-element-on-webpage-question-from


Reply