Event Tracking, using Webflow + Matomo

Hi everyone,

for a client project, I’d like to track contact form submissions on a website via Matomo.

The website was built using Webflow. Can someone give me a step-by-step process on how to set this up?

I already added the Matomo script to the website and the script for event tracking on the page width the contact form:

<script type="text/javascript">
_paq.push(['Contact', 'Contact-Form', 'Contact-Form-Send', 1]);
</script>

I assume for the tracking to work I need to define an action. Webflow therefore would like to receive a link in this format.

But Matomo provides an action in text form:

Contact-Form

Thankful for any tip that ould help me get this work.

Best,

Matthias