I’m wondering if anyone has had success tracking conversions when you are using third party embeded forms. Particularly when you are not redirecting to a Thank You page when the form is submitted.
Currently we use js to un-hide a div upon form submit
// When form is submitted Thank you. We have received your request, and will be in contact with you shortly to schedule a demo.
document.getElementById(‘confirmform’).style.visibility = ‘visible’;
Would it be possible to modify Unbounces External Conversion Tracking script to fire on submit?