Hi,
I’ve been searching but have had trouble finding this information.
Can someone please point me in the right direction for finding a list of code for different data items such as first name, last name, etc
e.g. The code, {{reference}}, will insert the reference number from the specific form being sent
I have been struggling with this as well.
What helped me was to first search on the internet for “Liquid templating language”.
Secondly I worked with trial and error e.g. in email-templates.
If you use {{Recipient}} you will find the underlying data codes, together with the data, in the generated email.
These data codes can then be used like {{Recipient:name}} and so on.