Are you a Canadian Log Builder? Get your directory listing for FREE by filling out the form below. 

 
Log Builder Directory Listings
?
Company contact for any updates to listings
?
Company contact for any updates to listings
?
Company contact email for updates to listings
?
Enter your DBA (Doing Business As) name if different than legal
?
Enter your website you would like us to link to
?
Please enter the email you want any leads to email
?
Please enter the phone number you want any leads to call
?
Anything you want us to know? Don't worry about the extra details for your listing, there is a separ
function addAriaSelected42464000000741208(){ var optionElem = event.target; var previousSelectedOption = optionElem.querySelector('[aria-selected=true]'); if( previousSelectedOption ){ previousSelectedOption.removeAttribute('aria-selected'); } optionElem.querySelectorAll('option')[ optionElem.selectedIndex ].ariaSelected = 'true'; } function validateEmail42464000000741208(){ var form = document.forms[ 'WebToLeads42464000000741208' ]; var emailFld = form.querySelectorAll('[ftype=email]'); var i; for( i = 0; i < emailFld.length; i++ ){ var emailVal = emailFld[ i ].value; if((emailVal.replace( /^\s+|\s+$/g,'' )).length != 0 ){ var atpos = emailVal.indexOf('@'); var dotpos = emailVal.lastIndexOf('.'); if( atpos < 1 || dotpos = emailVal.length ){ alert('Please enter a valid email address. '); emailFld[ i ].focus(); return false; } } } return true; } function checkMandatory42464000000741208(){ var mndFileds = new Array('Company', 'Last Name', 'Email', 'Website', 'LEADCF3'); var fldLangVal = new Array('Company', 'Last\x20Name', 'Email', 'Website', 'First\x20Name'); for( i = 0; i < mndFileds.length; i++ ){ var fieldObj = document.forms[ 'WebToLeads42464000000741208' ][ mndFileds[ i ]]; if( fieldObj ){ if(((fieldObj.value ).replace( /^\s+|\s+$/g,'' )).length == 0 ){ if( fieldObj.type == 'file' ){ alert('Please select a file to upload.'); fieldObj.focus(); return false; } alert(fldLangVal[ i ] + ' cannot be empty.'); fieldObj.focus(); return false; } else if( fieldObj.nodeName == 'SELECT' ){ if( fieldObj.options[fieldObj.selectedIndex].value == '-None-' ){ alert(fldLangVal[ i ] + ' cannot be none.'); fieldObj.focus(); return false; } } else if( fieldObj.type == 'checkbox' ){ if( fieldObj.checked == false ){ alert('Please accept ' + fldLangVal[ i ]); fieldObj.focus(); return false; } } try{ if( fieldObj.name == 'Last Name' ){ name = fieldObj.value; } } catch(e){} } } if( !validateEmail42464000000741208()){ return false; } var urlparams = new URLSearchParams(window.location.search); if( urlparams.has( 'service' ) && ( urlparams.get( 'service' ) === 'smarturl' )){ var webform = document.getElementById('webform42464000000741208'); var service = urlparams.get('service'); var smarturlfield = document.createElement('input'); smarturlfield.setAttribute('type', 'hidden'); smarturlfield.setAttribute('value', service); smarturlfield.setAttribute('name', 'service'); webform.appendChild(smarturlfield); } document.querySelector('.crmWebToEntityForm .formsubmit').setAttribute('disabled', true); } function tooltipShow42464000000741208(el){ var tooltip = el.nextElementSibling; var tooltipDisplay = tooltip.style.display; if( tooltipDisplay == 'none' ){ var allTooltip = document.getElementsByClassName('zcwf_tooltip_over'); for( i = 0; i < allTooltip.length; i++ ){ allTooltip[ i ].style.display = 'none'; } tooltip.style.display = 'block'; } else{ tooltip.style.display = 'none'; } }