• Resolved Taryn Lewis

    (@chimpmediaworks)


    Is it possible that on the bottom of the event page, instead of immediately displaying the booking form, we can have a button for them to register that takes them to a separate page for the booking form? Also, when it’s displayed on the same page as the event, it’s squeezed into a very narrow column, making it harder to read easily – can this be adjusted?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    You can create a separate booking form for an event on any page by using a shortcode like this, where 123 is the post ID of the event the booking form relates to:

    [event post_id="123"]
    #_BOOKINGFORM
    [/event]

    The layout of the booking form can be adjusted either by adding additional CSS rules to the styles.css file of your theme, or by creating a custom version of this file:

    /events-manager/templates/placeholders/bookingform.php

    This tutorial explains how to create custom templates that are upgrade-safe:

    https://wp-events-plugin.com/documentation/using-template-files/

Viewing 1 replies (of 1 total)
  • The topic ‘Bookings form on separate page?’ is closed to new replies.