[eme_bookings_report_link]

[eme_bookings_report_link]

If the user is logged in and has the permissions to list members, this shortcode generates a link to a CSV export for the members of the configured group or membership. It accepts the following parameters:

  • event_id event id you want to show the bookings for (required). If this shortcode is used inside a single event template, you can also use #_EVENTID as a value.
  • template_id the template defining one line in the CSV report. This needs to be a comma-separated list and contains usually booking placeholders.. Example of a template could be “#_LASTNAME,#_FIRSTNAME,#_SEATS”
  • template_id_header (optional) defines the first line in the CSV output. Useful to add headers for each column (also needs to be comma-separated, but can’t contain any placeholders)
  • title title of the link, if not given: “Bookings CSV”
  • public_access by default the report is only accessible to people with correct permissions. If you activate this option, this report becoms accessible for everyone on the condition the page that contains the shortcode is password protected.

 

Example:
[eme_bookings_report_link template_id=6 event_id=2]

Scroll to Top