booking form

This topic contains 5 replies, has 2 voices, and was last updated by  Stephen Harris 10 years, 11 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #10377

    Hello

    I run multiple events each week and I need to be able to distinguish and identify/download all registered users for each event.

    Can I make a duplicate of a form or do I need to create one each time?

    Many thanks

    Tina McCarthy
    #10378

    You can’t duplicate a booking form, but you can use it for more than one event.

    Stephen Harris
    #10379

    Thanks for your reply Stephen.

    Do you know if there’s a way I can change the generic message that says “Thank you for registering”?

    Thanks

    Tina McCarthy
    #10382

    Yup, that message appears when a booking is free, you can change it with the following code:

    add_filter( 'eventorganiser_pro_get_option_booking_complete_message_free', 'my_booking_complete_message' );
    function my_booking_complete_message(){
        return '...';
    } 

    (That would ideally go in a ‘utility plug-in’, but also works in your theme’s functions.php)

    Stephen Harris
    #10407

    Thanks Stephen,
    Sorry one other question – when the user registers for an event, do they get a confirmation email? At the moment the tickets are coming to me.

    Tina McCarthy
    #10442

    Hi Tina,

    When payment is confirmed they get an e-mail. In the case where you are using a payment gateway such as PayPal or Stripe, then this is almost instantaneous (or if the event is ‘free’). If there is an amount to be paid and ‘offline’ is selected as the payment method, then an e-mail is only sent out when the booking is confirmed. However, if you require an e-mail to be sent immediately after an offline booking is made, there is this tutorial that achieves that: http://wp-event-organiser.com/blog/tutorial/sending-an-email-after-an-offline-booking/

    Stephen Harris
Viewing 6 posts - 1 through 6 (of 6 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.