Capture Date & Time of Form Fill-out

Terry_Crockett
Level 1

Capture Date & Time of Form Fill-out

Any advice on the best way to do this?   Thanks in advance for your feedback!

Tags (3)
3 REPLIES 3
SanfordWhiteman
Level 10 - Community Moderator

Re: Capture Date & Time of Form Fill-out

Write {{system.dateTime}} to a field in a Flow step.

or

add the timestamp via JS on form submit.

Anonymous
Not applicable

Re: Capture Date & Time of Form Fill-out

Sanford,

Would you have a minute to talk me through how to set this up?  

Thanks

Karen McRight

Courtney_McAra4
Level 4

Re: Capture Date & Time of Form Fill-out

Flow Step

Change Data Value

Attribute is  {what field do you want?  We have a field called Most Recent MQL Date}

pastedImage_0.png

New Value - System.Date.

( we prefer this date over date/time)