Alex, In V1.5.0-dev.3 (with some customization that you did for me in 2023) when I have only 1 provider available I can hide the provider <Div> and the system defaults to that provider and I can continue to the next page.
With the latest release public release 1.5.0 nothing happens when I click the 'Next' button.
I attempted to change the bookings.js line 197 to hardcode the ID; however it did have have any affect.
// const selectedProviderId = App.Utils.Url.queryParam('provider');
const selectedProviderId = 4;
How can i hide the provider and have it select the single provider available autmatically?
Thanks,
Ben