Whilst Appointuit is a secure system, some practices do not have a secure website to match. In these cases, to prevent potential security compromises from events like man-in-the-middle attacks, it is suggested that Appointuit links on those websites open in a new window, instead of as an overlay in the same window.
To achieve this, be sure to remove any code from step 3 of the web widget installation guide. Then replace any of your links with the following code, substituting as necessary:
<a onclick="window.open('https://widget2.appointuit.com/{widget-id}', 'appointuitwidget2', 'width=900,height=650,menubar=no');">
<img src="{link-to-button-image}" alt="Book an appointment online" border="0" style="cursor: pointer;">
</a>
For default button images provided by Appointuit, you can use the following code:
<a onclick="window.open('https://widget2.appointuit.com/{widget-id}', 'appointuitwidget2', 'width=900,height=650,menubar=no');">
<img src="https://s3.amazonaws.com/appointuit-web/images/buttons/AppointuitBookingLogoSmlGreen.png" alt="Book an appointment online" border="0" width="266px" height="47px" style="cursor: pointer;">
</a>
<a onclick="window.open('https://widget2.appointuit.com/{widget-id}', 'appointuitwidget2', 'width=900,height=650,menubar=no');">
<img src="https://s3.amazonaws.com/appointuit-web/images/buttons/AppointuitBookOnlineButton.png" alt="Book an appointment online" border="0" width="205px" height="62px" style="cursor: pointer;">
</a>