2
Solved

AutoNotification comma problem

If my notification text does not contains comma ot shows correctly. Notification text:

<p style="color:#eeeeee;">This is text and text again</p>

But if I include commas it shows like this. Notification text:

<p style="color:#eeeeee;">This is text, and text again</p>

1 reply

That's because you're creating 2 entries in the table :) Set the Text > Separator to something like $$$ (or anything other than a comma) and it'll work.

Topic is closed for comments