diff --git a/app/assets/javascripts/surveys.js b/app/assets/javascripts/surveys.js index 3206236db..8984b75c1 100644 --- a/app/assets/javascripts/surveys.js +++ b/app/assets/javascripts/surveys.js @@ -286,6 +286,39 @@ surveyFailure: 'Sorry, we’re unable to send you an email right now. Please try again later.' }, allowedOnMobile: true + }, + { + identifier: 'CTTUK_Professionals_Personal', + surveyType: 'url', + frequency: 3, + startTime: new Date('February 7, 2018').getTime(), + endTime: new Date('February 10, 2018').getTime(), + url: 'https://GDSUserResearch.optimalworkshop.com/treejack/82p1e0a6-0-0-1-0-0?c={{currentPath}}', + templateArgs: { + title: 'Help us make things easier to find on GOV.UK', + surveyCta: 'Answer 3 quick questions.', + surveyCtaPostscript: 'This activity will open in a separate window.' + }, + activeWhen: { + path: [ + '^/browse/visas-immigration(?:/|$)', + '^/call-charges$', + '^/when-do-the-clocks-change$', + '^/guidance/immigration-rules$' + ], + organisation: [ + '', // UK Visas and Immigration + '', // Office of the Immigration Services Commissioner + '', // Migration Advisory Committee + '', // Border Force + '', // Immigration Enforcement + '', // UK Border Agency + '', // Identity and Passport Service + '', // HM Passport Office + '' // Independent Chief Inspector of Borders and Immigration + ] + }, + allowedOnMobile: true } ],