I’m having trouble with
I have successfully embedded a site code in my website so when the BOOK NOW link is clicked, it will open a popup from another site that is embedded in the page code. This is the booking flow I want. HOWEVER, it also opens another window and a separate page with the booking flow redirected to the website. I don’t want this to happen. I just want the viewer to stay on the site with the embedded popup but I can’t find a way around this.
Site link
What I’m trying to do
I can’t activate the popup without the linked URL web address. I want the popup, but not the redirect to open another page and another URL. I want it to both activate the popup AND stay on my original page.
What I’ve tried so far
Let us know what you’ve already tested, changed, or searched
Hi, Thank you for describing your situation in detail.
The behavior you’re seeing (the booking popup plus an unwanted new page or tab) can happen if the “Book Now” button is triggering both a custom popup and a link to the bookings page. Please double-check your button’s setup in the Wix Editor—make sure it’s only running your popup code, and there are no extra link actions attached. If you’re using custom code, adding event.preventDefault() to your click handler can help prevent the extra page from opening. Here’s a guide for reference: https://support.wix.com/en/article/wix-bookings-adding-and-setting-up-a-standalone-book-button If you still can’t get it working the way you want, our support team is here to help: https://www.wix.com/contact
Thanks again for sharing your feedback!
Best,
Wix Bookings team