Events Made Easy Forums How do I … How to get time of submission from frontend form?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #57152
    Anonymous
    Inactive

    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?

    #57154
    Franky
    Keymaster

    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 …

    #57159
    Anonymous
    Inactive

    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 🙂

    #57165
    Franky
    Keymaster

    that would require explaining you code changes that won’t survive a next release …

    #57166
    Anonymous
    Inactive

    Will this be included in the next release?

    #57172
    Franky
    Keymaster

    It will be in the version of today.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘How do I …’ is closed to new topics and replies.
Scroll to Top