Service Program Registration: Get Started On Your Journey

Registration is quick and easy!  First, select a country below. Then select the the length of program you prefer. The available departure dates that match your query will then display. Select a program date, and click “continue.” Complete the online form and provide a non-refundable $350 deposit to hold your place on the service program.

Call a volunteer coordinator at (800) 487-1074 for help if needed. If you prefer, you may print a text registration and submit it by mail or fax. Minors – under age 18 – must complete a minor registration and travel with a parent or adult legal guardian. Review Global Volunteers minor volunteer policies.


If you are within 90 days of departure, you must submit your entire payment by major credit card or authorize Global Volunteers to electronically withdraw money from your bank account. If you are more than 90 days from departure, you may submit your non-refundable $350 deposit by major credit card or an authorization to withdraw money from your bank account.

Review the Global Volunteers Service Program Volunteer Agreement.
See Covid-19 requirements.


jQuery(document).ready(function($){$( '#minor-policy-popup' ).load( '/agreements/ #minor-policy' );});

Program Selection
Loading



Fields marked with an asterisk (*) are required.

.wForm form{text-align: left;} .captcha { padding-bottom: 1em !important; } .wForm .captcha .oneField { margin: 0; padding: 0; } // 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) { // Prevent both concurrent and sequential executions if (window.isCreatingCaptcha || window.hasCaptchaRendered) { return; } window.isCreatingCaptcha = true; try { var submitButton = document.getElementById('submit_button'); var formContainer = submitButton.closest('form') || submitButton.closest('.wFormContainer'); var faCaptcha = null; if (formContainer) { faCaptcha = formContainer.querySelector('#google-captcha'); } // Also check if captcha was appended to body as fallback (look for FA-specific structure) if (!faCaptcha) { var bodyCaptchas = document.querySelectorAll('body > #google-captcha'); for (var i = 0; i < bodyCaptchas.length; i++) { // Verify it's a FormAssembly captcha by checking for specific structure if (bodyCaptchas[i].querySelector('.captcha .oneField .g-recaptcha')) { faCaptcha = bodyCaptchas[i]; break; } } } if (faCaptcha) { if (faCaptcha.parentNode) { faCaptcha.parentNode.removeChild(faCaptcha); } } // Now create a new captcha container var captchaContainer = document.createElement('div'); captchaContainer.id = 'google-captcha'; var captchaDiv = document.createElement('div'); captchaDiv.className = 'captcha'; var oneFieldDiv = document.createElement('div'); oneFieldDiv.className = 'oneField'; var recaptchaElement = document.createElement('div'); recaptchaElement.id = 'g-recaptcha-render-div'; recaptchaElement.className = 'g-recaptcha'; var errorDiv = document.createElement('div'); errorDiv.className = 'g-captcha-error'; var helpDiv = document.createElement('div'); helpDiv.className = 'captchaHelp'; helpDiv.innerHTML = 'reCAPTCHA helps prevent automated form spam.
'; var disabledDiv = document.createElement('div'); disabledDiv.id = 'disabled-explanation'; disabledDiv.className = 'captchaHelp'; disabledDiv.style.display = 'block'; disabledDiv.innerHTML = 'The submit button will be disabled until you complete the CAPTCHA.'; oneFieldDiv.appendChild(recaptchaElement); oneFieldDiv.appendChild(errorDiv); oneFieldDiv.appendChild(document.createElement('br')); captchaDiv.appendChild(oneFieldDiv); captchaDiv.appendChild(helpDiv); captchaDiv.appendChild(disabledDiv); captchaContainer.appendChild(document.createElement('br')); captchaContainer.appendChild(captchaDiv); if (submitButton && submitButton.parentNode) { submitButton.parentNode.insertBefore(captchaContainer, submitButton); } else { // Fallback: append to body if submit button not found. document.body.appendChild(captchaContainer); } } finally { window.isCreatingCaptcha = false; } grecaptcha.enterprise.render('g-recaptcha-render-div', { 'sitekey': '6LfMg_EaAAAAAMhDNLMlgqDChzmtYHlx1yU2y7GI', 'theme': 'light', 'size': 'normal', 'callback': 'enableSubmitButton', 'expired-callback': 'disableSubmitButton' }); window.hasCaptchaRendered = true; 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); } } } } } 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'; } } } }); 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); } } }); if(wFORMS.behaviors.prefill) wFORMS.behaviors.prefill.skip = true;
#tfa_2653, *[id^="tfa_2653["] { width: 170px !important; } #tfa_2653-D, *[id^="tfa_2653["][class~="field-container-D"] { width: auto !important; } #tfa_2660, *[id^="tfa_2660["] { width: 248px !important; } #tfa_2660-D, *[id^="tfa_2660["][class~="field-container-D"] { width: auto !important; } #tfa_2660-L, label[id^="tfa_2660["] { width: 255px !important; min-width: 0px; } #tfa_2661, *[id^="tfa_2661["] { width: 208px !important; } #tfa_2661-D, *[id^="tfa_2661["][class~="field-container-D"] { width: auto !important; } #tfa_2661-L, label[id^="tfa_2661["] { width: 219px !important; min-width: 0px; } #tfa_2662, *[id^="tfa_2662["] { width: 207px !important; } #tfa_2662-D, *[id^="tfa_2662["][class~="field-container-D"] { width: auto !important; } #tfa_2662-L, label[id^="tfa_2662["] { width: 214px !important; min-width: 0px; } #tfa_2843, *[id^="tfa_2843["] { width: 208px !important; } #tfa_2843-D, *[id^="tfa_2843["][class~="field-container-D"] { width: auto !important; } #tfa_2845, *[id^="tfa_2845["] { width: 208px !important; } #tfa_2845-D, *[id^="tfa_2845["][class~="field-container-D"] { width: auto !important; } #tfa_2847, *[id^="tfa_2847["] { width: 208px !important; } #tfa_2847-D, *[id^="tfa_2847["][class~="field-container-D"] { width: auto !important; } #tfa_2237-L, label[id^="tfa_2237["] { width: 360px !important; min-width: 0px; } #tfa_2688-L, label[id^="tfa_2688["] { width: 360px !important; min-width: 0px; } #tfa_2694-L, label[id^="tfa_2694["] { width: 360px !important; min-width: 0px; } #tfa_2709, *[id^="tfa_2709["] { width: 290px !important; } #tfa_2709-D, *[id^="tfa_2709["][class~="field-container-D"] { width: auto !important; } #tfa_2709-L, label[id^="tfa_2709["] { width: 290px !important; min-width: 0px; } #tfa_2706-L, label[id^="tfa_2706["] { width: 360px !important; min-width: 0px; } #tfa_2711, *[id^="tfa_2711["] { width: 280px !important; } #tfa_2711-D, *[id^="tfa_2711["][class~="field-container-D"] { width: auto !important; } #tfa_2711-L, label[id^="tfa_2711["] { width: 280px !important; min-width: 0px; } #tfa_2247, *[id^="tfa_2247["] { width: 240.18181824684143px !important; } #tfa_2247-D, *[id^="tfa_2247["][class~="field-container-D"] { width: auto !important; } #tfa_2248, *[id^="tfa_2248["] { width: 270.18181824684143px !important; } #tfa_2248-D, *[id^="tfa_2248["][class~="field-container-D"] { width: auto !important; } #tfa_2250, *[id^="tfa_2250["] { width: 190.18181824684143px !important; } #tfa_2250-D, *[id^="tfa_2250["][class~="field-container-D"] { width: auto !important; } #tfa_2189, *[id^="tfa_2189["] { width: 170px !important; } #tfa_2189-D, *[id^="tfa_2189["][class~="field-container-D"] { width: auto !important; } #tfa_3214, *[id^="tfa_3214["] { width: 240.18181824684143px !important; } #tfa_3214-D, *[id^="tfa_3214["][class~="field-container-D"] { width: auto !important; } #tfa_3218, *[id^="tfa_3218["] { width: 270.18181824684143px !important; } #tfa_3218-D, *[id^="tfa_3218["][class~="field-container-D"] { width: auto !important; } #tfa_3219, *[id^="tfa_3219["] { width: 190.18181824684143px !important; } #tfa_3219-D, *[id^="tfa_3219["][class~="field-container-D"] { width: auto !important; } #tfa_3536, *[id^="tfa_3536["] { width: 170px !important; } #tfa_3536-D, *[id^="tfa_3536["][class~="field-container-D"] { width: auto !important; } #tfa_3578, *[id^="tfa_3578["] { width: 57px !important; } #tfa_3578-D, *[id^="tfa_3578["][class~="field-container-D"] { width: auto !important; } #tfa_2221, *[id^="tfa_2221["] { width: 165px !important; } #tfa_2221-D, *[id^="tfa_2221["][class~="field-container-D"] { width: auto !important; } #tfa_2222, *[id^="tfa_2222["] { width: 164px !important; } #tfa_2222-D, *[id^="tfa_2222["][class~="field-container-D"] { width: auto !important; } #tfa_2224, *[id^="tfa_2224["] { width: 30px !important; } #tfa_2224-D, *[id^="tfa_2224["][class~="field-container-D"] { width: auto !important; } #tfa_2224-L, label[id^="tfa_2224["] { width: 30px !important; min-width: 0px; } #tfa_2225, *[id^="tfa_2225["] { width: 30px !important; } #tfa_2225-D, *[id^="tfa_2225["][class~="field-container-D"] { width: auto !important; } #tfa_2225-L, label[id^="tfa_2225["] { width: 20px !important; min-width: 0px; } #tfa_2226, *[id^="tfa_2226["] { width: 50px !important; } #tfa_2226-D, *[id^="tfa_2226["][class~="field-container-D"] { width: auto !important; } #tfa_2226-L, label[id^="tfa_2226["] { width: 50px !important; min-width: 0px; } #tfa_2229-L, label[id^="tfa_2229["] { width: 600px !important; min-width: 0px; }
.wFormContainer .errMsg { display: inline-block; margin: 5px; } #tfa_3643-E { display:none; } .kalendae { padding: 20px; margin: 5px; font-size: 14px; } .kalendae .k-days span { width: 25px; height: 1.8em; line-height: 1.3em; padding: 4px 5px 4px 4px; } .kalendae .k-title, .kalendae .k-header, .kalendae .k-days { width:180px; } .kalendae .k-calendar { width: 170px; } #tfa_3576, #tfa_3578 { margin: 0 !important; padding: 0 !important; display: inline-block !important; } #tfa_3576-DB, #tfa_3576-DA { padding-right: 0 !important; padding-left: 0 !important; } .duplicateLink { background-color: #6786a1; color: #fff !important; border-color: #456480; padding: 4px 15px; cursor: pointer; } .wForm .duplicateSpan{ text-align:left !important; } #agreement { margin-top:150px; } .wForm form, .wForm fieldset { background-image: none !important; background-color: transparent !important; border-color:#e1e1e1; } .Wform th td { border:none none !important; } #tfa_1, #tfa_2 { background: none !important; font-weight: bolder !important; color:#88A0B4 !important; border: none !important; outline: none !important; -webkit-appearance: none; -moz-appearance: none; appearance: none; text-indent: 0.01px; text-overflow: ''; } #tfa_2660, #tfa_2661, #tfa_2662, #tfa_2653, #tfa_2843, #tfa_2845, #tfa_2847 { background: none !important; color:#88A0B4 !important; font-weight: bolder !important; border: none !important; outline: none !important; } #tfa_2843, #tfa_2845, #tfa_2847 { padding: 4px 6px !important; } #top fieldset { padding: 20px !important; } #tfa_0-T { display:none; } @media only screen and (max-width: 768px) { #top fieldset { padding: 5px !important; } .responsive #top #wrap_all .container { width:95% !important; max-width:95% !important; } } #top label { font-size:14px; } .wForm div > div.oneField, .wForm fieldset > div.oneField { margin-top:0; } #top input[type="text"] { margin-bottom:0 !important; } jQuery(document).ready(function($){ $("#tfa_2682-L" ).find("a").addClass("open-popup-link"); var SingleText = $('#tfa_3699').val().replace(/\r?\n/g, '
'); $('#tfa_3702').html(SingleText); $("li a:contains('Lookup returned no record and aborted connector execution.')").html("The Sevice Program you selected was not found. Contact Global Volunteers for assistance..wForm{display:none};") }); function calcAge(BirthDate) { var bDay = new Date(BirthDate); var ageDiffMs = Date.now() - bDay.getTime(); var ageDate = new Date(ageDiffMs); // miliseconds from epoch var age = Math.abs(ageDate.getUTCFullYear() - 1970); overAge(age); //passes on to set radio button return age; //can omit return if you don't want to output the age } function overAge(age) { var radioBtn = document.getElementById("tfa_3648"); console.log(age); if(age <= 18) { radioBtn.checked = true; } else { radioBtn.checked = false; } wFORMS.behaviors.condition.getConditional(document.getElementById('tfa_3646')).refresh(); }

