Personalised online tuition

Book a one-to-one, personalised online training session via Google Meets with one of our PPS experts!

Important info about our training sessions:

The training sessions are available to book for one hour of free training only. If additional sessions are required please let us know so that we can provide suitable guidance.

Multiple users can attend one training session together to maximise this opportunity and ask all necessary questions.

You can also request to have the training session recorded so that it can be referred to again in the future.

We look forward to helping you master PPS!

*Please note* We are a UK-based company, therefore all time slots are based on UK GMT

				
					function ppsOnlineBooking() {
new OnlineBooking({
container: "ob-container",
id: 888883,
appointmentType: 'ONLINE TRAINING',
clinicLocation: 'Burton on Trent',
practitioner: 'Support Consultancy'
});
} 
	(function() {
		var xhr = new XMLHttpRequest();
		xhr.open("GET", "https://ob.rushcliff.com/status-check", true);
		xhr.onreadystatechange = function() {
			if(xhr.readyState == 4) {
				if(xhr.status == 200 && xhr.responseText == "live") {
					var script = document.createElement("script");
					script.src = "https://ob.rushcliff.com/js/obv4.js";
					document.head.appendChild(script);
				} else {
					document.getElementById("ob-container").innerHTML = "<p>Our online booking service is currently unavailable. Please call, email or try again later.</p>";
				}
			}
		}
		xhr.send();
	})();