Static HTML Forms
Our automatic form tracking supports tracking static HTML forms on your website. It triggers when a valid email is submitted as part of a form.
To enable static HTML form tracking, set the html
option to true
in your
script as done below.
dreamdata.load('<DREAMDATA_API_KEY>', {
formTracking: {
html: true,
},
});