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.
I think this rather a Typeform question than a pure programmatic question.
On your Typeform you can create as many
Thank youscreen as you like. Eachthank youscreen 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.