Custom events
Example of implementing your own custom events
Link click events
<a href="/some-link/" data-sb-custom-event="link-to-inventory">
View our inventory
</a>Form submit events
<form method="post" action="/"
data-sb-custom-event="gated-pdf-form-submit">
...form here...
</form>Last updated
Was this helpful?