- This topic has 5 replies, 2 voices, and was last updated 6 years, 11 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › How to get time of submission from frontend form?
I need the option to see what time did the user sent an event through frontend form?
Since the event listing only offers ID, Name and some other things, is it possible to include or see the submission time anyhow?
You have the creation and modification timestamps in the db, and you can get those via a placeholder.
Example: #_EVENTFIELD{creation_date}
Others creation_date_gmt, modif_date, modif_date_gmt (see function eme_create_events_table in events-manager.php).
Edit: currently not foreseen to get this info in the event listing (in EME backend), but it is very easy to add …
Thank you.
However, I do need to be able to see this info in backend, prior to allowing the event to be published.
Could you explain how to add it to backend?
Thanks 🙂
that would require explaining you code changes that won’t survive a next release …
Will this be included in the next release?
It will be in the version of today.