From 16ef003516426f062d489f7f8489d4e2cb7bcae3 Mon Sep 17 00:00:00 2001
From: Marko Saric <34340819+metmarkosaric@users.noreply.github.com>
Date: Mon, 18 Dec 2023 15:22:17 +0100
Subject: [PATCH] Update custom-event-goals.md
---
docs/custom-event-goals.md | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/docs/custom-event-goals.md b/docs/custom-event-goals.md
index b68eb6f0..d5794060 100644
--- a/docs/custom-event-goals.md
+++ b/docs/custom-event-goals.md
@@ -24,8 +24,8 @@ Or if you're using [a proxy](/proxy/introduction.md):
```
-:::note
-If you're using outbound link clicks, file downloads or any of our other script extensions, you can [combine them](script-extensions.md#you-can-combine-extensions-according-to-your-needs) by changing the `src` attribute in the snippet. If you want to track custom events and outbound link clicks simultaneously, change the script name to `script.tagged-events.outbound-links.js`.
+:::tip You can combine our script extensions
+If you're using outbound link clicks, file downloads or any of our other script extensions, you can [combine them](script-extensions.md#you-can-combine-extensions-according-to-your-needs) by changing the `src` attribute in the snippet. If you want to track custom events and outbound link clicks simultaneously, change the script name to `script.tagged-events.outbound-links.js`
:::
## 2. Add a CSS class name to the element you want to track on your site
@@ -38,16 +38,16 @@ For instance, if you're using WordPress, you can click on any block element you
You can then click on "Advanced" and add a CSS class name in the "Additional CSS class(es)" field. Add the CSS class name in this format: `plausible-event-name=MyEventName`. For instance, if you want to track form submissions on your contact form, you could use: `plausible-event-name=Form+Submit`.
+:::tip To represent a space character in the event names, you can use a `+` sign
+For example: `plausible-event-name=Form+Submit` will display as `Form Submit` in your dashboard
+:::
+
When tracking form submits, it is important to tag the `