Service Program Application and Agreement

Fields marked with an asterisk (*) are required.

PROGRAM INFORMATION

Your service program selection is below. If this is not correct, please return to the previous page and correct your selection.

Please note: the program contribution listed below is the standard contribution before any single rooms or applicable discounts are calculated.









Single Room
Except as noted below, the program contribution covers double-occupancy accommodations; single accommodations are available in most locations at an additional cost to you.  These accommodations are on a first-come, first-served basis and vary in price as to location and time of year.
USA Program Accommodations
Note: Accommodations on USA programs are dormitory-style shared spaces with bunk beds and shared bathrooms, or double occupancy hotel rooms in Española, NM.

In Texas, Puerto Rico, Montana, and New Mexico: single accommodations are available at a nearby motel or hotel for an additional fee. Contact your Volunteer Coordinator for details.
Program Specific Accommodations
Contact your Volunteer Coordinator for details.

Program Contribution Discounts

The program you are registering for qualifies for a $233 Team Starter Discount, limited to one Team Starter Discount per family or family group.

Because you are registering for this program at least 6 months in advance, you are helping us confirm our commitment to the communities we serve. Consequently, you will receive a $233 discount on your Service Program contribution.

($200 international; $50 for USA service program)
Note: If you are a full-time student, and submit copies of your student I.D and current fee statement demonstrating your full-time status, you can qualify for a student discount. (If you are under 18 and in high school, you do not need to submit a fee statement.)

