Stop Guessing—Start Growing With Proven Strategies

The Class Capacity Problem
Every empty spot in your classes represents lost revenue and energy. Inside this guide, discover why businesses integrating online booking are 15% more likely to attract new customers—and the specific digital strategies that keep your classes consistently full.
The Member Retention Challenge
Tired of members who sign up but rarely show up? Learn why referred prospects are 4X more likely to convert and have 16% higher lifetime value—plus the proven systems that turn every satisfied member into your best recruitment tool.
The Revenue Predictability Struggle
Most fitness businesses struggle with unpredictable income from drop-ins and short-term commitments. Discover why businesses with memberships grow twice as fast and members spend 45% more per year—and the framework for creating predictable, recurring revenue.
What's Inside The Guide

9 Growth Principles That Solve Your Biggest Challenges:

1
How to turn your online presence into a member acquisition machine
2
The referral strategies that bring 4X more conversions
3
Pricing tactics that boost revenue per instructor by 8-12%
4
Scheduling strategies that fill 25-30% more classes during off-peak hours
5
Member retention systems that cut no-shows by 50%
6
And 4 more profit-driving principles your competitors don't know

These aren't generic business tips—they're beauty and wellness strategies backed by real data from thousands of successful businesses.

Other Business Owners Are Already Using These Strategies

While you're struggling with empty classes and inconsistent revenue, smart business owners across industries are implementing these 9 principles to:

  • Fill every class slot (even during traditionally slow times)
  • Increase revenue per member by 15% through strategic offerings
  • Create loyal members who attend regularly and refer friends
  • Build predictable income streams that work year-round

Don't let another month of potential revenue slip away.

DOWNLOAD THE COMPLETE GUIDE NOW

Add and edit your tooltips here

This section is hidden on the live website.
You can use anything Webflow has to offer, even rich text ( yes, create a component and re-use it )

1. Create some tooltips here

Make sure there ID is something descriptive, that is how we will link them

April Fool’s Day

Good Friday / National Exercise Day

Easter Sunday

 Earth Day

Administrative Professionals' Day

National Arbor Day

National Sense of Smell Day

2. Add this attribute on any element on the website

For example I will do it on this word.
And on that image

3. Add this code snippet in the site settings

<script src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-richtext@1/richtext.js"></script>
<script src="https://unpkg.com/@popperjs/core@2/dist/umd/popper.min.js"></script>
<script src="https://unpkg.com/tippy.js@6/dist/tippy-bundle.umd.js"></script>

<script>
//there is a timeout because if you use finsweet to convert text to dom elements they might nog yet be converted. Because this is tooltip behaviour, the 100ms should not matter, nor be noticed.
setTimeout(() => {   
  tippy('[data-tooltip-wambay]', {
    content(reference) {
      const id = reference.getAttribute('data-tooltip-wambay');
      const template = document.getElementById(id);
      return template?.innerHTML || '';
    },
    allowHTML: true,
    interactive: true,
  });
  
  tippy('[data-tippy-content]',{
  	allowHtml: true,
    interactive: true
  });
}, 100);
</script>

I want to use them inside template pages

It's easiest to create a collection called "tooltips" and have just a rich-text-field.
Because that field can contain so much already, including images and links.

In this project there are only these tooltips inside the collection.
You can add many many more, much more complex ones.
Notice the ID on these is linked to the name propery, for it to be unique.

No items found.

I do not want to slow down my site

Imagine you have more then 30 tooltips with images inside, ... you don't want to load those on every template page.
In this case, we will filter them per page. On your blog, or other collection, add a reference field to the tooltips.

When you have this field you can manually add specific tooltips to that collection-item.

How do I add a data-attribute in a template?

You need to write some basic HTML inside the rich-text. This HTML will be picked up and processed when the page loads. Se the example in the following Rich-text-field ( you can only see it in designer ).

I have a body inside this <span class="tooltip-code" data-tooltip-wambay="blogpost">blogpost</span>, but no tooltips yet

Download the free calculator

Thank you! Please check your email inbox.
Oops! Something went wrong while submitting the form.