EXPERIENCE DONORSEARCH
EXPERIENCE DONORSEARCH
Find out why more than 5000 nonprofits and consultants use DonorSearch to achieve fundraising success.
We'll walk you through a customized demo, set you up with a free trial, and provide insight into how DonorSearch can integrate with your CRM.
<script type=”text/javascript”>jQuery(function() {<script type=”text/javascript”>jQuery(function() { jQuery(“#BLOGBUTTON”).click(function() { jQuery(‘#emailmsg’).html(“”); jQuery(‘#blogmsg’).html(“”); jQuery(‘#lnamemsg’).html(“”); jQuery(‘.responseds’).css(‘color’,’#d36d22 !important’); jQuery(‘#fnamemsg’).html(“”); jQuery(‘#msg’).html(“”); var errors = ‘no’; if ((document.forms[“blogForm”][“FNAME”].value == null || document.forms[“blogForm”][“FNAME”].value == “” )){ jQuery(‘#fnamemsg’).html(“First Name required”); errors = ‘yes’; } if ((document.forms[“blogForm”][“LNAME”].value == null || document.forms[“blogForm”][“LNAME”].value == “” )){ jQuery(‘#lnamemsg’).html(“Last Name required”); errors = ‘yes’; } if((document.forms[“blogForm”][“blogMsg”].value == null || document.forms[“blogForm”][“blogMsg”].value == “”)){ jQuery(‘#blogmsg’).html(“Please give us some details!”); errors = ‘yes’; } if (!(/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(document.forms[“blogForm”][“EMAIL”].value))) { jQuery(‘#emailmsg’).html(“Email required”); errors = ‘yes’; } if (errors == ‘no’){ if (document.forms[“blogForm”][“testfield”].value == null || document.forms[“blogForm”][“testfield”].value == “” ){ jQuery(‘.btn-donorsearch’).prop(‘disabled’, true); jQuery.ajax({ type:’post’, crossOrigin:true, url: ‘/dscustom/generic-handler.php’, data: jQuery(‘#blogForm’).serialize() }) .done(function(data){ jQuery(‘.btn-donorsearch’).prop(‘disabled’, false); jQuery(‘#blogForm’).trigger(“reset”); jQuery(‘#emailmsg’).html(“”); jQuery(‘#blogmsg’).html(“”); jQuery(‘#fnamemsg’).html(“”); jQuery(‘#lnamemsg’).html(“”); jQuery(‘#msg’).html(‘Awesome! We will be in touch.’); }) .fail(function(data){ console.log(data); jQuery(‘#msg’).html(‘We seem to be having some technical difficulties. Please contact us directly at info@donorsearch.net’); }); } } });});</script>
<style><style> .modalClass h3 { font-size:1.6em; display:block !important; text-align:center; padding:20px; } .modalClass .btn:hover { border:1px solid #d36d22;}.modalClass .btn{ background: #d36d22; }</style>