Events Made Easy Forums How do I … Reload whole page instead of showing booking recorded message

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #57512
    Anonymous
    Inactive

    Hi,

    I want to get rid of the whole “Booking recorded message” and reload the whole page instead.
    I tried to add some javascript code which reloads the page, but it gets removed when I save it.
    Is there any other way to realize that?

    Thanks.

    #57515
    Franky
    Keymaster

    This is not possible, the booking happens via ajax.
    What are you trying to achieve? There’s probably a way to do that already.

    #57516
    Anonymous
    Inactive

    We are migrating from some other rsvp.
    I want to show the list of attendees on top, which works already.
    If then some user registers, the list just need to be updated, so the user can see himself there. A simple reload after submit via Ajax would do the job.
    I thought about similar solution as “automatical redirect to paypal” from FAQ, but with
    window.location.reload(false);

    #57521
    Franky
    Keymaster

    Why not put the list of attendees (#_ATTENDEES) inside your RSVP form markup then?
    And at the end, in the thank-you message or page, also use #_ATTENDEES .. just a thought.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘How do I …’ is closed to new topics and replies.
Scroll to Top