capture-email
How to capture Email with CBSplit CMS
To collect email on CBSplit hosted pages. you can use our easy to use javascript code snippet
recordEmailConversion(EMAIL_ADDRESS).then(function() { // redirect to next page })
The snippet will return a Promise. So you can wait for response, before redirecting to next page.
Here is an example code for capturing email or record email conversion
capture-email.txt ยท Last modified: 2024/09/11 18:50 (external edit)