Help Desk
Be sure to include your account id!
|
| Integrating the Client Scheduler into a website. | | Question | | How can I integrate the Client Scheduler into my website? | Answer | There are 2 ways to add the scheduler to your website. There are examples of each included in our Hands-on Demos page:
https://www.flashappointments.com/handsOnDemos.htm
You can add it as a link (see the Financial Services Demo) or you can embed it on your own page (see the Full Service Spa and Solo Massage Therapist demos).
The HTML to set up a link to the scheduler is:
<a href="http://www.flashappointments.com/client/launch.cfm?busId=xxxx"> Schedule an appointment!</a>
The HTML to embed it into your own page:
<iframe scrolling="auto" name="scheduler" src="http://www.flashappointments.com/client/launch.cfm?busId=xxxx" ></iframe>
In both cases, xxxx is your ID. The ID is the second part of your account number found on the top right corner of the Welcome Screen. So if your account number is 1234-5678, your ID would be 5678.
| Back to Search Results |
|