Have your questions answered
Is My Potential the right service for me?
How can My Potential me in my goals?
I would like to work on a particular set of skills. Can My Potential help me with this?
I am concerned about costs?
Have a chat with our friendly staff member Laura.
Have your questions answered!
window.addEventListener(‘message’, function handleIFrameMessage (e) {
var clinikoBookings = document.getElementById(‘cliniko-21287360’);
if (typeof e.data !== ‘string’) return;
if (e.data.search(‘cliniko-bookings-resize’) > -1) {
var height = Number(e.data.split(‘:’)[1]);
clinikoBookings.style.height = height + ‘px’;
}
e.data.search(‘cliniko-bookings-page’) > -1 && clinikoBookings.scrollIntoView();
});