($200 international; $50 for USA service program)
Note: If you have served on a previous Global Volunteers service program, you qualify for an Alumni discount. (Alumni discounts cannot be combined with student discounts.)

($200 international; $50 for USA service program)
Note: If you are volunteering with a companion who has not previously volunteered with Global Volunteers (family member, coworker, friend, etc.), you qualify for the Companion discount. Your companion cannot also qualify for this discount, but you can split the discount with him/her. (Companion discounts cannot be combined with student discounts.)


($200 international; $50 for USA service program)
Note: If you attended a Global Volunteers presentation and submitted a Presentation Discount Card, you might qualify for this discount. (Presentation discounts cannot be combined with student, companion or referral discounts.)

VOLUNTEER INFORMATION







Please select... United States Canada United Kingdom Australia - Afghanistan Albania Algeria American Samoa Andorra Angola Anguilla Antarctica Antigua and Barbuda Argentina Armenia Aruba Austria Azerbaijan Bahamas Bahrain Bangladesh Barbados Belarus Belgium Belize Benin Bermuda Bhutan Bolivia Bosnia and Herzegovina Botswana Bouvet Island Brazil British Indian Ocean Territory Brunei Bulgaria Burkina Faso Burundi Cambodia Cameroon Cape Verde Cayman Islands Central African Republic Chad Chile China Christmas Island Cocos ( Keeling ) Islands Colombia Comoros Congo Cook Islands Costa Rica Côte d ' Ivoire Croatia ( Hrvatska ) Cuba Cyprus Czech Republic Congo ( DRC ) Denmark Djibouti Dominica Dominican Republic East Timor Ecuador Egypt El Salvador Equatorial Guinea Eritrea Estonia Ethiopia Falkland Islands ( Islas Malvinas ) Faroe Islands Fiji Islands Finland France French Guiana French Polynesia French Southern and Antarctic Lands Gabon Gambia Georgia Germany Ghana Gibraltar Greece Greenland Grenada Guadeloupe Guam Guatemala Guinea Guinea-Bissau Guyana Haiti Heard Island and McDonald Islands Honduras Hong Kong SAR Hungary Iceland India Indonesia Iran Iraq Ireland Israel Italy Jamaica Japan Jordan Kazakhstan Kenya Kiribati Korea Kuwait Kyrgyzstan Laos Latvia Lebanon Lesotho Liberia Libya Liechtenstein Lithuania Luxembourg Macao SAR Macedonia, Former Yugoslav Republic of Madagascar Malawi Malaysia Maldives Mali Malta Marshall Islands Martinique Mauritania Mauritius Mayotte Mexico Micronesia Moldova Monaco Mongolia Montserrat Morocco Mozambique Myanmar Namibia Nauru Nepal Netherlands Netherlands Antilles New Caledonia New Zealand Nicaragua Niger Nigeria Niue Norfolk Island North Korea Northern Mariana Islands Norway Oman Pakistan Palau Panama Papua New Guinea Paraguay Peru Philippines Pitcairn Islands Poland Portugal Puerto Rico Qatar Reunion Romania Russia Rwanda Samoa San Marino São Tomé and Prìncipe Saudi Arabia Senegal Serbia and Montenegro Seychelles Sierra Leone Singapore Slovakia Slovenia Solomon Islands Somalia South Africa South Georgia and the South Sandwich Islands Spain Sri Lanka St. Helena St. Kitts and Nevis St. Lucia St. Pierre and Miquelon St. Vincent and the Grenadines Sudan Suriname Svalbard and Jan Mayen Swaziland Sweden Switzerland Syria Taiwan Tajikistan Tanzania Thailand Togo Tokelau Tonga Trinidad and Tobago Tunisia Turkey Turkmenistan Turks and Caicos Islands Tuvalu Uganda Ukraine United Arab Emirates United States Minor Outlying Islands Uruguay Uzbekistan Vanuatu Vatican City Venezuela Viet Nam Virgin Islands ( British ) Virgin Islands Wallis and Futuna Yemen Zambia Zimbabwe

