Skip to content

How can I add a link to the booking system from my website?

When you are in the Admin screen of your application, you can click on "Help|Customer Booking Screen" and you will be prompted with a URL listing where your customers can go to to make their bookings with your business.

If you need some HTML code to embed this link on your website you can use the following where the word "demo" should be replaced as necessary.

<a href="http://www.diarybooker.com/demo"> 
<img border="0" src="http://www.diarybooker.com/pic_files/DB_Logo.PNG"alt="Click Here to book an appointment with us"></a> 


Example:

Click Here to book an appointment with us

Feedback and Knowledge Base