Ticket/RSVP form as a seperate page

Home Forums Welcome! Pre-Sales Questions Ticket/RSVP form as a seperate page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1104714
    Tim Davies
    Participant

    Pre-sales question:
    Is it possible to remove the ticket/RSVP form from the Single Event page and add as a link to a seperate page? I’d envisage using a popup or iframe window to access this.

    Any clues or suggestions appreciated. Happy to customise code or use code snippets.

    Thanks in advance.

    #1104850
    Geoff
    Member

    Hi Tim,

    Good question. Yes, I do think that would be possible.

    To hide the ticket form on a single event, you could use CSS. Something like this:

    form.cart {
    display: none;
    }

    Then you could link to the product page that WooCommerce creates for it. First, though, you may need to change the visibility settings for that ticket in the editor (screenshot).

    Would that accomplish what you’re looking for? Please let me know. 🙂

    Cheers.
    Geoff

    #1111066
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Ticket/RSVP form as a seperate page’ is closed to new replies.