Redirect a typeform page and show results on new page

352 Views Asked by At

I have a typeform form that has a different score per answer. At the end of the form I want to redirect to a page on my website (on Wordpress). On that page I want to have a section that has the form results (eg "you scored 5 out of 10").

Is there a way to carry these results onto my website?

I've tried researching web hooks, but I am lost.

1

There are 1 best solutions below

2
picsoung On

I think this rather a Typeform question than a pure programmatic question.

On your Typeform you can create as many Thank you screen as you like. Each thank you screen could have its own text and its own redirect link.

On the redirect link, you can pass a query parameter taking the value of the score calculated on Typeform. Click on the + button to select either a response to a question, a hidden field, or the calculated score.

And you can redirect the user to your Wordpress with a URL like https://mywebsite.com?score={value from typeform}

If you have more questions you should contact Typeform support directly.