CINXE.COM

Fairtrade School Award Registration

<!DOCTYPE HTML> <html lang="en-GB"> <head> <title>Fairtrade School Award Registration</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="referrer" content="no-referrer-when-downgrade"> <!-- THIS SCRIPT NEEDS TO BE LOADED FIRST BEFORE wforms.js --> <script type="text/javascript" data-for="FA__DOMContentLoadedEventDispatch" src="https://www.tfaforms.com/js/FA__DOMContentLoadedEventDispatcher.js" defer></script> <style> .captcha { padding-bottom: 1em !important; } .wForm .captcha .oneField { margin: 0; padding: 0; } </style> <script type="text/javascript"> // initialize our variables var captchaReady = 0; var wFORMSReady = 0; var isConditionalSubmitEnabled = false; // when wForms is loaded call this var wformsReadyCallback = function () { // using this var to denote if wForms is loaded wFORMSReady = 1; isConditionalSubmitEnabled = document.getElementById('submit_button').hasAttribute('data-condition'); // call our recaptcha function which is dependent on both // wForms and an async call to google // note the meat of this function wont fire until both // wFORMSReady = 1 and captchaReady = 1 onloadCallback(); } var gCaptchaReadyCallback = function() { // using this var to denote if captcha is loaded captchaReady = 1; isConditionalSubmitEnabled = document.getElementById('submit_button').hasAttribute('data-condition'); // call our recaptcha function which is dependent on both // wForms and an async call to google // note the meat of this function wont fire until both // wFORMSReady = 1 and captchaReady = 1 onloadCallback(); }; // add event listener to fire when wForms is fully loaded document.addEventListener("wFORMSLoaded", wformsReadyCallback); var enableSubmitButton = function() { var submitButton = document.getElementById('submit_button'); var explanation = document.getElementById('disabled-explanation'); var isConditionalSubmitConditionMet = wFORMS.behaviors.condition.isConditionalSubmitConditionMet; if ( submitButton != null && (isConditionalSubmitEnabled && isConditionalSubmitConditionMet) || !isConditionalSubmitEnabled ) { submitButton.removeAttribute('disabled'); if (explanation != null) { explanation.style.display = 'none'; } } }; var disableSubmitButton = function() { var submitButton = document.getElementById('submit_button'); var explanation = document.getElementById('disabled-explanation'); if (submitButton != null) { submitButton.disabled = true; if (explanation != null) { explanation.style.display = 'block'; } } }; // call this on both captcha async complete and wforms fully // initialized since we can't be sure which will complete first // and we need both done for this to function just check that they are // done to fire the functionality var onloadCallback = function () { // if our captcha is ready (async call completed) // and wFORMS is completely loaded then we are ready to add // the captcha to the page if (captchaReady && wFORMSReady) { grecaptcha.enterprise.render('g-recaptcha-render-div', { 'sitekey': '6LfMg_EaAAAAAMhDNLMlgqDChzmtYHlx1yU2y7GI', 'theme': 'light', 'size': 'normal', 'callback': 'enableSubmitButton', 'expired-callback': 'disableSubmitButton' }) var oldRecaptchaCheck = parseInt('1'); if (oldRecaptchaCheck === -1) { var standardCaptcha = document.getElementById("tfa_captcha_text"); standardCaptcha = standardCaptcha.parentNode.parentNode.parentNode; standardCaptcha.parentNode.removeChild(standardCaptcha); } if (!wFORMS.instances['paging']) { document.getElementById("g-recaptcha-render-div").parentNode.parentNode.parentNode.style.display = "block"; //document.getElementById("g-recaptcha-render-div").parentNode.parentNode.parentNode.removeAttribute("hidden"); } document.getElementById("g-recaptcha-render-div").getAttributeNode('id').value = 'tfa_captcha_text'; var captchaError = ''; if (captchaError == '1') { var errMsgText = 'The CAPTCHA was not completed successfully.'; var errMsgDiv = document.createElement('div'); errMsgDiv.id = "tfa_captcha_text-E"; errMsgDiv.className = "err errMsg"; errMsgDiv.innerText = errMsgText; var loc = document.querySelector('.g-captcha-error'); loc.insertBefore(errMsgDiv, loc.childNodes[0]); /* See wFORMS.behaviors.paging.applyTo for origin of this code */ if (wFORMS.instances['paging']) { var b = wFORMS.instances['paging'][0]; var pp = base2.DOM.Element.querySelector(document, wFORMS.behaviors.paging.CAPTCHA_ERROR); if (pp) { var lastPage = 1; for (var i = 1; i < 100; i++) { if (b.behavior.isLastPageIndex(i)) { lastPage = i; break; } } b.jumpTo(lastPage); } } } } } </script> <script src='https://www.google.com/recaptcha/enterprise.js?onload=gCaptchaReadyCallback&render=explicit&hl=en_GB' async defer></script> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", function() { var warning = document.getElementById("javascript-warning"); if (warning != null) { warning.parentNode.removeChild(warning); } var oldRecaptchaCheck = parseInt('1'); if (oldRecaptchaCheck !== -1) { var explanation = document.getElementById('disabled-explanation'); var submitButton = document.getElementById('submit_button'); if (submitButton != null) { submitButton.disabled = true; if (explanation != null) { explanation.style.display = 'block'; } } } }); </script> <script type="text/javascript"> document.addEventListener("FA__DOMContentLoaded", function(){ const FORM_TIME_START = Math.floor((new Date).getTime()/1000); let formElement = document.getElementById("tfa_0"); if (null === formElement) { formElement = document.getElementById("0"); } let appendJsTimerElement = function(){ let formTimeDiff = Math.floor((new Date).getTime()/1000) - FORM_TIME_START; let cumulatedTimeElement = document.getElementById("tfa_dbCumulatedTime"); if (null !== cumulatedTimeElement) { let cumulatedTime = parseInt(cumulatedTimeElement.value); if (null !== cumulatedTime && cumulatedTime > 0) { formTimeDiff += cumulatedTime; } } let jsTimeInput = document.createElement("input"); jsTimeInput.setAttribute("type", "hidden"); jsTimeInput.setAttribute("value", formTimeDiff.toString()); jsTimeInput.setAttribute("name", "tfa_dbElapsedJsTime"); jsTimeInput.setAttribute("id", "tfa_dbElapsedJsTime"); jsTimeInput.setAttribute("autocomplete", "off"); if (null !== formElement) { formElement.appendChild(jsTimeInput); } }; if (null !== formElement) { if(formElement.addEventListener){ formElement.addEventListener('submit', appendJsTimerElement, false); } else if(formElement.attachEvent){ formElement.attachEvent('onsubmit', appendJsTimerElement); } } }); </script> <link href="https://www.tfaforms.com/dist/form-builder/5.0.0/wforms-layout.css?v=1740576919" rel="stylesheet" type="text/css" /> <link href="https://www.tfaforms.com/uploads/themes/theme-52913.css" rel="stylesheet" type="text/css" /> <link href="https://www.tfaforms.com/dist/form-builder/5.0.0/wforms-jsonly.css?v=1740576919" rel="alternate stylesheet" title="This stylesheet activated by javascript" type="text/css" /> <script type="text/javascript" src="https://www.tfaforms.com/wForms/3.11/js/wforms.js?v=1740576919"></script> <script type="text/javascript"> if(wFORMS.behaviors.prefill) wFORMS.behaviors.prefill.skip = true; </script> <script type="text/javascript" src="https://www.tfaforms.com/wForms/3.11/js/localization-en_GB.js?v=1740576919"></script> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-K654D6D');</script> </head> <body class="default wFormWebPage" > <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-K654D6D" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <div id="tfaContent"> <div class="wFormContainer" > <div class="wFormHeader"></div> <style type="text/css"> #tfa_8, *[id^="tfa_8["] { width: 241px !important; } #tfa_8-D, *[id^="tfa_8["][class~="field-container-D"] { width: auto !important; } #tfa_12, *[id^="tfa_12["] { width: 261px !important; } #tfa_12-D, *[id^="tfa_12["][class~="field-container-D"] { width: auto !important; } #tfa_13, *[id^="tfa_13["] { width: 245px !important; } #tfa_13-D, *[id^="tfa_13["][class~="field-container-D"] { width: auto !important; } #tfa_24, *[id^="tfa_24["] { width: 261px !important; } #tfa_24-D, *[id^="tfa_24["][class~="field-container-D"] { width: auto !important; } #tfa_25, *[id^="tfa_25["] { width: 255px !important; } #tfa_25-D, *[id^="tfa_25["][class~="field-container-D"] { width: auto !important; } #tfa_106, *[id^="tfa_106["] { width: 427px !important; } #tfa_106-D, *[id^="tfa_106["][class~="field-container-D"] { width: auto !important; } #tfa_106-L, label[id^="tfa_106["] { width: -4px !important; min-width: 0px; } #tfa_91, *[id^="tfa_91["] { width: 147px !important; } #tfa_91-D, *[id^="tfa_91["][class~="field-container-D"] { width: auto !important; } #tfa_26, *[id^="tfa_26["] { width: 256px !important; } #tfa_26-D, *[id^="tfa_26["][class~="field-container-D"] { width: auto !important; } #tfa_39, *[id^="tfa_39["] { width: 260px !important; } #tfa_39-D, *[id^="tfa_39["][class~="field-container-D"] { width: auto !important; } #tfa_27, *[id^="tfa_27["] { width: 256px !important; } #tfa_27-D, *[id^="tfa_27["][class~="field-container-D"] { width: auto !important; } #tfa_103, *[id^="tfa_103["] { width: 256px !important; } #tfa_103-D, *[id^="tfa_103["][class~="field-container-D"] { width: auto !important; } #tfa_105, *[id^="tfa_105["] { width: 256px !important; } #tfa_105-D, *[id^="tfa_105["][class~="field-container-D"] { width: auto !important; } #tfa_37, *[id^="tfa_37["] { width: 260px !important; } #tfa_37-D, *[id^="tfa_37["][class~="field-container-D"] { width: auto !important; } #tfa_38, *[id^="tfa_38["] { width: 260px !important; } #tfa_38-D, *[id^="tfa_38["][class~="field-container-D"] { width: auto !important; } #tfa_52, *[id^="tfa_52["] { width: 260px !important; } #tfa_52-D, *[id^="tfa_52["][class~="field-container-D"] { width: auto !important; } #tfa_51, *[id^="tfa_51["] { width: 537px !important; } #tfa_51-D, *[id^="tfa_51["][class~="field-container-D"] { width: auto !important; } #tfa_51-L, label[id^="tfa_51["] { width: 537px !important; min-width: 0px; } #tfa_57-L, label[id^="tfa_57["] { width: 625px !important; min-width: 0px; } #tfa_79, *[id^="tfa_79["] { width: 400px !important; } #tfa_79-D, *[id^="tfa_79["][class~="field-container-D"] { width: auto !important; } #tfa_67-L, label[id^="tfa_67["] { width: 240px !important; min-width: 0px; } #tfa_69-L, label[id^="tfa_69["] { width: 240px !important; min-width: 0px; } #tfa_89, *[id^="tfa_89["] { width: 676px !important; } #tfa_89-D, *[id^="tfa_89["][class~="field-container-D"] { width: auto !important; } #tfa_81, *[id^="tfa_81["] { width: 400px !important; } #tfa_81-D, *[id^="tfa_81["][class~="field-container-D"] { width: auto !important; } #tfa_83, *[id^="tfa_83["] { width: 400px !important; } #tfa_83-D, *[id^="tfa_83["][class~="field-container-D"] { width: auto !important; } #tfa_83-L, label[id^="tfa_83["] { width: 237px !important; min-width: 0px; } </style><div class=""><div class="wForm" id="4727160-WRPR" data-language="en_GB" dir="ltr"> <div class="codesection" id="code-4727160"><style type="text/css"> .wFormContainer .supportInfo { font-size: 1px; } </style> <style type="text/css"> .wFormTitle, .wForm { font-family: 'Arial' } .wFormContainer .wFormTitle { display: none; } </style> <script>(function(n,t,i,r){var u,f;n[i]=n[i]||{},n[i].initial={accountCode:"FAIRT11114",host:"FAIRT11114.pcapredict.com"},n[i].on=n[i].on||function(){(n[i].onq=n[i].onq||[]).push(arguments)},u=t.createElement("script"),u.async=!0,u.src=r,f=t.getElementsByTagName("script")[0],f.parentNode.insertBefore(u,f)})(window,document,"pca","//FAIRT11114.pcapredict.com/js/sensor.js")</script> <style type="text/css"> #tfa_106 { color: red; font-weight: bold; } </style> <div style="color:red"> <noscript>For full functionality of this page it is necessary to <a href="http://www.enable-javascript.com/"> enable JavaScript.</a></noscript> </div> <style type="text/css"> #tfa_109 { display: none; } </style> </div> <h3 class="wFormTitle" data-testid="form-title" id="4727160-T">Fairtrade School Award Registration</h3> <form method="post" action="https://www.tfaforms.com/api_v2/workflow/processor" class="hintsBelow labelsAbove" id="4727160"> <div id="tfa_96" class="section column group"><table class="columnLayout"><tr> <td><div class="htmlSection" id="tfa_94"><div class="htmlContent" id="tfa_94-HTML"><p class="MsoNormal"><span lang="EN-US">&nbsp;</span></p><p class="MsoNormal"><b style="color: rgb(0, 0, 0); font-family: Arial; word-spacing: normal;"><span style="font-size: 36pt; line-height: 107%;">Fairtrade School</span></b></p><p class="MsoNormal"><b style="color: rgb(0, 0, 0); font-family: Arial; word-spacing: normal;"><span style="font-size: 36pt; line-height: 107%;">Award Registration</span></b></p><p class="MsoNormal"><span style="font-size:48.0pt;line-height:107%"></span></p></div></div></td> <td><div class="htmlSection" id="tfa_95"><div class="htmlContent" id="tfa_95-HTML"><img src="//www.tfaforms.com/forms/get_image/207551/TCyjxHCzhFCmmRMzCnWHHXsizzl604ZsF3J8rM7tIJZBpuVvKp5VIcndxkoXkPUb-BecomeaFairtradeSchoolimage.jpeg" alt="Become a Fairtrade school" style="max-width: 100%;width: 140px;height: 140px;float:right;"></div></div></td> </tr></table></div> <fieldset id="tfa_93" class="section"> <div class="htmlSection" id="tfa_92"><div class="htmlContent" id="tfa_92-HTML"><p class="MsoListParagraph"><br></p><p class="MsoListParagraph">Does your school have a Fairtrade School account? If so then you should login as an existing user below. &nbsp;</p> If you are not sure or you are a new contact for your school then please email us at <span class="MsoHyperlink"><a href="mailto:schools@fairtrade.org.uk">schools@fairtrade.org.uk</a></span>.<br><br><b><u>For all schools that had accounts prior to August 2019, you will initially need to reset your password in order to login. Please select existing user and follow the instructions below.</u></b><br></div></div> <div class="oneField field-container-D " id="tfa_72-D" role="radiogroup" aria-labelledby="tfa_72-L" data-tfa-labelledby="-L tfa_72-L"> <label id="tfa_72-L" class="label preField " data-tfa-check-label-for="tfa_72">Sign in or sign up</label><br><div class="inputWrapper"><span id="tfa_72" class="choices vertical "><span class="oneChoice"><input type="radio" value="tfa_73" class="" id="tfa_73" name="tfa_72" data-conditionals="#tfa_80" aria-labelledby="tfa_73-L" data-tfa-labelledby="tfa_72-L tfa_73-L" data-tfa-parent-id="tfa_72"><label class="label postField" id="tfa_73-L" for="tfa_73"><span class="input-radio-faux"></span>I am an existing user</label></span><span class="oneChoice"><input type="radio" value="tfa_74" class="" id="tfa_74" name="tfa_72" data-conditionals="#tfa_30,#tfa_75,#tfa_77,#tfa_78,#tfa_100" aria-labelledby="tfa_74-L" data-tfa-labelledby="tfa_72-L tfa_74-L" data-tfa-parent-id="tfa_72"><label class="label postField" id="tfa_74-L" for="tfa_74"><span class="input-radio-faux"></span>I am a new user</label></span></span></div> </div> </fieldset> <fieldset id="tfa_30" class="section" data-condition="`#tfa_74`"> <legend id="tfa_30-L">Your details</legend> <div class="oneField field-container-D " id="tfa_4-D"> <label id="tfa_4-L" class="label preField reqMark" for="tfa_4">Job Title</label><br><div class="inputWrapper"><select aria-required="true" id="tfa_4" name="tfa_4" title="Job Title" class="required"><option value="">Please select...</option> <option value="tfa_5" id="tfa_5" class="">Administration Officer</option> <option value="tfa_6" id="tfa_6" class="">Catering Manager</option> <option value="tfa_7" id="tfa_7" class="">Charity Co-ordinator</option> <option value="tfa_14" id="tfa_14" class="">Class Teacher</option> <option value="tfa_15" id="tfa_15" class="">Deputy/Assistant Headteacher</option> <option value="tfa_16" id="tfa_16" class="">Early Years Practitioner</option> <option value="tfa_17" id="tfa_17" class="">Head of Department</option> <option value="tfa_18" id="tfa_18" class="">Head of Key Stage</option> <option value="tfa_19" id="tfa_19" class="">Head of Year</option> <option value="tfa_20" id="tfa_20" class="">Headteacher</option> <option value="tfa_21" id="tfa_21" class="">Sustainability/Eco-coordinator</option> <option value="tfa_22" id="tfa_22" class="">Teaching Assistant</option></select></div> </div> <div class="oneField field-container-D " id="tfa_8-D"> <label id="tfa_8-L" class="label preField " for="tfa_8">Title</label><br><div class="inputWrapper"><select id="tfa_8" name="tfa_8" title="Title" class=""><option value="">Please select...</option> <option value="tfa_9" id="tfa_9" class="">Miss</option> <option value="tfa_23" id="tfa_23" class="">Ms</option> <option value="tfa_11" id="tfa_11" class="">Mrs</option> <option value="tfa_10" id="tfa_10" class="">Mr</option> <option value="tfa_84" id="tfa_84" class="">Mx</option> <option value="tfa_85" id="tfa_85" class="">Dr</option></select></div> </div> <div id="tfa_33" class="section column group"><table class="columnLayout"><tr><td><div id="tfa_36" class="section inline group"> <div class="oneField field-container-D " id="tfa_12-D"> <label id="tfa_12-L" class="label preField reqMark" for="tfa_12">First Name</label><br><div class="inputWrapper"><input aria-required="true" type="text" id="tfa_12" name="tfa_12" value="" title="First Name" class="required"></div> </div> <div class="oneField field-container-D " id="tfa_13-D"> <label id="tfa_13-L" class="label preField reqMark" for="tfa_13">Last Name</label><br><div class="inputWrapper"><input aria-required="true" type="text" id="tfa_13" name="tfa_13" value="" title="Last Name" class="required"></div> </div> <div class="oneField field-container-D " id="tfa_24-D"> <label id="tfa_24-L" class="label preField reqMark" for="tfa_24">Email Address</label><br><div class="inputWrapper"><input aria-required="true" type="text" id="tfa_24" name="tfa_24" value="" title="Email Address" class="validate-email calc-EmailAddressA required"></div> </div> <div class="oneField field-container-D " id="tfa_25-D"> <label id="tfa_25-L" class="label preField reqMark" for="tfa_25">Confirm Email Address</label><br><div class="inputWrapper"><input aria-required="true" type="text" id="tfa_25" name="tfa_25" value="" title="Confirm Email Address" class="validate-email calc-EmailAddressB required"></div> </div> <div class="oneField field-container-D labelsLeftAligned " id="tfa_106-D"><div class="inputWrapper"><input type="text" id="tfa_106" name="tfa_106" value="" readonly title="" class="formula=if(EmailAddressA==&quot;&quot;){&quot;&quot;}else{if(EmailAddressA.includes('gmail')){&quot;Please\u0020sign\u0020up\u0020with\u0020a\u0020school\u0020email\u0020address\u0020if\u0020possible.&quot;}else{if(EmailAddressA.includes('yahoo')){&quot;Please\u0020sign\u0020up\u0020with\u0020a\u0020school\u0020email\u0020address\u0020if\u0020possible.&quot;}else{if(EmailAddressA.includes('googlemail')){&quot;Please\u0020sign\u0020up\u0020with\u0020a\u0020school\u0020email\u0020address\u0020if\u0020possible.&quot;}else{if(EmailAddressA.includes('hotmail')){&quot;Please\u0020sign\u0020up\u0020with\u0020a\u0020school\u0020email\u0020address\u0020if\u0020possible.&quot;}else{if(EmailAddressA.includes('outlook')){&quot;Please\u0020sign\u0020up\u0020with\u0020a\u0020school\u0020email\u0020address\u0020if\u0020possible.&quot;}else{if(EmailAddressA.includes('msn')){&quot;Please\u0020sign\u0020up\u0020with\u0020a\u0020school\u0020email\u0020address\u0020if\u0020possible.&quot;}else{if(EmailAddressA.includes('blueyonder')){&quot;Please\u0020sign\u0020up\u0020with\u0020a\u0020school\u0020email\u0020address\u0020if\u0020possible.&quot;}else{if(EmailAddressA.includes('ymail')){&quot;Please\u0020sign\u0020up\u0020with\u0020a\u0020school\u0020email\u0020address\u0020if\u0020possible.&quot;}else{&quot;&quot;};};};};};};};};}; readonly"></div></div> <div class="oneField field-container-D labelsLeftAligned " id="tfa_91-D"> <div class="inputWrapper"><input type="text" id="tfa_91" name="tfa_91" value="" readonly title="" class='validate-custom /\bEmails\u0020match\b/ formula=if(EmailAddressA==EmailAddressB){"Emails\u0020match"}else{"Emails\u0020differ"}; readonly'></div> <script type="text/javascript"> if(typeof wFORMS != 'undefined') { if(wFORMS.behaviors.validation) { wFORMS.behaviors.validation.rules['customtfa_91'] = { selector: '*[id="tfa_91"]', check: 'validateCustom'}; wFORMS.behaviors.validation.messages['customtfa_91'] = "Please enter matching email addresses"; } }</script> </div> </div></td></tr></table></div> <div class="oneField field-container-D labelsLeftAligned " id="tfa_61-D" role="group" aria-labelledby="tfa_61-L" data-tfa-labelledby="-L tfa_61-L"> <label id="tfa_61-L" class="label preField " data-tfa-check-label-for="tfa_61">I am happy for my contact details to be added to the Fairtrade Schools e-newsletter list</label><div class="inputWrapper"><span id="tfa_61" class="choices vertical "><span class="oneChoice"><input type="checkbox" value="tfa_62" class="" id="tfa_62" name="tfa_62" aria-labelledby="tfa_62-L" data-tfa-labelledby="tfa_61-L tfa_62-L" data-tfa-parent-id="tfa_61"><label class="label postField" id="tfa_62-L" for="tfa_62"><span class="input-checkbox-faux"></span></label></span></span></div> </div> <div class="htmlSection" id="tfa_88"><div class="htmlContent" id="tfa_88-HTML"><font color="#3e3e3c">Please note that only the named contact for the school should be accessing your account – if you are a new contact then please inform us via emailing schools@fairtrade.org.uk.&nbsp;</font></div></div> </fieldset> <fieldset id="tfa_78" class="section" data-condition="`#tfa_74`"> <legend id="tfa_78-L">School details</legend> <div id="tfa_75" class="section column group" data-condition="`#tfa_74`"><table class="columnLayout"><tr><td><div id="tfa_76" class="section inline group"> <div class="oneField field-container-D " id="tfa_26-D"> <label id="tfa_26-L" class="label preField reqMark" for="tfa_26">School Name</label><br><div class="inputWrapper"><input aria-required="true" type="text" id="tfa_26" name="tfa_26" value="" title="School Name" class="required"></div> </div> <div class="oneField field-container-D " id="tfa_39-D"> <label id="tfa_39-L" class="label preField reqMark" for="tfa_39">Type of School</label><br><div class="inputWrapper"><select aria-required="true" id="tfa_39" name="tfa_39" title="Type of School" class="required"><option value="">Please select...</option> <option value="tfa_43" id="tfa_43" class="">Nursery</option> <option value="tfa_40" id="tfa_40" class="">Infant School</option> <option value="tfa_41" id="tfa_41" class="">Junior School</option> <option value="tfa_42" id="tfa_42" class="">Middle School</option> <option value="tfa_46" id="tfa_46" class="">Primary School</option> <option value="tfa_47" id="tfa_47" class="">Primary Special School</option> <option value="tfa_48" id="tfa_48" class="">Secondary School</option> <option value="tfa_49" id="tfa_49" class="">Secondary Special School</option> <option value="tfa_44" id="tfa_44" class="">Primary and Secondary School</option> <option value="tfa_45" id="tfa_45" class="">Primary and Secondary Special School</option></select></div> </div> <div class="oneField field-container-D " id="tfa_27-D"> <label id="tfa_27-L" class="label preField reqMark" for="tfa_27">Address line 1</label><br><div class="inputWrapper"><input aria-required="true" type="text" id="tfa_27" name="tfa_27" value="" title="Address line 1" class="required"></div> </div> <div class="oneField field-container-D " id="tfa_103-D"> <label id="tfa_103-L" class="label preField " for="tfa_103">Address line 2</label><br><div class="inputWrapper"><input type="text" id="tfa_103" name="tfa_103" value="" title="Address line 2" class=""></div> </div> <div class="oneField field-container-D " id="tfa_105-D"> <label id="tfa_105-L" class="label preField " for="tfa_105">Address line 3</label><br><div class="inputWrapper"><input type="text" id="tfa_105" name="tfa_105" value="" title="Address line 3" class=""></div> </div> <div class="oneField field-container-D " id="tfa_37-D"> <label id="tfa_37-L" class="label preField reqMark" for="tfa_37">Town/City</label><br><div class="inputWrapper"><input aria-required="true" type="text" id="tfa_37" name="tfa_37" value="" title="Town/City" class="required"></div> </div> <div class="oneField field-container-D " id="tfa_38-D"> <label id="tfa_38-L" class="label preField reqMark" for="tfa_38">Postcode</label><br><div class="inputWrapper"><input aria-required="true" type="text" id="tfa_38" name="tfa_38" value="" title="Postcode" class="validate-custom /^(([gG][iI][rR] {0,}0[aA]{2})|((([a-pr-uwyzA-PR-UWYZ][a-hk-yA-HK-Y]?[0-9][0-9]?)|(([a-pr-uwyzA-PR-UWYZ][0-9][a-hjkstuwA-HJKSTUW])|([a-pr-uwyzA-PR-UWYZ][a-hk-yA-HK-Y][0-9][abehmnprv-yABEHMNPRV-Y]))) {0,}[0-9][abd-hjlnp-uw-zABD-HJLNP-UW-Z]{2}))$/ calc-Postcode required"></div> <script type="text/javascript"> if(typeof wFORMS != 'undefined') { if(wFORMS.behaviors.validation) { wFORMS.behaviors.validation.rules['customtfa_38'] = { selector: '*[id="tfa_38"]', check: 'validateCustom'}; wFORMS.behaviors.validation.messages['customtfa_38'] = "Please enter a valid UK postcode. If you are a non-UK school, please contact schools@fairtrade.org.uk"; } }</script> </div> <div class="oneField field-container-D " id="tfa_52-D"> <label id="tfa_52-L" class="label preField reqMark" for="tfa_52">How many students in the school?</label><br><div class="inputWrapper"><input aria-required="true" type="text" id="tfa_52" name="tfa_52" value="" title="How many students in the school?" class="validate-integer required"></div> </div> <div class="oneField field-container-D labelsRemoved " id="tfa_109-D"> <div class="inputWrapper"><input type="text" id="tfa_109" name="tfa_109" value="" readonly title="Postcode contains space check" class="validate-custom /\s/ formula=Postcode readonly"></div> <script type="text/javascript"> if(typeof wFORMS != 'undefined') { if(wFORMS.behaviors.validation) { wFORMS.behaviors.validation.rules['customtfa_109'] = { selector: '*[id="tfa_109"]', check: 'validateCustom'}; wFORMS.behaviors.validation.messages['customtfa_109'] = "Please include a space within the postcode"; } }</script> </div> <div class="oneField field-container-D " id="tfa_51-D"> <label id="tfa_51-L" class="label preField reqMark" for="tfa_51">Please give another general email address for your school, such as the office email. We will use this if we are unable to get in touch with a key contact.</label><br><div class="inputWrapper"><input aria-required="true" type="text" id="tfa_51" name="tfa_51" value="" title="Please give another general email address for your school, such as the office email. We will use this if we are unable to get in touch with a key contact." class="validate-email required"></div> </div> </div></td></tr></table></div> <div class="oneField field-container-D labelsLeftAligned " id="tfa_53-D" role="group" aria-labelledby="tfa_53-L" data-tfa-labelledby="-L tfa_53-L"> <label id="tfa_53-L" class="label preField " data-tfa-check-label-for="tfa_53">Our school teaches in Welsh</label><div class="inputWrapper"><span id="tfa_53" class="choices vertical "><span class="oneChoice"><input type="checkbox" value="tfa_54" class="" id="tfa_54" name="tfa_54" data-conditionals="#tfa_97" aria-labelledby="tfa_54-L" data-tfa-labelledby="tfa_53-L tfa_54-L" data-tfa-parent-id="tfa_53"><label class="label postField" id="tfa_54-L" for="tfa_54"><span class="input-checkbox-faux"></span></label></span></span></div> </div> <div id="tfa_97" class="section group" data-condition="`#tfa_54`"><div class="htmlSection" id="tfa_98"><div class="htmlContent" id="tfa_98-HTML">We apologise that the forms are only available in English but we do accept applications in Welsh and have assessors who will give feedback in Welsh too.</div></div></div> <div class="oneField field-container-D labelsLeftAligned " id="tfa_57-D" role="group" aria-labelledby="tfa_57-L" data-tfa-labelledby="-L tfa_57-L"> <label id="tfa_57-L" class="label preField " data-tfa-check-label-for="tfa_57">I am happy for the school name, postcode and award level to be shared with other interested parties and included in the Fairtrade Schools Directory</label><div class="inputWrapper"><span id="tfa_57" class="choices vertical "><span class="oneChoice"><input type="checkbox" value="tfa_58" class="" id="tfa_58" name="tfa_58" aria-labelledby="tfa_58-L" data-tfa-labelledby="tfa_57-L tfa_58-L" data-tfa-parent-id="tfa_57"><label class="label postField" id="tfa_58-L" for="tfa_58"><span class="input-checkbox-faux"></span></label></span></span></div> </div> <div class="htmlSection" id="tfa_99"><div class="htmlContent" id="tfa_99-HTML">The current directory can be viewed <a target="_blank" href="https://schools.fairtrade.org.uk/fairtrade-schools-awards/fairtrade-school-directory/#page-1">here</a>.</div></div> </fieldset> <fieldset id="tfa_77" class="section" data-condition="`#tfa_74`"> <legend id="tfa_77-L">Password</legend> <div class="oneField field-container-D labelsLeftAligned " id="tfa_79-D"> <label id="tfa_79-L" class="label preField " for="tfa_79">Generated Username</label><div class="inputWrapper"><input type="text" id="tfa_79" name="tfa_79" value="" readonly title="Generated Username" class="formula=EmailAddressB readonly"></div> </div> <div class="htmlSection" id="tfa_107"><div class="htmlContent" id="tfa_107-HTML">Your password needs to be at least 8 characters long, contain at least one upper case letter, one lower case letter and number.</div></div> <div class="oneField field-container-D labelsLeftAligned " id="tfa_67-D"> <label id="tfa_67-L" class="label preField reqMark" for="tfa_67">Please enter a password</label><div class="inputWrapper"><input type="password" aria-required="true" id="tfa_67" name="tfa_67" value="" size="" title="Please enter a password" class="validate-custom /(?=.*[0-9])(?=.*[A-Z])(?=.*[a-z])[A-Za-z\d]{8,}/g calc-PasswordA required"></div> <script type="text/javascript"> if(typeof wFORMS != 'undefined') { if(wFORMS.behaviors.validation) { wFORMS.behaviors.validation.rules['customtfa_67'] = { selector: '*[id="tfa_67"]', check: 'validateCustom'}; wFORMS.behaviors.validation.messages['customtfa_67'] = "Please ensure that the password is at least 8 characters, and contains at least one upper case letter, lower case letter and number."; } }</script> </div> <div class="oneField field-container-D labelsLeftAligned " id="tfa_69-D"> <label id="tfa_69-L" class="label preField reqMark" for="tfa_69">Please re-enter the password</label><div class="inputWrapper"><input type="password" aria-required="true" id="tfa_69" name="tfa_69" value="" size="" title="Please re-enter the password" class="validate-custom (?-i)(?=^.{8,}$)((?!.*\s)(?=.*[A-Z])(?=.*[a-z]))(?=(1)(?=.*\d)|.*[^A-Za-z0-9])^.*$ calc-PasswordB required"></div> </div> <div class="oneField field-container-D " id="tfa_89-D"> <div class="inputWrapper"><input type="text" id="tfa_89" name="tfa_89" value="" readonly title="" class='validate-custom /\bPasswords\u0020match\b/ formula=if(PasswordA==""){""}else{if(PasswordA.includes("&amp;",0)){"Unfortunately\u0020#,\u0020+\u0020and\u0020&amp;\u0020can’t\u0020be\u0020used\u0020in\u0020passwords,\u0020please\u0020select\u0020alternative\u0020characters"}else{if(PasswordA.includes("+",0)){"Unfortunately\u0020#,\u0020+\u0020and\u0020&amp;\u0020can’t\u0020be\u0020used\u0020in\u0020passwords,\u0020please\u0020select\u0020alternative\u0020characters"}else{if(PasswordA.includes("#",0)){"Unfortunately\u0020#,\u0020+\u0020and\u0020&amp;\u0020can’t\u0020be\u0020used\u0020in\u0020passwords,\u0020please\u0020select\u0020alternative\u0020characters"}else{if(PasswordA==PasswordB){"Passwords\u0020match"}else{"Passwords\u0020differ"}}}}}; readonly'></div> <script type="text/javascript"> if(typeof wFORMS != 'undefined') { if(wFORMS.behaviors.validation) { wFORMS.behaviors.validation.rules['customtfa_89'] = { selector: '*[id="tfa_89"]', check: 'validateCustom'}; wFORMS.behaviors.validation.messages['customtfa_89'] = "Please enter matching passwords"; } }</script> </div> </fieldset> <fieldset id="tfa_80" class="section" data-condition="`#tfa_73`"> <legend id="tfa_80-L">Enter your details</legend> <div class="oneField field-container-D labelsLeftAligned " id="tfa_81-D"> <label id="tfa_81-L" class="label preField reqMark" for="tfa_81">Username (your email address)</label><div class="inputWrapper"><input aria-required="true" type="text" id="tfa_81" name="tfa_81" value="" title="Username (your email address)" class="required"></div> </div> <div class="oneField field-container-D labelsLeftAligned " id="tfa_83-D"> <label id="tfa_83-L" class="label preField " for="tfa_83">Password</label><div class="inputWrapper"><input type="password" id="tfa_83" name="tfa_83" value="" title="Password" class=""></div> </div> <div class="oneField field-container-D labelsAbove " id="tfa_86-D" role="group" aria-labelledby="tfa_86-L" data-tfa-labelledby="-L tfa_86-L"> <label id="tfa_86-L" class="label preField " data-tfa-check-label-for="tfa_86">If you have forgotten or wish to reset your password then please enter your username, tick the box below and click the Submit button;</label><br><div class="inputWrapper"><span id="tfa_86" class="choices vertical "><span class="oneChoice"><input type="checkbox" value="tfa_87" class="" id="tfa_87" name="tfa_87" aria-labelledby="tfa_87-L" data-tfa-labelledby="tfa_86-L tfa_87-L" data-tfa-parent-id="tfa_86"><label class="label postField" id="tfa_87-L" for="tfa_87"><span class="input-checkbox-faux"></span>Reset password</label></span></span></div> </div> </fieldset> <fieldset id="tfa_100" class="section" data-condition="`#tfa_74`"><div class="htmlSection" id="tfa_101"><div class="htmlContent" id="tfa_101-HTML"><br>If clicking Submit returns you to this page, with a red message at the top, you are likely already registered. Please sign in as an existing user and reset your password if necessary.</div></div></fieldset> <div class="actions" id="4727160-A" data-contentid="submit_button"> <div id="google-captcha" style="display: none"> <br><div class="captcha"> <div class="oneField"> <div class="g-recaptcha" id="g-recaptcha-render-div"></div> <div class="g-captcha-error"></div> <br> </div> <div class="captchaHelp">reCAPTCHA helps prevent automated form spam.<br> </div> <div id="disabled-explanation" class="captchaHelp" style="display: none">The submit button will be disabled until you complete the CAPTCHA.</div> </div> </div> <input type="submit" data-label="Submit" class="primaryAction" id="submit_button" value="Submit"> </div> <div style="clear:both"></div> <input type="hidden" value="316-018f855c0241f874648febdd9d761137" name="tfa_dbCounters" id="tfa_dbCounters" autocomplete="off"><input type="hidden" value="4727160" name="tfa_dbFormId" id="tfa_dbFormId"><input type="hidden" value="" name="tfa_dbResponseId" id="tfa_dbResponseId"><input type="hidden" value="b247275d45af22d674ae61249c37d106" name="tfa_dbControl" id="tfa_dbControl"><input type="hidden" value="" name="tfa_dbWorkflowSessionUuid" id="tfa_dbWorkflowSessionUuid"><input type="hidden" value="1740576919" name="tfa_dbTimeStarted" id="tfa_dbTimeStarted" autocomplete="off"><input type="hidden" value="112" name="tfa_dbVersionId" id="tfa_dbVersionId"><input type="hidden" value="" name="tfa_switchedoff" id="tfa_switchedoff"> </form> </div></div><div class="wFormFooter"><p class="supportInfo"><a target="new" class="contactInfoLink" href="https://www.tfaforms.com/forms/help/4727160" data-testid="contact-info-link">Contact Information</a><br></p></div> <p class="supportInfo" > </p> </div> </div> <p style="text-align: center; line-height: normal; margin: 12.0pt 0cm 12.0pt 0cm;"><a href="https://www.fairtrade.org.uk/Privacy-Policy"><strong><span style="font-size: 13.5pt; font-family: 'Times New Roman',serif;">Privacy Policy</span></strong></a></p> <p style="text-align: center; line-height: normal; margin: 12.0pt 0cm 12.0pt 0cm;"><span style="font-size: 13.5pt; font-family: 'Times New Roman',serif; color: black;">© Fairtrade Foundation 2024. Registered charity number 1043886</span></p> <script src='https://www.tfaforms.com/js/iframe_message_helper_internal.js?v=2'></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10