SOLVED

Smart List with Date/Time of Activity

Go to solution
Jaime_Servaes
Level 3

Smart List with Date/Time of Activity

I have a smart list created that will show me all form submission based on a time frame. However, I'd also like the results to show me the actual date/time of the activity for the form submission. How can I do this?

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Smart List with Date/Time of Activity

Only if you stamp the fillout timestamp ({{system.datetime}} to another DateTime field.

View solution in original post

3 REPLIES 3
SanfordWhiteman
Level 10 - Community Moderator

Re: Smart List with Date/Time of Activity

Only if you stamp the fillout timestamp ({{system.datetime}} to another DateTime field.

Jaime_Servaes
Level 3

Re: Smart List with Date/Time of Activity

Sanford - would I do this on the form as a hidden field or create a smart campaign that rights the {{system.datetime}} to my new field called "FormSubmissionDateTime"? I'm trying to figure out what the best process would be.

SanfordWhiteman
Level 10 - Community Moderator

Re: Smart List with Date/Time of Activity

Depends on the number of forms you'd need to account for when adding custom JS. Adding to the form is indeed more accurate.