Subscription form

* Mandatory fields
*First name
*Last name
*Email
*Phone
*Address
Are you a member of NPC?
How would you like to volunteer your time?
Do you like to PLAN as well as do? If so, join one of these standing committees.
 
document.addEventListener('DOMContentLoaded', function() { // Select all anchor tags var links = document.querySelectorAll('a'); // Loop through each link links.forEach(function(link) { var url = link.href; // Check if the link is external if (url && !url.includes(window.location.hostname)) { link.setAttribute('target', '_blank'); } }); });