I have a form that I want to have a date stamp for when it was submitted. The field is not populating. Could it be because I have the incorrect system token?
Currently:
{{system.dateTime}}
Should it just be:
{{system.date}}
Thank you.
I haven't tried to set {{system.date}} as a hidden field in a form, but if that is what you're doing I could understand why that method wouldn't be supported.
What is supported is including these system tokens within a smart campaign. 'Fills out form', change data value to {{system.xx}}
Does that get you closer to achieving your outcome?