I am currently using an external registration form for services and then redirect the user to a page where they can use the Wix Bookings app to actually book the service.
What I’m trying to accomplish is getting it so the users can do the registration and book their service all from the same site/page. I’m not interested in using any of the form apps or recreating all that functionality in the Wix site itself, so I would like to be able to access Wix Bookings via API to allow users to book the service from an external page.
I can probably build an intermediary API of sorts via Velo to communicate with the external app and then interface with Wix Bookings, but I was wondering if there was a way to do this without the go-between?
Thanks!