Please select... AL AK AZ AR CA CO CT DE FL GA HI ID IL IN IA KS KY LA ME MD MA MI MN MS MO MT NE NV NH NJ NM NY NC ND OH OK OR PA RI SC SD TN TX UT VT VA WA WV WI WY AS DC FM GU MH MP PW PR VI


Please select... Alberta British Columbia Manitoba New Brunswick Newfoundland Northwest Territories Nova Scotia Nunavut Ontario Prince Edward Island Quebec Saskatchewan Yukon

Birthdate

Please select... January February March April May June July August September October November December

Please select... 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Please select... 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 2003 2002 2001 2000 1999 1998 1997 1996 1995 1994 1993 1992 1991 1990 1989 1988 1987 1986 1985 1984 1983 1982 1981 1980 1979 1978 1977 1976 1975 1974 1973 1972 1971 1970 1969 1968 1967 1966 1965 1964 1963 1962 1961 1960 1959 1958 1957 1956 1955 1954 1953 1952 1951 1950 1949 1948 1947 1946 1945 1944 1943 1942 1941 1940 1939 1938 1937 1936 1935 1934 1933 1932 1931 1930 1929 1928 1927 1926 1925 1924 1923 1922 1921 1920 1919 1918 1917 1916 1915 1914 1913 1912 1911 1910 1909 1908 1907 1906 1905 1904 1903 1902 1901 1900

