<style type="text/css">
.client-login { display: none; }
.client-register { display: none; }
</style>
Download Acuity Scheduling Wordpress Plugin. This creates the [scheduling] tag to embed Acuity Scheduling into the page (not available with free accounts). Usage:
[scheduling site="http://mysite.acuityscheduling.com"]
Options:
site: your scheduling site, find this under Business in Preferences (required)
width: defaults to 775px (optional)
height: defaults to 600px (optional)
border: defaults to 0 (optional)
Add this snippet of code under the footer in Website Integration in Preferences:
<script type="text/javascript">
if ($('client-phone')) {
$('client-phone').innerHTML = 'Phone <span class="error">*</span>';
Event.observe('form', 'submit', function(ev){
if (!$('form').elements['phone'].value) {
alert('Phone number is required');
Event.stop(ev);
}
});
}
</script>
Padding field to the number of minutes you would like between appointments. So if you need 15 minutes
to travel between appointments, set the padding to 15. Once you are done click Update Type to save your changes.
Under Website Integration in Preferences you can prevent clients from scheduling recurring appointments or adding additional time by adding this to your footer:
<style type="text/css">
#additional-time-link, #recurring-time-link { display: none; }
</style>
With classes you can choose exactly when the appointment type is offered and set a maximum number of clients who can book each class. To set up classes:
Setting the price for appointment types to 0.00 will omit any mention of price to clients.
If the type still isn't showing, please contact support.
Clients can register for an account after scheduling an appointment. When returning to your online scheduling page clients can log in to their account, this will show them all future and past appointments they've scheduled, along with remembering information into forms they've filled out before when scheduling a new appointment.
If a client forgets their password they can reset it at: https://acuityscheduling.com/forgotpass.php
For example, if you want to offer appointments Monday-Friday 9:00am-3:30pm but only have clients be able to book between November 1st and November 21st:
After the hours are set and unavailable time added clients will only be able to book between the dates you have set.
This can be done easiest using classes. Under appointment types you can mark a type as a class, allowing 1 or more people to book during timeslots when you offer the class.
After creating a class appointment type go to the appointments page and choose Add Class to add the specific times to offer the class.
Double booking is allowed by setting the number of appointments allowed is more than one.
If you are experiencing double booking go to Preferences, then Calendars, and make sure that the number of appointments allowed to be scheduled in the same time slot is set to one.A time will be blocked off when that number of people is scheduled at a single time.
<script type="text/javascript">
$('date').value = '2014-05-01';
</script>
E-mails are sent out to the owner, client, and any other email addresses associated with the calendar when an appointment is scheduled, cancelled, or rescheduled.
An email is also sent to the client a day before their appointment on Premium and Professional plans. Usually messages are received within a few minutes of when they are sent out, but occasionally it can take several hours if the mail server is congested.
Yes, you can add phone numbers in your notification settings for calendars in Calendars under Preferences. This is available on Premium accounts only. Your cell phone carrier may charge fees for you to receive a text message, standard text messaging rates apply for you to receive these notifications. All notifications will appear to come from +1 (484) 464-9567. You will get notifications on new appointments, appointment cancellations, and when appointments are rescheduled.
Client text message appointment reminders can be enabled under Schedule in Preferences. This will send clients a reminder to their phone 2 days before their appointment. Clients don't receive notifications when booking, only reminders before their appointment.