I’m helping a friend set up a site for her counselling practice, and she uses an app called Simple Practice. In most sites the booking widget functions in a pop-up window; Wix and its restrictions mean that it will only open in an iframe. I’m fine with this. What I’m hoping to problem solve is the following…
Page with the Widget embedded:
www dot lovewithadhd dot com/book-an-appointment
It wouldnt let me post the code here so I have just pasted the provided widget code (from the Simple Practice booking tool) on the page on the site above.
What I’m looking to do:
I’d like the widget to just show up in the iframe, without the intermediary step of having to click “request appointment.” Since it can’t function in a popup window, the flow for clients would be:
- click the book an appointment button in a header, footer, etc,
- be taken to a new page with another book appointment button, that opens the widget within the page
This is pretty unacceptable from a user ui pov. If I could just have the iframe load up the widget directly, I could stick it in a lightbox that could pop up from any “book a session” buttons on the site.
Is this possible? It doesn’t seem like it should be hard to do but I don’t code and can’t figure out from the provided code how to bypass the button step.