How to redirect a survey to another URL or website from the terminate or complete template.

For redirecting a survey to another URL or website from a terminate template:

You can try updating the terminat.tmpl with the following below for redirecting a survey to another URL, website or panel company or provider.

Essentially, this works adding a META URL redirect to the terminate template. NOTE: For panel companies or providers, confirm that the META URL redirect solution worked and satisfies their requirement for integrating or passing data.

>IfDef @TERM

<br><br>

If you are not redirected to the panel site, please click the following link:

<a href=”https://survoxinc.com/PIN=@pid&gotoq=XTRM“>Submit My Responses</a>.

<BR/><BR/>

<meta http-equiv=”refresh” content=”0; URL=’http://survoxinc.com/PIN=@pid&gotoq=XTRM‘” />

>EndIf

>IfDef @OQ

<br><br>

If you are not redirected to the panel site, please click the following link:

<a href=”https://survoxinc.com/PIN=@pid&gotoq=XTRM“>Submit My Responses</a>.

<BR/><BR/>

<meta http-equiv=”refresh” content=”0; URL=’http://survoxinc.com/PIN=@pid&gotoq=XTRM‘” />

>EndIf

For redirecting a survey to another URL or website from a complete template:

You can try using adding a “meta http-equiv” statement to redirect a respondent once they get to the complete.tmpl.


Essentially, this works by adding a META URL redirect to the complete template.


Below is an example of what should work.


<br><br>

If you are not redirected to the Survox Corporate site, please click the following link:

<a href=”https://www.survoxinc.com/”>SURVOX</a>.

<BR/><BR/>

<meta http-equiv=”refresh” content=”0; URL=’https://www.survoxinc.com/’” />