Link markers
If you have multiple forms on your pages you can easily track which of the links was used to make a request. All you need is to add adata-cme
attribute to the object that calls the form:
HTML
<button data-callme-config data-cme="link attribute #1">
Click me!
</button>