' +
        '' +
        '' +
        '' +
        '' +
        '' +
        '

' + '' + '' + '' + '
' + '

Contact Information

' + '
' + '
' + '' + '' + '
' + '
' + '' + '' + '
' + '
' + '' + '' + '
' + '
' + '' + '' + '
' + '
' + '
' + '

Billing Address

' + '
' + '' + '' + '
' + '
' + '
' + '
' + '' + '' + '
' + '
' + '
' + '
' + '' + '' + '
' + '
' + '
' + '
' + '
' + '
' + '' + '' + '
' + '' + '
' + '
' + '
' + '' + '' + '
' + '
' + '
' + '
' + '

Payment Information

' + '
' + '' + '
' + '
' + '' + '
' + '
' + '' + '
' + '
' + '' + '
' + '' + '
' + '' + '
' + '
' + '
' + '
' + '
' + '
' + '

Additional Information

' + '
' + '' + '' + '
' + '' + '
' + '
' + '
' + '' + '' + '
' + '' + '
' + ' ' + ' ' + '
' + '
' + '' + '
' + '
' + ' ' + '
' + '
' + '

' + '
' + '
' + '
National Save The Sea Turtle Foundation logo
' + '
' + '
11911 US Highway 1, Suite 309,
' + '
North Palm Beach, FL 33408
' + '
(954) 351-9333 Toll Free (877) Turtle 3
' + '
' + '
' + '
' + '
Helping Sea Turtles Survive since 1987
' + '
' + '
A NON-PROFIT ORGANIZATION
' + '
State of Florida Registration Number CH-2841 | Internal Revenue Code 501 (c) (3)
' + '
© National Save The Sea Turtle Foundation
' + '
Web Design & Development by Web Expressions, LLC
' + '
' + '
' + '
' + ' ' + '' + '' + '' + '' + ''; var successHtml23179266 = '
' + '

Thank You for Your Donation!

' + '

Your membership has been processed. We truly appreciate you helping to save endangered sea turtles!

' + '\u003cdiv class=\"social-media-buttons\" style=\"margin-top:10px;\"\u003e\u003cdiv id=\"twitter-buttons\"\u003e\u003c/div\u003e\u003cdiv class=\"fb-like\" data-href=\"https://facebook.com/savetheseaturtl/\" data-layout=\"button_count\" data-show-faces=\"true\" style=\"padding-right: 10px;\" data-action=\"like\" \u003e\u003c/div\u003e\u003cdiv id=\"facebookShareOnly\" class=\"fb-share-button\" data-href=\"https://facebook.com/savetheseaturtl/\" data-layout=\"button_count\"\u003e\u003c/div\u003e\u003cscript type=\u0027text/javascript\u0027\u003edocument.getElementById(\u0027facebookShareOnly\u0027).setAttribute(\u0027data-href\u0027, window.location.href);\u003c/script\u003e\u003c/div\u003e \u003cscript\u003e\r\n if (navigator.userAgent.indexOf(\u0027Edge/\u0027) === -1) {\r\n !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?\"http\":\"https\";if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+\"://platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document, \"script\", \"twitter-wjs\");\r\n var twitterButtons = document.getElementById(\u0027twitter-buttons\u0027);\r\n twitterButtons.innerHTML = \u0027\u003cdiv id=\"tweetButton\" style=\"float:left; margin-right:10px\"\u003e \u003ca href=\"https://twitter.com/share\" data-text=\"I just made a donation to @savetheseaturtl. You should too!\" class=\"twitter-share-button\"\u003eTweet\u003c/a\u003e \u003c/div\u003e\u003cdiv id=\"followButton\"\u003e \u003ca href=\"https://twitter.com/savetheseaturtl\" class=\"twitter-follow-button\"\u003eFollow\u003c/a\u003e \u003c/div\u003e\u0027;\r\n twitterButtons.style.height = \u002735px\u0027;\r\n }\r\n \u003c/script\u003e \u003cdiv id=\"fb-root\"\u003e\u003c/div\u003e \u003cscript\u003e(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = \"//connect.facebook.net/en_US/sdk.js#xfbml=1\u0026version=v2.8\"; fjs.parentNode.insertBefore(js, fjs); }(document, \u0027script\u0027, \u0027facebook-jssdk\u0027));\u003c/script\u003e ' + '
'; (function ($) { if (Bloomerang.useDonationId('23179266')) { Bloomerang.useProcessor('36865', 'Stripe', 'pk_live_2IxQMXVPMvuhbnzC7m2rhShL00K7jKgCMb'); } else { html23179266 = '

