top of page
fitness | physio
Häufig gestellte Fragen
Generally
Training execution
Check in
We offer a 14-day free trial. This allows you to test PIA at your leisure before making a decision.
No, all packages can be cancelled monthly. We focus on quality rather than contractual obligations.
Yes, you can activate additional modules or upgrade your package at any time. The change will take effect immediately.
Yes, full onboarding including data migration, training and personal support is included in all packages.
Our software offers integrations with Bexio, Gantner and Sumup.
We use state-of-the-art encryption technologies to protect your data. The application runs on redundant servers in Switzerland.
Yes, our mobile app is available for iOS and Android.
Yes, you can export your data in CSV format at any time.
To display the public PIA calendar on an external website, it can be embedded as an iFrame.1. Find the calendar URL in PIAIn PIA, switch to the "Appointments" section.Click on "Public Calendar" there.Copy the displayed URL – it corresponds to the value for src in the iFrame.Example of a complete URL:https://my.pia-fitness.ch/Gyms/dfc76892-ae24-4735-90bc-a17c9c86e1d1/Events2. Create iFrame codeOn your website, insert the calendar using an HTML/code element, e.g. in WordPress, Wix or another CMS.Use the following iFrame code:<iframe width="100%"height="600"src="INSERT YOUR CALENDAR URL HERE"frameborder="0"></iframe>Replace INSERT YOUR CALENDAR URL HERE with the copied PIA calendar URL.3. Set views (agenda or week)The calendar view is controlled via the `view` parameter in the URL:?view=agenda for a list/agenda view?view=week for a weekly viewExample:<!-- Agenda-Ansicht -->width="100%"height="600"src="https://…/Events?view=agenda"frameborder="0"></iframe><!-- Wochenansicht -->width="100%"height="600"src="https://…/Events?view=week"frameborder="0"></iframe>4. Adjust height and widthSetting `width="100%"` ensures that the calendar uses the entire available width.The height can be adjusted depending on the page, e.g. height="600", 800 or 100%, depending on the layout of the CMS.If your CMS has its own iFrame element, you can simply enter the calendar URL there and control the height/width via the widget settings.
Häufig gestellte Fragen
bottom of page