Note: Volunteers under the age of 18 must serve with a parent or legal guardian. They must also complete a Minor Registration and travel with their parent or legal guardian.

Please select... Male Female Nonbinary Transgender Male Transgender Female

Please select... Small Medium Large X-Large XX-Large No Shirt

Please select... Employed Unemployed Self Employed Retired Student




Please select... Website/Internet Search Social Media Friend/Relative/Coworker School/University Presentation TV/Radio/Newspaper/Magazine Other


If you are registering for more than one individual, click the "Add Additional Volunteer" button at the end of the following section to register them.
ADDITIONAL VOLUNTEER INFORMATION







Please select... United States Canada United Kingdom Australia - Afghanistan Albania Algeria American Samoa Andorra Angola Anguilla Antarctica Antigua and Barbuda Argentina Armenia Aruba Austria Azerbaijan Bahamas Bahrain Bangladesh Barbados Belarus Belgium Belize Benin Bermuda Bhutan Bolivia Bosnia and Herzegovina Botswana Bouvet Island Brazil British Indian Ocean Territory Brunei Bulgaria Burkina Faso Burundi Cambodia Cameroon Cape Verde Cayman Islands Central African Republic Chad Chile China Christmas Island Cocos ( Keeling ) Islands Colombia Comoros Congo Cook Islands Costa Rica Côte d ' Ivoire Croatia ( Hrvatska ) Cuba Cyprus Czech Republic Congo ( DRC ) Denmark Djibouti Dominica Dominican Republic East Timor Ecuador Egypt El Salvador Equatorial Guinea Eritrea Estonia Ethiopia Falkland Islands ( Islas Malvinas ) Faroe Islands Fiji Islands Finland France French Guiana French Polynesia French Southern and Antarctic Lands Gabon Gambia Georgia Germany Ghana Gibraltar Greece Greenland Grenada Guadeloupe Guam Guatemala Guinea Guinea-Bissau Guyana Haiti Heard Island and McDonald Islands Honduras Hong Kong SAR Hungary Iceland India Indonesia Iran Iraq Ireland Israel Italy Jamaica Japan Jordan Kazakhstan Kenya Kiribati Korea Kuwait Kyrgyzstan Laos Latvia Lebanon Lesotho Liberia Libya Liechtenstein Lithuania Luxembourg Macao SAR Macedonia, Former Yugoslav Republic of Madagascar Malawi Malaysia Maldives Mali Malta Marshall Islands Martinique Mauritania Mauritius Mayotte Mexico Micronesia Moldova Monaco Mongolia Montserrat Morocco Mozambique Myanmar Namibia Nauru Nepal Netherlands Netherlands Antilles New Caledonia New Zealand Nicaragua Niger Nigeria Niue Norfolk Island North Korea Northern Mariana Islands Norway Oman Pakistan Palau Panama Papua New Guinea Paraguay Peru Philippines Pitcairn Islands Poland Portugal Puerto Rico Qatar Reunion Romania Russia Rwanda Samoa San Marino São Tomé and Prìncipe Saudi Arabia Senegal Serbia and Montenegro Seychelles Sierra Leone Singapore Slovakia Slovenia Solomon Islands Somalia South Africa South Georgia and the South Sandwich Islands Spain Sri Lanka St. Helena St. Kitts and Nevis St. Lucia St. Pierre and Miquelon St. Vincent and the Grenadines Sudan Suriname Svalbard and Jan Mayen Swaziland Sweden Switzerland Syria Taiwan Tajikistan Tanzania Thailand Togo Tokelau Tonga Trinidad and Tobago Tunisia Turkey Turkmenistan Turks and Caicos Islands Tuvalu Uganda Ukraine United Arab Emirates United States Minor Outlying Islands Uruguay Uzbekistan Vanuatu Vatican City Venezuela Viet Nam Virgin Islands ( British ) Virgin Islands Wallis and Futuna Yemen Zambia Zimbabwe

