How to remove the send RSVP confirmation to

Home Forums Ticket Products Event Tickets Plus How to remove the send RSVP confirmation to

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1620278
    Kendall Walker
    Participant

    I’m using the added ticket fields for my RSVP “tickets” however the standard “send RSVP” copy block is still there. How can I get rid of the standard copy. I’d also like to change RSVP to Register instead. I don’t have access to the functions.php file to make major changes. Can this be done by editing the plugin files or via CSS?

    #1621639
    Jennifer
    Keymaster

    Hi Kendall!

    Even though you are using the custom fields to collect additional information for each attendee, the RSVP confirmation will only be sent to the email in the standard “Send RSVP confirmation to” form – that user will receive a copy of all of the tickets for the people he RSVP’ed for. If you wanted to remove that block, you would need to add code to instead have the email sent to each of the other emails from your custom fields. Customizations like this are outside the scope of support that we are able to provide here in the forums, but this post has some suggestions on where to start if you would like to go this route.

    Regarding changing “RSVP” to “Register”, you can do a template override (not involving the functions.php file, although you will need to be able to upload files to your child theme via FTP) of the rsvp.php file – look for this code, which is the code for the “Confirm RSVP” button:

    <button
    type="submit"
    name="tickets_process"
    value="1"
    class="tribe-button tribe-button--rsvp"
    >
    <?php esc_html_e( 'Confirm RSVP', 'event-tickets' );?>
    </button>

    In your copy of the file, you can change the “Confirm RSVP” text to “Register”.

    Let me know if you have any other questions!

    Thanks,

    Jennifer

    #1638409
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to remove the send RSVP confirmation to’ is closed to new replies.