Answered

Integrating Member_ID number into a Button Command

  • 12 August 2023
  • 2 replies
  • 6 views

Userlevel 1

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.

icon

Best answer by Harsh 13 August 2023, 21:42

View original

2 replies

Userlevel 5
Badge +3

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.

Userlevel 1

Thank you very much!

Reply