Right now, the Appointment Booking widget doesn’t support deeplinks or URL parameters that open the widget with a specific service already selected. The editor and documentation only let you manage the list of services in the Services tab and choose how the whole widget is embedded (Inline Form / Inline Button / Floating button), but there’s no option to address one particular service via link or data‑attribute.
This means it’s not possible, with a single multi‑service widget, to:
skip the service selection step, and
open directly on “Service X” just by using a special URL or parameter.
I like this idea, thanks for sharing! If it gets more votes, we’ll try to consider it in the future updates.
In the meantime, I think it’s possible to create a custom script for this. Please let me consult with the devs and I’ll update you once I have any news
In this part of the code, we’ve listed all services from your widget and assigned URL params to them. If you decide to add a new service, you should add to the code using the same format:
i added the code to the widget but still all services are getting displayed: You can check yourself here: https://test-pageflix.de
Feel free to do bookings as the website is not rolled out to the customer this week.
I asume I need to add a kind of parameter to the website (deeplink url) to?
I’ve just reached out to the devs and to get a link with a specific service selected, you need to add this parameter to your website url ?service=basic_paket, where basic packet is the name of the needed service. Here is an example of the full link: https://test-pageflix.de/online-terminbuchung.html?service=basic_paket.