Only one donation or event registration form can be used on each page.

'; } if (jQuery('#bloomerangForm23179266').length) { if (window.ActiveXObject) { // they are using IE < 11, which doesn't support TLS 1.1 html23179266 = '

Your browser does not support the minimum security requirements for keeping your Credit Card information safe when processing payments. Please upgrade your browser or download the latest version of' + ' Chrome or Firefox.

'; } jQuery('#bloomerangForm23179266').after(html23179266); Bloomerang.Util.requireStripe(function () { Bloomerang.Util.Stripe = Stripe('pk_live_2IxQMXVPMvuhbnzC7m2rhShL00K7jKgCMb'); let elements = null; // Create an instance of the stripe card element. elements = Bloomerang.Util.Stripe.elements(); Bloomerang.Util.StripeCard = elements.create('card', { hidePostalCode: true, style: { base: { color: "#272D30", fontSize: "14px", fontFamily: "'Century Gothic', verdana, sans-serif" }, invalid: { color: "#272D30" } } }); if (!!document.querySelector("#membership-form")) { Bloomerang.Util.StripeCardIsValid = true; Bloomerang.Util.RecurringStripeCardIsValid = true; Bloomerang.Util.RecurringStripeCard.mount('#card-element'); } else { // Add an instance of the stripe card/payment element into the `card-element`
. Bloomerang.Util.StripeCard.mount('#card-element'); Bloomerang.Util.StripeCardIsValid = false; } // Handle real-time validation errors from the card Element. Bloomerang.Util.StripeCard.addEventListener('change', function (event) { var displayError = document.getElementById('card-errors'); if (event.error) { displayError.textContent = event.error.message; } else { displayError.textContent = ''; } if (event.complete) { Bloomerang.Util.StripeCardIsValid = true; } else { Bloomerang.Util.StripeCardIsValid = false; } }); }); jQuery(".donation-form #express-submit").val("DONATE"); jQuery(".registration-form #express-submit").val("Register"); jQuery(".membership-form #express-submit").val("Join"); jQuery("#express-submit").attr("disabled", false); Bloomerang.Data.PayPal.IsPayPalVenmoEnabled = false; jQuery("#donation-form .recurring-paypal-venmo-label-info").remove(); jQuery("#paypal-button-container").remove(); jQuery("#donation-form .PayPalVenmo").remove(); jQuery("#donation-form .PayPal").remove(); jQuery("#donation-form .Venmo").remove(); Bloomerang.Data.PayPal.IsPayPalPaymentMethodVaultingEnabled = false; Bloomerang.Data.PayPal.IsVenmoSameDayDonationEnabled = false; jQuery("#donation-form .DebitCard").remove(); jQuery("#donation-form .CreditCard").remove(); jQuery("#donation-form .section.payment h3").remove(); }; if (Bloomerang.paymentFormLoaded) { return false; } Bloomerang.paymentFormLoaded = true; Bloomerang.reCaptchaV3SiteKey = ''; Bloomerang.gRecaptchaV3Threshold = 0.5; window.captchaLoadCallback = function () { Bloomerang.gRecaptchaLoaded = true; }; window.captchaV3LoadCallback = function () { Bloomerang.gRecaptchaV3Loaded = true; }; if (Bloomerang.donationFormReCaptchaV3SelfHostedFlag === undefined) { function success(result) { Bloomerang.donationFormReCaptchaV3SelfHostedFlag = result.DonationFormReCaptchaV3SelfHostedFlag; initializeCaptcha(); } function failure(result) { Bloomerang.donationFormReCaptchaV3SelfHostedFlag = false; initializeCaptcha(); } Bloomerang.Api._post('v1/ReCaptchaV3SelfHostedFlag', {}, success, failure); } else { initializeCaptcha(); } function initializeCaptcha() { Bloomerang.Util.load('https://www.google.com/recaptcha/api.js?onload=captchaLoadCallback&render=explicit', function () { return Bloomerang.gRecaptchaLoaded; }, function () { jQuery('.section.captcha').removeAttr('style'); jQuery('form.donation-form').data('captcha-id', grecaptcha.render('captcha23179266', { 'sitekey': '6Lf-178qAAAAADVbaLF7VDL7qwFD2J-u9su1Za6N' })); if ((Bloomerang.donationFormReCaptchaV3Flag && Bloomerang.isBloomerangHostedForm && Bloomerang.isDonationForm) || (Bloomerang.donationFormReCaptchaV3SelfHostedFlag && !Bloomerang.isBloomerangHostedForm && Bloomerang.reCaptchaV3SiteKey && Bloomerang.isDonationForm)) { jQuery('.section.captcha').attr('style', 'display: none'); } }, true, true); if ((Bloomerang.donationFormReCaptchaV3Flag && Bloomerang.isBloomerangHostedForm && Bloomerang.isDonationForm) || (Bloomerang.donationFormReCaptchaV3SelfHostedFlag && !Bloomerang.isBloomerangHostedForm && Bloomerang.isDonationForm && Bloomerang.reCaptchaV3SiteKey)) { Bloomerang.Util.load(`https://www.google.com/recaptcha/api.js?onload=captchaV3LoadCallback&render=${Bloomerang.reCaptchaV3SiteKey}`, function () { return Bloomerang.gRecaptchaV3Loaded; }, function () { grecaptcha.ready(function () { grecaptcha.execute(Bloomerang.reCaptchaV3SiteKey, { action: 'submit' }).then(function (token) { function success(result) { if (parseFloat(result.Score) < Bloomerang.gRecaptchaV3Threshold) { Bloomerang.isForcePuzzle = true; jQuery('.section.captcha').attr('style', 'display: block'); } } function failure(result) { Bloomerang.isForcePuzzle = true; jQuery('.section.captcha').attr('style', 'display: block'); } var data = { token: token, isSelfHosted: !Bloomerang.isBloomerangHostedForm }; Bloomerang.Api._post('v1/ReCaptchaV3', data, success, failure); }); }); }, true, true); } } Bloomerang.transactionFee = 0.3; Bloomerang.transactionFeeRate = 0.032; Bloomerang.transactionFeeEft = 0; Bloomerang.transactionFeeRateEft = 0; Bloomerang.transactionFeePayPal = 0.49; Bloomerang.transactionFeeRatePayPal = 0.032; Bloomerang.useKey('pub_be54baec-8a4e-11ea-8134-0ab2f2f28c00'); Bloomerang.isDonationForm = true; Bloomerang.Util.getDonationAmount = function () { return Number(accounting.unformat(jQuery(".donation-form .section.donation input[name='donation-level']:checked").val() || jQuery(".donation-form #donation-amount").val())); }; // Register proper callbacks for various stages/outcomes of submission Bloomerang.Widget.Donation.OnSubmit = function (args) { jQuery(".btn-submit-donation").val("Donating...").prop("disabled", true).addClass("disabled"); var val = function (selector) { return jQuery(selector).val(); }; var country = val(".donation-form #country"); var state = Bloomerang.Util.getCorrectState(country, val(".donation-form #state"), val(".donation-form #province")); var zipCode = Bloomerang.Util.getCorrectZipCode(country, val(".donation-form #zip-code"), val(".donation-form #postal-code")); Bloomerang.Account .individual() .firstName(val(".donation-form #first-name")) .middleName(val(".donation-form #middle-name")) .lastName(val(".donation-form #last-name")) .homeAddress(val(".donation-form #street-address"), val(".donation-form #city"), state, zipCode, country) .homeEmail(val(".donation-form #email-address")) .homePhone(val(".donation-form #phone-number")) .applyDonationCustomFields(); if (jQuery(".donation-form #consent-all").prop("checked")) { Bloomerang.Account.optedInStatus(jQuery(".donation-form #consent-email").prop("checked"), jQuery(".donation-form #consent-mail").prop("checked"), jQuery(".donation-form #consent-phone").prop("checked")); } var amount = Bloomerang.Util.getDonationAmount() + Bloomerang.Util.getDonationTrueImpactAmount(); if (jQuery(".donation-form #recurring").prop("checked")) { Bloomerang.RecurringDonation .amount(amount) .fundId(val(".donation-form #fund")) .note(val(".donation-form #comment")) .frequency(val(".donation-form #frequency") || "Monthly") .startDate(val(".donation-form #start-date")) .applyDonationCustomFields(); // Need to do a null-check here because they might have a cached version of Bloomerang-v2.js if (Bloomerang.RecurringDonation.trueImpactEnabled && Bloomerang.RecurringDonation.trueImpactUsed) { Bloomerang.RecurringDonation .trueImpactEnabled(jQuery(".donation-form .true-impact .fee-amount").length > 0) .trueImpactUsed(jQuery(".donation-form .true-impact input:checked").length > 0); } } else { Bloomerang.Donation .amount(amount) .fundId(val(".donation-form #fund")) .note(val(".donation-form #comment")) .applyDonationCustomFields(); // Need to do a null-check here because they might have a cached version of Bloomerang-v2.js if (Bloomerang.Donation.trueImpactEnabled && Bloomerang.Donation.trueImpactUsed) { Bloomerang.Donation .trueImpactEnabled(jQuery(".donation-form .true-impact .fee-amount").length > 0) .trueImpactUsed(jQuery(".donation-form .true-impact input:checked").length > 0); } } if (jQuery("#donation-form #Checking").is(":checked") || jQuery("#donation-form #Savings").is(":checked")) { if (Bloomerang.Data.PayPal.IsVenmoSameDayDonationEnabled === true) { Bloomerang.Eft .accountNumber(val(".donation-form #accountNumber")) .routingNumber(val(".donation-form #routingNumber")) .type(jQuery("#donation-form .section.movedpayment input[type='radio']:checked").attr("id")); } else { Bloomerang.Eft .accountNumber(val(".donation-form #accountNumber")) .routingNumber(val(".donation-form #routingNumber")) .type(jQuery("#donation-form .section.payment input[type='radio']:checked").attr("id")); } } else if (jQuery("#PayPalVenmo").is(":checked") || jQuery("#PayPal").is(":checked") || jQuery("#Venmo").is(":checked")) { if (Bloomerang.Data.PayPal.IsVenmoSameDayDonationEnabled === true) { Bloomerang.Donation .type(jQuery("#donation-form .section.movedpayment input[type='radio']:checked").attr("id")); } else { Bloomerang.Donation .type(jQuery("#donation-form .section.payment input[type='radio']:checked").attr("id")); } } }; Bloomerang.ValidateDonationFormCaptcha = function () { if (typeof (grecaptcha) !== "undefined" && (jQuery("#captcha" + Bloomerang.Data.WidgetIds.Donation).children().length || ((Bloomerang.donationFormReCaptchaV3Flag && Bloomerang.isBloomerangHostedForm) || (Bloomerang.donationFormReCaptchaV3SelfHostedFlag && !Bloomerang.isBloomerangHostedForm && Bloomerang.reCaptchaV3SiteKey)))) { var captchaResponse = grecaptcha.getResponse(jQuery(".donation-form").data("captcha-id")); if (captchaResponse) { jQuery(".donation-form .noCaptchaResponseError").hide(); Bloomerang.captchaResponse(captchaResponse); return true; } else { jQuery(".donation-form .noCaptchaResponseError").show(); return false; } } else return true; }; Bloomerang.getTokenFromReCaptchaV3 = async function () { const recaptchaV3Token = await new Promise((resolve, reject) => { grecaptcha.ready(function () { grecaptcha.execute(Bloomerang.reCaptchaV3SiteKey, { action: 'submit' }).then(function (token) { resolve(token); }); }); }); return recaptchaV3Token; } Bloomerang.scrollToElement = function (element) { var distance = 100; var offset = element.offset().top; var offsetTop = offset > distance ? offset - distance : offset; jQuery('html, body').animate({ scrollTop: offsetTop }, 500); }; Bloomerang.Api.OnSuccess = Bloomerang.Widget.Donation.OnSuccess = function (response) { jQuery("#donation-processing-container").hide(); var formContainer = jQuery("#donation-form-container"); formContainer.show(); formContainer.html(successHtml23179266); Bloomerang.scrollToElement(formContainer); }; Bloomerang.Api.OnError = Bloomerang.Widget.Donation.OnError = function (response) { jQuery(".btn-submit-donation").prop("disabled", false).removeClass("disabled"); Bloomerang.Util.updateDonateButtonText(); jQuery("#donation-form-container .errors").removeClass("hidden").html(response.Message); jQuery("#donation-processing-container").hide(); jQuery("#donation-form-container").show(); Bloomerang.scrollToElement(jQuery("#donation-form-container .errors")); Bloomerang.cancelFinancialSubmission(jQuery("#donation-form")); if (typeof (SpreedlyExpress) !== 'undefined') { SpreedlyExpress.unload(); Bloomerang.initSpreedly(); } if (typeof (grecaptcha) !== "undefined" && jQuery("#captcha" + Bloomerang.Data.WidgetIds.Donation).children().length) { grecaptcha.reset(jQuery(".donation-form").data("captcha-id")); } }; Bloomerang.Util.applyDonationCustomFields = function (obj, type) { // Clear any fields from a previous failed submission obj.clearCustomFields(); // Apply all (not multiselect),