Please select... Alabama Alaska Arizona Arkansas California Colorado Connecticut Delaware District Of Columbia Florida Georgia Hawaii Idaho Illinois Indiana Iowa Kansas Kentucky Louisiana Maine Maryland Massachusetts Michigan Minnesota Mississippi Missouri Montana Nebraska Nevada New Hampshire New Jersey New Mexico New York North Carolina North Dakota Ohio Oklahoma Oregon Pennsylvania Rhode Island South Carolina South Dakota Tennessee Texas Utah Vermont Virginia Washington West Virginia Wisconsin Wyoming Puerto Rico Virgin Island Northern Mariana Islands Guam American Samoa Palau


Please select... Alberta British Columbia Manitoba New Brunswick Newfoundland Northwest Territories Nova Scotia Nunavut Ontario Prince Edward Island Quebec Saskatchewan Yukon

Birthdate

Please select... January February March April May June July August September October November December

Please select... 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Please select... 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 2003 2002 2001 2000 1999 1998 1997 1996 1995 1994 1993 1992 1991 1990 1989 1988 1987 1986 1985 1984 1983 1982 1981 1980 1979 1978 1977 1976 1975 1974 1973 1972 1971 1970 1969 1968 1967 1966 1965 1964 1963 1962 1961 1960 1959 1958 1957 1956 1955 1954 1953 1952 1951 1950 1949 1948 1947 1946 1945 1944 1943 1942 1941 1940 1939 1938 1937 1936 1935 1934 1933 1932 1931 1930 1929 1928 1927 1926 1925 1924 1923 1922 1921 1920 1919 1918 1917 1916 1915 1914 1913 1912 1911 1910 1909 1908 1907 1906 1905 1904 1903 1902 1901 1900
Note: Volunteers under the age of 18 must serve with a parent or legal guardian. They must also complete a Minor Registration and travel with their parent or legal guardian.

