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?
Solved! Go to Solution.
Only if you stamp the fillout timestamp ({{system.datetime}} to another DateTime field.
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.
Depends on the number of forms you'd need to account for when adding custom JS. Adding to the form is indeed more accurate.