Answered

Redirection my url to go to te quizz

  • 15 June 2023
  • 2 replies
  • 39 views

Hello all,

 

i’am looking to redirect from my url to typeform url by this way : http://myste.com/[XXXXX]

XXXXX is definite by a code in the db that give all the var for the typeform and next will redirect to typeform.com/65ze1f16zexxxxxx?var1=XXX&var2=XXX………………….

 

Thanks you if you have solutions 

icon

Best answer by Harsh 15 June 2023, 21:35

View original

2 replies

Example : 

  1. Click on the link shared www.mysite.com/51F1D2 => this var is already definate, we shared already changed
  2. Looking in the DB to see wich var 1 et var2 are for 51F1D2
  3. Redirect to the type form with these var /?var1=xxx&Var2=xxx
Userlevel 5
Badge +3

Hi @hgkgulj ,

On your wesbite (i.e "mysite") you would need to process the "code" (in your example it is 51F1D2)


From your external db fetch the relevant variables related to this code and simply construct the Typeform URL (based on the fetched variables) by passing the variables as appropriate query parameters.

 

Then simply redirect your user to the above created Typeform URL

Reply