Thank You

Thank you. We have received your request for more information and will be in touch soon.

//-------------------------------------------------- //EDITABLE VARIABLES //-------------------------------------------------- //unique Identifier ie: contact page var idn = 'Form Submission'; //revenue value ie 10.00 Use only numbers no characters var rev = '1.00'; //-------------------------------------------------- //DO NOT EDIT BELOW THIS LINE //-------------------------------------------------- var pid = '333'; var referrer = encodeURIComponent( document.referrer ), convPixelUrl = 'https://bettermetrics.co/track/?op=conv&uid=855&rev=' + rev + '&pid=' + pid + '&idn=' + idn + '&referrer=' + referrer + '&email='; pixelScript = document.createElement( 'script' ); pixelScript.type = 'application/javascript'; pixelScript.src = convPixelUrl; document.getElementsByTagName( 'body' )[0].appendChild( pixelScript );