Integrating Member_ID number into a Button Command | Community
Skip to main content
Answered

Integrating Member_ID number into a Button Command


I am using Type form to score treatment outcomes for my users in a closed subscription community. I have a button on the ending of the scoring quiz that returns to a general page within my site (https://app.nemecheknavigator.com/progress-tracking).  Their scores are displayed on a scorecard within my site using the Member_ID generated by Typeform.

I would like to have the button at the end of my Typeform survey return to them to a page that is specific for the member ID generated by Typeform (ex., https://app.nemecheknavigator.com/progress-tracking/member_ID/).

Is this possible?  Thank you in advance for your help.

Best answer by Harsh

Hi @pnemechek 

I would suggest that you embed the Typeform on your site via the Typeform SDK

Then on the “onSubmit” callback you could easily redirect the user to your url, with the dynamically generated response id (i.e member id)  appended to the url.

View original

2 replies

Forum|alt.badge.img+4
  • Socializer
  • 113 replies
  • Answer
  • August 13, 2023

Hi @pnemechek 

I would suggest that you embed the Typeform on your site via the Typeform SDK

Then on the “onSubmit” callback you could easily redirect the user to your url, with the dynamically generated response id (i.e member id)  appended to the url.


  • Author
  • Explorer
  • 3 replies
  • August 13, 2023

Thank you very much!


Reply