I have a custom contact form for which I create a sent_time field using auto_now_add to save the time when the user had sent the message.
sent_time
auto_now_add
I am a