Conditional Prolific Redirect in Pavlovia Surveys

Hi all,

I’m using Pavlovia Surveys (SurveyJS) with both Prolific and non-Prolific participants. Prolific participants should be redirected back to Prolific after submission. Non-Prolific participants should be redirected to pavlovia.org.

When I test this, I keep getting redirected (regardless of whether I was directed from Pavlovia or Prolific) to Prolific or Pavlovia. E.g., participants are being sent to Pavlovia.org OR Prolific (depending on my set-up) regardless of whether they are from Prolific or Pavlovia.

My current set up is this in the completion URL: iif(urlParameter(‘PROLIFIC_PID’) == ‘’ or urlParameter(‘PROLIFIC_PID’) == ‘{{%PROLIFIC_PID%}}’, ‘https://pavlovia.org’, ‘PROLIFIC LINK HERE’ + urlParameter(‘PROLIFIC_PID’))

**Note, ‘PROLIFIC LINK HERE’ actually contains prolific submissions complete link + code. I’ve replaced it here.

I have also consulted various posts & guides e.g., ( Wakefield's Daily Tips - #89 by wakecarter )

Thank you for the help :slight_smile: