Right on - thanks Sanford, then I am guessing we insert the pixel load into your //now continue section (replacing the console log bit with the below: var liPixelSrc = "https://px.ads.linkedin.com/collect/?pid=xxxxx&conversionId=xxxx&fmt=gif"; form.onSuccess(function(vals,thankYouURL){ var liPixel = new Image(); liPixel.onload = function(e){ document.location.href = thankYouURL; }; liPixel.src = liPixelSrc; return false; });
... View more