CINXE.COM
Credential Verification Form
<!DOCTYPE HTML> <html lang="en-US"> <head> <title>Credential Verification Form</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link href="https://online.berklee.edu/assets/favicon.ico" rel="shortcut icon" type="image/x-icon" /> <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://berkleeonline.tfaforms.net/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_US' 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://berkleeonline.tfaforms.net/dist/form-builder/5.0.0/wforms-layout.css?v=cce090a370aef980bf1ffc5ccb5c9b9185cbd8b1" rel="stylesheet" type="text/css" /> <link href="https://berkleeonline.tfaforms.net/uploads/themes/theme-83184.css" rel="stylesheet" type="text/css" /> <link href="https://berkleeonline.tfaforms.net/dist/form-builder/5.0.0/wforms-jsonly.css?v=cce090a370aef980bf1ffc5ccb5c9b9185cbd8b1" rel="alternate stylesheet" title="This stylesheet activated by javascript" type="text/css" /> <script type="text/javascript" src="https://berkleeonline.tfaforms.net/wForms/3.11/js/wforms.js?v=cce090a370aef980bf1ffc5ccb5c9b9185cbd8b1"></script> <script type="text/javascript"> if(wFORMS.behaviors.prefill) wFORMS.behaviors.prefill.skip = true; </script> <script type="text/javascript" src="https://berkleeonline.tfaforms.net/wForms/3.11/js/localization-en_US.js?v=cce090a370aef980bf1ffc5ccb5c9b9185cbd8b1"></script> </head> <body class="default wFormWebPage" > <div class="header-logo"> <img img src="https://online.berklee.edu/assets/berklee-online-logo-red-gray.png" alt="Berklee Online Logo" style="display: block; margin: auto; margin-top: 15px; max-width: 220px;"> </div> <div id="tfaContent"> <div class="wFormContainer" > <div class="wFormHeader"></div> <style type="text/css"> #tfa_2, *[id^="tfa_2["] { width: 197px !important; } #tfa_2-D, *[id^="tfa_2["][class~="field-container-D"] { width: auto !important; } #tfa_2-L, label[id^="tfa_2["] { width: 108px !important; min-width: 0px; } #tfa_1, *[id^="tfa_1["] { width: 186px !important; } #tfa_1-D, *[id^="tfa_1["][class~="field-container-D"] { width: auto !important; } #tfa_1-L, label[id^="tfa_1["] { width: 106px !important; min-width: 0px; } #tfa_4, *[id^="tfa_4["] { width: 266px !important; } #tfa_4-D, *[id^="tfa_4["][class~="field-container-D"] { width: auto !important; } #tfa_4-L, label[id^="tfa_4["] { width: 131px !important; min-width: 0px; } #tfa_67-L, label[id^="tfa_67["] { width: 127px !important; min-width: 0px; } #tfa_45, *[id^="tfa_45["] { width: 278px !important; } #tfa_45-D, *[id^="tfa_45["][class~="field-container-D"] { width: auto !important; } #tfa_45-L, label[id^="tfa_45["] { width: 158px !important; min-width: 0px; } #tfa_49, *[id^="tfa_49["] { width: 260px !important; } #tfa_49-D, *[id^="tfa_49["][class~="field-container-D"] { width: auto !important; } #tfa_49-L, label[id^="tfa_49["] { width: 84px !important; min-width: 0px; } #tfa_50, *[id^="tfa_50["] { width: 450px !important; } #tfa_50-D, *[id^="tfa_50["][class~="field-container-D"] { width: auto !important; } #tfa_50-L, label[id^="tfa_50["] { width: 74px !important; min-width: 0px; } #tfa_14-L, label[id^="tfa_14["] { width: 471px !important; min-width: 0px; } #tfa_77-L, label[id^="tfa_77["] { width: 569px !important; min-width: 0px; } #tfa_26-L, label[id^="tfa_26["] { width: 548px !important; min-width: 0px; } #tfa_20, *[id^="tfa_20["] { width: 422px !important; } #tfa_20-D, *[id^="tfa_20["][class~="field-container-D"] { width: auto !important; } #tfa_20-L, label[id^="tfa_20["] { width: 571px !important; min-width: 0px; } #tfa_66, *[id^="tfa_66["] { width: 422px !important; } #tfa_66-D, *[id^="tfa_66["][class~="field-container-D"] { width: auto !important; } #tfa_66-L, label[id^="tfa_66["] { width: 571px !important; min-width: 0px; } #tfa_21, *[id^="tfa_21["] { width: 262px !important; } #tfa_21-D, *[id^="tfa_21["][class~="field-container-D"] { width: auto !important; } #tfa_21-L, label[id^="tfa_21["] { width: 331px !important; min-width: 0px; } #tfa_22, *[id^="tfa_22["] { width: 522px !important; } #tfa_22-D, *[id^="tfa_22["][class~="field-container-D"] { width: auto !important; } #tfa_22-L, label[id^="tfa_22["] { width: 571px !important; min-width: 0px; } #tfa_51-L, label[id^="tfa_51["] { width: 316px !important; min-width: 0px; } #tfa_57-L, label[id^="tfa_57["] { width: 316px !important; min-width: 0px; } #tfa_50, *[id^="tfa_50["] { height: 73px !important } #tfa_50-D, *[id^="tfa_50["][class~="field-container-D"] { height: auto !important; } #tfa_50-L, label[id^="tfa_50["], *[id^="tfa_50["][id$="-L"] { height: auto !important; } #tfa_22, *[id^="tfa_22["] { height: 63px !important } #tfa_22-D, *[id^="tfa_22["][class~="field-container-D"] { height: auto !important; } #tfa_22-L, label[id^="tfa_22["], *[id^="tfa_22["][id$="-L"] { height: auto !important; } </style><div class=""><div class="wForm" id="4870584-WRPR" data-language="en_US" dir="ltr"> <div class="codesection" id="code-4870584"><style> .wForm .header-title { border-bottom: 2px solid #dee2e5; margin: auto; padding-bottom: 15px; text-align: center; } .wFormContainer { font-family: Avenir Next, Helvetica, Arial, sans-serif; } .wForm {padding: 15px;} .wForm .primaryAction, .wForm .secondaryAction { border-radius: 0; background: #EE243C; border: 0; color: #FFF; font-weight: 600; padding: 10px 15px; } .wForm .wfPagePreviousButton, .wForm .wfPageNextButton { border: 3px solid #4C5960; color: #4C5960; cursor: pointer; font-weight: 600; margin-right: 15px; padding: 8px 13px; } .wForm .label.preField { font-weight: 600; margin-bottom: 6px; } .wForm select { background-color: #FFF; border-radius: 0; font-size: 16px; } .wForm form .choices.vertical { margin-top: 10px; } .wForm fieldset { border-color: #dee2e5; border-radius: 0; } .wForm .htmlSection { line-height: 21px; } .wForm .oneField.hintsBelow .field-hint, .wForm .oneField.hintsBelow .field-hint-inactive {margin-top: 6px;} .wFormContainer .errMsg { color: #EE243C; padding-top: 3px; font-size: 15px; } .wFormContainer .supportInfo { font-size: 21px; padding: 0 17px; } .wFormContainer .supportInfo a { color: #078BAA; } .wForm .duplicateLink { color: #078BAA; } .wForm textarea, .wForm input { border: 2px solid #dee2e5; padding: 5px; } .wForm .inputWrapper {line-height: 28px;} .wForm .labelsLeftAligned .inline .preField { padding-top: 7px; padding-bottom: 5px; } </style> <h3 class="header-title"> </h3> </div> <h3 class="wFormTitle" data-testid="form-title" id="4870584-T">Credential Verification Form</h3> <form method="post" action="https://berkleeonline.tfaforms.net/api_v2/workflow/processor" class="hintsBelow labelsAbove" id="4870584" enctype="multipart/form-data"> <div class="wfPage" id="wfPgIndex-1"><div class="section pageSection" id="tfa_68"> <div class="htmlSection" id="tfa_34"><div class="htmlContent" id="tfa_34-HTML">Please fill out this form to submit proof of bachelor's degree to be approved to take a non-degree graduate-level course and/or certificate. <b>Graduate-level courses are numbered 500 and above.</b><br><br>For more information on what documentation is required, see our <a target="_blank" href="https://online.berklee.edu/about/enrolling-in-a-graduate-certificate-or-individual-course">Enrolling in a Graduate Certificate or Individual Course</a> page.<br><br><b>Important note</b>: this form does NOT need to be completed if you wish to enroll in a non-degree undergraduate course or certificate (levels 100-400). Keep in mind that is also has no bearing on the Berklee Online Master's degree program.</div></div> <fieldset id="tfa_31" class="section"> <div id="tfa_35" class="section inline group"> <div class="oneField field-container-D labelsLeftAligned " id="tfa_2-D"> <label id="tfa_2-L" class="label preField reqMark" for="tfa_2">First Name:</label><div class="inputWrapper"><input aria-required="true" type="text" id="tfa_2" name="tfa_2" value="" title="First Name:" class="required"></div> </div> <div class="oneField field-container-D labelsLeftAligned " id="tfa_1-D"> <label id="tfa_1-L" class="label preField reqMark" for="tfa_1">Last name:</label><div class="inputWrapper"><input aria-required="true" type="text" id="tfa_1" name="tfa_1" value="" title="Last name:" class="required"></div> </div> </div> <div class="oneField field-container-D labelsLeftAligned hintsBelow " id="tfa_4-D"> <label id="tfa_4-L" class="label preField reqMark" for="tfa_4">Email address:</label><div class="inputWrapper"> <input aria-required="true" type="text" id="tfa_4" name="tfa_4" value="" aria-describedby="tfa_4-HH" title="Email address:" class="validate-email required"><span class="field-hint-inactive" id="tfa_4-H"><span id="tfa_4-HH" class="hint">Please enter your registered email address</span></span> </div> </div> <div class="oneField field-container-D labelsLeftAligned hintsBelow " id="tfa_67-D"> <label id="tfa_67-L" class="label preField reqMark" for="tfa_67">Date of Birth:</label><div class="inputWrapper"> <input aria-required="true" type="text" id="tfa_67" name="tfa_67" value="" aria-describedby="tfa_67-HH" title="Date of Birth:" class="validate-date required"><span class="field-hint-inactive" id="tfa_67-H"><span id="tfa_67-HH" class="hint">MM/DD/YY</span></span> </div> </div> </fieldset> <div id="tfa_43" class="section inline group"><input type="hidden" id="tfa_33" name="tfa_33" value="0120Z000001IghU" class=""></div> <fieldset id="tfa_44" class="section wf-acl-hidden"> <legend id="tfa_44-L">Office Use Only<br></legend> <div class="oneField field-container-D labelsLeftAligned " id="tfa_45-D"> <label id="tfa_45-L" class="label preField " for="tfa_45">Processing Status:<br></label><div class="inputWrapper"><select id="tfa_45" name="tfa_45" title="Processing Status:" class=""><option value="">Please select...</option> <option value="tfa_46" id="tfa_46" class="">Approved</option> <option value="tfa_47" id="tfa_47" class="">Resubmit</option> <option value="tfa_48" id="tfa_48" class="">Denied</option></select></div> </div> <div class="oneField field-container-D labelsLeftAligned " id="tfa_49-D"> <label id="tfa_49-L" class="label preField " for="tfa_49">Evaluator:</label><div class="inputWrapper"><input type="text" id="tfa_49" name="tfa_49" value="" title="Evaluator:" class=""></div> </div> <div class="oneField field-container-D labelsLeftAligned " id="tfa_50-D"> <label id="tfa_50-L" class="label preField " for="tfa_50">Notes:</label><div class="inputWrapper"><textarea id="tfa_50" name="tfa_50" title="Notes:" class=""></textarea></div> </div> </fieldset> </div></div> <div class="wfPage" id="wfPgIndex-2"><div class="section pageSection" id="tfa_69"> <div id="tfa_70" class="section inline group"> <div class="oneField field-container-D " id="tfa_14-D"> <label id="tfa_14-L" class="label preField reqMark" for="tfa_14">Where did you complete your bachelor's degree?</label><br><div class="inputWrapper"><select aria-required="true" id="tfa_14" name="tfa_14" title="Where did you complete your bachelor's degree?" class="required"><option value="">Please select...</option> <option value="tfa_17" id="tfa_17" data-conditionals="#tfa_22,#tfa_21" class="">Berklee Online</option> <option value="tfa_18" id="tfa_18" data-conditionals="#tfa_22,#tfa_21" class="">Berklee Main Campus</option> <option value="tfa_36" id="tfa_36" data-conditionals="#tfa_20,#tfa_21,#tfa_77,#tfa_38" class="">Other US Institution</option> <option value="tfa_37" id="tfa_37" data-conditionals="#tfa_20,#tfa_21,#tfa_58,#tfa_61,#tfa_66,#tfa_77,#tfa_26,#tfa_55" class="">Other International Institution</option></select></div> </div> <div class="oneField field-container-D " id="tfa_77-D"> <label id="tfa_77-L" class="label preField reqMark" for="tfa_77">Have you previously provided your academic records as part of the degree application process?</label><br><div class="inputWrapper"><select aria-required="true" id="tfa_77" name="tfa_77" data-condition="`#tfa_36` OR `#tfa_37`" title="Have you previously provided your academic records as part of the degree application process?" class="required"><option value="">Please select...</option> <option value="tfa_78" id="tfa_78" class="">Yes</option> <option value="tfa_79" id="tfa_79" data-conditionals="#tfa_26,#tfa_38,#tfa_55" class="">No</option></select></div> </div> <div class="oneField field-container-D " id="tfa_26-D"> <label id="tfa_26-L" class="label preField reqMark" for="tfa_26">Does your institution issue official documents in English?</label><br><div class="inputWrapper"><select aria-required="true" id="tfa_26" name="tfa_26" data-condition="`#tfa_79` AND `#tfa_37`" title="Does your institution issue official documents in English?" class="required"><option value="">Please select...</option> <option value="tfa_27" id="tfa_27" class="">Yes</option> <option value="tfa_28" id="tfa_28" data-conditionals="#tfa_58,#tfa_61" class="">No</option></select></div> </div> </div> <div class="oneField field-container-D labelsLeftAligned " id="tfa_20-D"> <label id="tfa_20-L" class="label preField reqMark" for="tfa_20">Name of the institution where you completed your bachelor's degree:</label><div class="inputWrapper"><input aria-required="true" type="text" id="tfa_20" name="tfa_20" value="" data-condition="`#tfa_36` OR `#tfa_37`" title="Name of the institution where you completed your bachelor's degree:" class="required"></div> </div> <div class="oneField field-container-D labelsLeftAligned " id="tfa_66-D"> <label id="tfa_66-L" class="label preField reqMark" for="tfa_66">Country:</label><div class="inputWrapper"><input aria-required="true" type="text" id="tfa_66" name="tfa_66" value="" data-condition="`#tfa_37`" title="Country:" class="required"></div> </div> <div class="oneField field-container-D labelsLeftAligned " id="tfa_21-D"> <label id="tfa_21-L" class="label preField reqMark" for="tfa_21">Month and Year of Program Completion:</label><div class="inputWrapper"><input aria-required="true" type="text" id="tfa_21" name="tfa_21" value="" data-condition="`#tfa_17` OR `#tfa_18` OR `#tfa_36` OR `#tfa_37`" title="Month and Year of Program Completion:" class="required"></div> </div> <div class="oneField field-container-D " id="tfa_22-D"> <label id="tfa_22-L" class="label preField " for="tfa_22">Please enter any other additional information that will help us in locating your record (e.g. Student ID, dates of attendance, legal name changes, etc.)</label><br><div class="inputWrapper"><textarea id="tfa_22" name="tfa_22" data-condition="`#tfa_17` OR `#tfa_18`" title="Please enter any other additional information that will help us in locating your record (e.g. Student ID, dates of attendance, legal name changes, etc.)" class=""></textarea></div> </div> </div></div> <div class="wfPage" id="wfPgIndex-3"><div class="section pageSection" id="tfa_71"> <fieldset id="tfa_38" class="section" data-condition="`#tfa_79` AND `#tfa_36`"> <div class="htmlSection" id="tfa_52"><div class="htmlContent" id="tfa_52-HTML"><b>Please provide a copy of your undergraduate transcript: </b>.JPEG or .PDF preferred<br></div></div> <div class="oneField field-container-D labelsAbove " id="tfa_51-D"> <label id="tfa_51-L" class="label preField reqMark" for="tfa_51">Copy of your unofficial transcript:</label><br><div class="inputWrapper"><input type="file" aria-required="true" id="tfa_51" name="tfa_51" size="" title="Copy of your unofficial transcript:" class="required"></div> </div> <div class="htmlSection" id="tfa_64"><div class="htmlContent" id="tfa_64-HTML"><i>**Please note, we cannot accept copies of diplomas in lieu of transcripts** </i></div></div> </fieldset> <fieldset id="tfa_55" class="section" data-condition="`#tfa_37` AND `#tfa_79`"> <div class="htmlSection" id="tfa_56"><div class="htmlContent" id="tfa_56-HTML"><b>Please provide a copy of your post-secondary academic record/grade report and a copy of your diploma/title:</b> .JPEG or .PDF preferred<br><br><b>Important Note</b>: we require students to submit copies of their transcript/grade report, which details the courses you completed and the marks you received in them. In addition to this, we require a copy of your diploma/title. <b><u>Do not only submit a copy of your diploma/title.</u></b> If you do, you will be asked to provided additional documentation, which will delay this process further.</div></div> <div class="oneField field-container-D labelsAbove " id="tfa_57-D"> <label id="tfa_57-L" class="label preField reqMark" for="tfa_57">Copy of transcript/grade report:</label><br><div class="inputWrapper"><input type="file" aria-required="true" id="tfa_57" name="tfa_57" size="" title="Copy of transcript/grade report:" class="required"></div> </div> <div id="tfa_60" class="section inline group"><div class="oneField field-container-D " id="tfa_58-D"> <label id="tfa_58-L" class="label preField reqMark" for="tfa_58">Copy of literal English translation of transcript/grade report:</label><br><div class="inputWrapper"><input type="file" aria-required="true" id="tfa_58" name="tfa_58" size="" data-condition="`#tfa_37` AND `#tfa_28`" title="Copy of literal English translation of transcript/grade report:" class="required"></div> </div></div> <div class="oneField field-container-D " id="tfa_59-D"> <label id="tfa_59-L" class="label preField reqMark" for="tfa_59">Copy of diploma/title:</label><br><div class="inputWrapper"><input type="file" aria-required="true" id="tfa_59" name="tfa_59" size="" title="Copy of diploma/title:" class="required"></div> </div> <div class="oneField field-container-D " id="tfa_61-D"> <label id="tfa_61-L" class="label preField reqMark" for="tfa_61">Copy of literal English translation of diploma/title:</label><br><div class="inputWrapper"><input type="file" aria-required="true" id="tfa_61" name="tfa_61" size="" data-condition="`#tfa_37` AND `#tfa_28`" title="Copy of literal English translation of diploma/title:" class="required"></div> </div> </fieldset> </div></div> <div class="actions" id="4870584-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="733-6f516928df30be9f8347135f7f4a3144" name="tfa_dbCounters" id="tfa_dbCounters" autocomplete="off"><input type="hidden" value="4870584" name="tfa_dbFormId" id="tfa_dbFormId"><input type="hidden" value="" name="tfa_dbResponseId" id="tfa_dbResponseId"><input type="hidden" value="f2c481bae91201ca3b5bb7b5fb07163c" name="tfa_dbControl" id="tfa_dbControl"><input type="hidden" value="" name="tfa_dbWorkflowSessionUuid" id="tfa_dbWorkflowSessionUuid"><input type="hidden" value="1732494873" name="tfa_dbTimeStarted" id="tfa_dbTimeStarted" autocomplete="off"><input type="hidden" value="13" 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/4719599" data-testid="contact-info-link">Contact Information</a><br></p></div> <p class="supportInfo" > </p> </div> <script id="analytics-collector-script" type="text/javascript" src="https://berkleeonline.tfaforms.net/dist/analytics/data-collector.7d8063f6d7e0501034b5.js" data-customer-id="18451" data-endpoint="https://analytics.formassembly.com/v1/traces" ></script> </div> <script src='https://berkleeonline.tfaforms.net/js/iframe_message_helper_internal.js?v=2'></script> </body> </html>