Please select... Male Female Nonbinary Transgender Male Transgender Female

Please select... Small Medium Large X-Large XX-Large No Shirt

SERVICE PROGRAM PAYMENT POLICIES

Service Program contributions are printed in Global Volunteers Adventures in Service catalog and on Global Volunteers' web site. Your $350 non-refundable deposit, which is applied toward the cost of the Service Program, is due with this registration. The balance of the contribution is due 90 days prior to the scheduled date of arrival.


The Service Program contribution does not include visas or airfare.


Credit Card

Specific Authorizations

I authorize Global Volunteers to charge $
to my credit card
I also authorize Global Volunteers to charge any balance of the Service Program contribution to my credit card at 90 days prior to the Service Program arrival date or immediately if the service program arrival date is within 90 days, unless I advise Global Volunteers Finance Department otherwise.

This form must be filled out in its entirety for the registration process to move forward.
Card Information





If the credit card does NOT belong to the person registering, you must print the authorization form now (before sending the application electronically) and send a copy to Global Volunteers via fax to 651-482-0915, or by mail to:
375 E. Little Canada Rd.
St. Paul, MN, 55117, USA


Once you have printed the authorization form, press the SUBMIT button below.
Non-Electronic Payment

This option is for volunteers that wish to pay their deposit with a paper check, bank account, donor advised fund or other equity account, or if you have funds held by Global Volunteers for your future use*.


You may register for a service program without first providing payment information. However, if you do not use a credit card at this time your place on the team will not be reserved until your deposit payment has been received.  Delivery and processing time will vary depending on the payment method used and other factors out of Global Volunteers control.  If you wish to reserve your desired place on a service program as soon as possible, choose the credit card payment method, do not select this payment method.


*Volunteers that have funds held by Global Volunteers for future use should expect approval within 2 business days.


AGREEMENTS
Please call 800-487-1074 if you have any questions about this form.
Please take a moment to review your responses above for accuracy and read the Service Program Agreement before submitting. Any errors in the entered fields may cause a delay in processing your registration.




.white-popup{max-width: 65% !important};

jQuery(document).ready(function($){ $( "#agreement" ).load( "/agreements #service-program-agreement" ); $(window).load(function() { $( "#agreement" ).prepend("Click the close button to the right when you have finished reading to return to your registration. Do not hit the back button."); }); });