• Resolved great-taste

    (@great-taste)


    Hi, I’m wanting to modify the email notification message when a visitor has submitted a new event through the frontend. Specifically, I want to utilize shortcodes in the email message to include?the “Organizer Name” and “Organizer Email”. In the default message, I see shortcodes for other things such as “[event_title]” and “[event_admin_url]” and I wish to do the same for the organizer’s name and email. What are the shortcodes for these, and where can I find info on all other available shortcodes?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter great-taste

    (@great-taste)

    For those who are wanting to do this, you can add your own shortcodes for the email notification messages in the file ai1ecfs.php which exists in the following directory “all-in-one-event-calendar-frontend-submissions/app/controller/”. The function where you can add the shortcodes is “frontend_submission_notification”. The following example allows a custom shortcode for adding “organizer name” (from the front-end form) in the email notification. This is placed in the $translations array:

    '[event_organizer_name]' => esc_html( $event->get( 'contact_name' ) ),

    Hi @great-taste,

    Apologies for the delay in responding to your inquiry. We’ve updated the calendar and have issued several bug fixes with the newest releases for our WordPress Core Plugin, as well as our hosted calendar versions.

    If you are still experiencing difficulty or for faster assistance, please login to your Timely account and click on the “Get Help” link. You may also reply to this ticket, or open a new ticket.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Modifying new event submission notification email using shortcodes’ is closed to new replies.