• Resolved iamcoxnow

    (@iamcoxnow)


    Hello! I’d like to be able to customize the email someone RSVP’ing to an event receives. Is that possible?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there,

    You can customize the RSVP emails in a few different ways.

    The first would be to create a custom template to use. To do this, copy event-tickets/src/views/tickets/email.php to [your-child-theme]/tribe-events/tickets/email.php. You can then modify the template as needed.

    The other option would be to utilize one of the existing action hooks in that template to inject content from your functions.php file. This would not require creating a custom template as in the first method. For example, the “tribe_tickets_ticket_email_top” would allow you to inject content at the very top of the email. There is also a “tribe_tickets_ticket_email_bottom” action.

    Hope that helps!

    Best,
    Sky

Viewing 1 replies (of 1 total)

The topic ‘Customize RSVP Email Notification’ is closed to new replies.