Give By Credit Card
Give By Cryptocurrency
function checkRequiredFields(form){var elements = form.elements;var invalid = false;for(var i=0; ielements[i].className = elements[i].className.replace('bitpay-donate-error', '');if (elements[i].className.indexOf("required") !== -1 && elements[i].value.length < 1) { elements[i].className = elements[i].className + ' bitpay-donate-error'; invalid = true; }; } if (invalid) { return false; } var donationElement = document.getElementById('donation-value'); if(donationElement){ var enteredDonation = Number(donationElement.value); var maximumDonation = Number(document.getElementById('reference-maximum').value); if(enteredDonation > maximumDonation){alert("Your donation was larger than the allowed maximum of " + Number(maximumDonation).toFixed(2))return false;};};return true;};
Give by Check or Securities
Checks
Please make checks payable to Mission, and send to:
Mission
250 Pequot Ave.
Southport, CT 06890
Phone: 203.292.8101
Securities / Matching Gifts
We welcome gifts of stock and securities and we can help process any matching gifts. Please contact our office at info@yourmission.org, or 203.292.8101.