- This topic has 3 replies, 2 voices, and was last updated 6 years, 9 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Reload whole page instead of showing booking recorded message
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.
This is not possible, the booking happens via ajax.
What are you trying to achieve? There’s probably a way to do that already.
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);
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.