Birth Certificate

Birth Certificate

.wForm form{text-align: left;}
document.addEventListener(“DOMContentLoaded”, function(){
const FORM_TIME_START = Math.floor((new Date).getTime()/1000);
let formElement = document.getElementById(“tfa_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);
}
}
});
if(wFORMS.behaviors.prefill) wFORMS.behaviors.prefill.skip = true;
#tfa_8,
*[id^=”tfa_8[“] {
width: 156px !important;
}
#tfa_8-D,
*[id^=”tfa_8[“][class~=”field-container-D”] {
width: auto !important;
}

Birth Certificate

Please use the same email address in this form that you used on your application.
First Name
Last Name
Email
Birth Certificate
Please upload a copy of your birth certificate here.


Need assistance with this form?