Add RSVP form to Event Listings

Home Forums Ticket Products Event Tickets Plus Add RSVP form to Event Listings

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1153463
    barback
    Participant

    Previously I have added Ticket Form to Event Listings when using WooCommerce, or EDD.

    This time I want to be able to add the RSVP form to the event listings

    Here’s the previous forum posts

    https://theeventscalendar.com/support/forums/topic/add-tickets-form-to-event-listings/#post-1103130
    I’m hoping you can help me with the snippet to add to functions.php file that will display the RSVP form with the event excerpt and not make the user click through to “find out more”.

    Thanks

    #1153475
    Nico
    Member

    Hey Barbara,

    Thanks for getting in touch! I’ll help you here…

    The solution actually the same, you just have to change the class name for the RSVP one:

    /*
    * Add RSVP tickets form to event listings
    */
    if ( class_exists( Tribe__Tickets__RSVP ) ) {
    add_action ( 'tribe_events_after_the_content', array( Tribe__Tickets__RSVP::get_instance(), 'front_end_tickets_form' ), 10 );
    }

    Please let me know if this works for you,
    Best,
    Nico

    #1162129
    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 ‘Add RSVP form to Event Listings’ is closed to new replies.