Support » Plugin: Events Manager - Calendar, Bookings, Tickets, and more! » tag field is not showing on front page form submission

Viewing 3 replies - 1 through 3 (of 3 total)
  • hi,

    this isn’t possible at the moment because a seperate script needs to be written to save them. At the moment, WP handles the saving of the tags admin-side.

    Thread Starter monika11

    (@monika11)

    If i want tags from front end then how i will get it to work.
    can you give me some clues to accomplish this task.
    Because i need this.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    you’d want to override the event-editor.php template and add this in yourself.

    you’d then need to hook into em_event_get_post and em_event_save filters (see classes/em-event.php, we do something similar for categories) and save the submitted data as tags.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘tag field is not showing on front page form submission’ is closed to new replies.