Lightroom voucher redemption
Please redeem your voucher now! Fill out the form below to enrol on the course.
First, choose a username and password. These will be the login details you use for the course. Fill out the remainder of the form and input your voucher code that you received from our voucher partner. You will receive an email confirmation of enrolment – please check your junkmail folder if you do not receive it.
Before you enrol on one of our courses, please read the T&Cs and the FAQs. By enrolling on our course you agree to our terms and conditions.
switch ($_GET['errorCode']) {
case 100:
echo '
Error - Please fill in all compulsary fields:
'.$_GET['missingFields'].'
';
break;
case 200:
echo '
Error - Invalid Voucher Code. Please try again.
';
break;
case 300:
echo '
Username already exists. If you are an existing student, please log in as an existing customer using your current email address. If you are a new student, please choose a different username
';
break;
case 400:
echo '
Email already exists. If you are an existing student, please log in as an existing customer using your current email address. If you are a new student, please choose a different username
';
break;
case 500:
echo '
Email not found. If you are a new student, please select "New IoP Student" from the drop down list.
';
break;
} ?>