4 04
The page you are looking for
can not be found
Return to Homepage
Share by:
function submitToRulerAnalytics(form){ var rulerAnalyticsPayload = { 'action': 'convert' }; form.data.map(function(item,index){ if (item.label === 'Email') { rulerAnalyticsPayload[item.label] = item.value; } if (item.label === 'Phone Number') { rulerAnalyticsPayload['phone'] = item.value; } if (item.label === 'First Name') { rulerAnalyticsPayload['FName'] = item.value; } if (item.label === 'Last Name') { rulerAnalyticsPayload['LName'] = item.value; } }); RulerAnalytics.trackConversion(rulerAnalyticsPayload,"","",500); } (function() { var script = document.createElement('script'); script.src = "https://paperform.co/__embed"; document.body.appendChild(script); } )()