Change RSVP text language

Home Forums Ticket Products Event Tickets Plus Change RSVP text language

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1189511
    Kathrine Fraser
    Participant

    Hi,

    In lieu of any Waiting List functionality, I am looking to use RSVP as a waiting list – however, I therefore need to change the language around this.
    I have done most of it, but am stuck on the following:
    – the success message “Your RSVP has been received! Check your email for your RSVP confirmation.” I would love this to just say “Your request has been sent!” and actually suspend the email if possible…?
    – the title and labels on the “view your RSVPs page” My RSVPs for This Module
    – change the drop down on this My RSVPs page to be “Keep me on the Waiting List” / “Remove me from the Waiting List” instead of Going/Not Going.
    – changing the text in the “ticket” email that is sent to people requesting a space. (but as above, disabling this altogether if the success message can be adjusted would be ideal).

    Could you please point me in the direction of where to edit these?

    You can see what I have done to date here

    Thanks

    #1189806
    Nico
    Member

    Hi Katherine,

    Thanks for getting in touch with us! I can help you here ๐Ÿ™‚

    For the text changes, you can use the snippet in this article โ†’ Change the wording of any bit of text or string. This should be the easier way as you don’t need to override templates or such.

    To cancel the RSVP email, just paste this snippet in your theme’s (or child theme’s) functions.php file:

    /* Tribe, cancel rsvp email */
    add_filter( 'tribe_rsvp_email_recipient', '__return_empty_array' );

    Please give this a try and let me know if it works for you,
    Best,
    Nico

    #1192021
    Kathrine Fraser
    Participant

    Thank you

    #1192033
    Nico
    Member

    You are welcome Kathrine ๐Ÿ™‚

    Iโ€™ll go ahead and close out this thread, but if you need help with anything else please donโ€™t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change RSVP text language’ is closed to new replies.