Timestamp: Instead of NOW() on form open, record timestamp on form submit?

Hi there-

I’m trying to log the form entry time.
Right now I have a timestamp field that autopopulates with TODAY() or NOW() on open but I need the timestamp of the form on Send.
The problem being, the form refreshes after data is sent and by the time they complete the next form the timestamp field is no longer accurate.

Is there a way to record the timestamp of when they complete the form, instead of on opening the form?

0 2 745
2 REPLIES 2

Steve
Platinum 4
Platinum 4

Create an action to set the timestamp and attach the action to the form-saved event.

Thank you Steve!

Top Labels in this Space