asmaahmedd
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Thank you.
Sorry about that, here is the form URL : https://explorecanadavisa.ca?cff-form=16
Hi,
Yes, here is the page that contains the calculator : https://explorecanadavisa.ca/quebec/
Hello,
I have tried the solution you provided, but unfortunately, it doesn’t seem to work. I followed the steps to create a calculated field and an HTML content field with the
data-cff-fieldattribute, but the message is not being displayed as expected. Below is the code I used:(function(){
var frenchLevel1 = fieldname20;
var frenchLevel2 = fieldname21;
var frenchLevel3 = fieldname22;
var frenchLevel4 = fieldname38;
var englishTest = fieldname25;
var experience = fieldname43;if ((frenchLevel1 === 'A1' || frenchLevel1 === 'A2' || frenchLevel1 === 'B1') && (frenchLevel2 === 'A1' || frenchLevel2 === 'A2' || frenchLevel2 === 'B1') && (frenchLevel3 === 'A1' || frenchLevel3 === 'A2' || frenchLevel3 === 'B1') && (frenchLevel4 === 'A1' || frenchLevel4 === 'A2' || frenchLevel4 === 'B1') && englishTest === 'no' && experience === '0 to 6 months') { return "Le candidat doit améliorer son niveau de français pour obtenir un B2, son niveau d'anglais ainsi qu'il doit améliorer son expérience."; } else { return ""; }})()
Viewing 4 replies - 1 through 4 (of 4 total)