Load a Variant

The Checkin.com Framework supports an infinite number of variations of your registration flow to allow for different brands, datasets and user journeys.

If you have more than one variant of your flow, you can set which variant you want to trigger as per the example below. If you don't use the data-regily-variant attribute, your default version will be loaded.

<html data-regily-variant="variant2">
document.documentElement.dataset.regilyVariant = 'variant2'
window.checkin.settings.setVariant('germany')