TEC RSVP Forwarding
Hello,
Thanks for reaching out!
This request appears to be a matter of major customization, which will involve re-designing and re-programming the initial code.
Just to let you know, we are limited by our Support Policy in how much we can help with customizations https://theeventscalendar.com/knowledgebase/k/what-support-is-provided-for-license-holders but I will try to point you in the right direction.
If you want to show a “Thank You” page to your guests after they have successfully submitted an RSVP, you’ll need to make some changes to a template file by customizing it. If you’re not familiar with this process, don’t worry – you can find more information on how to customize template files here,
https://theeventscalendar.com/knowledgebase/customizing-template-files-2/
If you’d like to proceed with template file customization, please start by making a copy of the following template file,
\wp-content\plugins\event-tickets\src\views\v2\rsvp\messages\success\going.php
Paste it here,
/wp-content/themes/[your-theme]/tribe/tickets/v2/rsvp/messages/success/going.php
Add following lines of code after line 46 of the file,
$redirect_to = get_page_link( 1391 );
if ( ! empty( $redirect_to ) ) {
/* Redirect the user to the thank-you page */
echo '<script>window.location.href = "' . esc_url( $redirect_to ) . '";</script>';
}
In the above snippet, replace 1391 with the ID of the thank you page on your site (https://i.imgur.com/JYBnefZ.png).
Disclaimer: We don’t usually write custom code in the Support because we can’t guarantee that they will work or that they will meet the high-quality code standards that the company aims for. Therefore, as usual, this code is provided without warranty.
Alternatively, this could be accomplished with custom development. We have a relationship with Codeable if you’d like to pay someone to build that: https://theeventscalendar.com/knowledgebase/k/custom-development
Best regards,