Custom Notification Text
Instead of just showing a static text, you can use tags to create a dynamic text.
Last updated: Oct. 12, 2020
Table of contents
Adding dynamic text
It is possible with most of our notification types to have text shown on your destination slideshow.
Instead of just showing a static text, you can use variables to create a dynamic text.
Click the question mark next to the Text field in the trigger setup, and you'll see the variables from the data source. Click on the variables to add them to your text.
- It is only possible to create a dynamic text if your notification is triggered by a new or updated registration. It is not possible to have these variables when your notification is triggered by the result of a formula.
- When testing your notification, the dynamic text will only show the variable if it is triggered by an actual registration. It will be blank if you use the "Save and Test" notification button
Number formatting
You can decide the how many decimal points a number in a notification should have by using the floatformat filter.
Example of showing two decimal points:
{{ FIELD-NAME|floatformat:2 }}
Or, if you would like to have no decimals:
{{ FIELD-NAME|floatformat:0 }}
Was this article helpful?
Please leave a comment to help us improve.