Respone ID on Redirection | Community
Skip to main content
Answered

Respone ID on Redirection


Hello Community,

i’d like to add the Response-ID form Typeform to my link for the Thank-You-Page / Ending-Pages.

How can i do this?

Best regards,
Max.

Best answer by picsoung

Hi @seimax

If you embed your typeform using the EmbedSDK you will have access to an onSubmit callback that will provide you the Response Id. You can then call the Response API to retrieve details about this response.

We went over this in an episode of Hack Together.
 

 

View original

4 replies

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 15025 replies
  • October 7, 2021

Hi @seimax Thanks for stopping by the community! I’m afraid this isn’t possible, and this is because the response ID isn’t generated until the respondent submits the form. 

Though, what are you using the response ID for? We may possibly be able to think of a workaround to send the ID over, depending on what you’re looking to do with it!


  • Author
  • Explorer
  • 1 reply
  • October 7, 2021

The user enters his e-mail address in type form. Then he will be directed to a thank you page from us with further actions that can be started pre button. When submitting the button, I would like to query the application so that I also have the e-mail address for the button action. I then ask using the response ID.


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 15025 replies
  • October 7, 2021

Ah, got it! Thanks! Are you able to use the Webhooks API by chance for this? That would send the data over right away, including the Response ID. 


picsoung
Typeform
Forum|alt.badge.img+5
  • Developer Advocate @ Typeform
  • 390 replies
  • Answer
  • October 8, 2021

Hi @seimax

If you embed your typeform using the EmbedSDK you will have access to an onSubmit callback that will provide you the Response Id. You can then call the Response API to retrieve details about this response.

We went over this in an episode of Hack Together.
 

 


Reply