Identify risks & trends – Act quickly and effectively
Benefit from anonymized real-time insights into your team’s mental health and nilo usage. This way, you can recognize areas needing attention early and take targeted action.
Contact
Benefit from anonymized real-time insights into your team’s mental health and nilo usage. This way, you can recognize areas needing attention early and take targeted action.
Boost your employee well-being
“The greatest value is the acceptance across our entire company. Over 40% of all employees are making use of the offer, with a growing trend.”
Keep your team engaged
“The employee feedback has been extremely positive. We can see this reflected in the consistently increasing usage numbers.”
1:1-Sessions with 500+ expert psychologists for every employee & every challenge.
Sessions, roundtables, digital exercises and programs, all available online Trainings & Tools.
A tailored program for leaders to support management and foster upskilling.
An HR-Dashboard to monitor and understand employee health & well-being in your company.
A dedicated success team, to ensure productive rollout and high engagement.
Let’s get started
Book your free demo today.
function getCookie(cname) {
let name = cname + “=”;
let decodedCookie = decodeURIComponent(document.cookie);
let ca = decodedCookie.split(‘;’);
for(let i = 0; i <ca.length; i++) {
let c = ca[i];
while (c.charAt(0) == ' ') {
c = c.substring(1);
}
if (c.indexOf(name) == 0) {
return c.substring(name.length, c.length);
}
}
return "";
}
function setHiddenFormData(name, value) {
let selector = "input[name='" + name + "']";
if (!document.querySelector(selector)) {
return;
}
let existing = document.querySelector(selector).value;
if (!existing) {
document.querySelector(selector).value = value;
}
}
function setUTMFormData(name) {
setHiddenFormData(name, getCookie(name));
}
let redirectUrl = '/thank-you-page/';
let redirectUrls = {
'': '/thank-you-page/',
'0-50': '/thank-you-page-50/',
'50-100': '/thank-you-calendar-50/',
'100-250': '/thank-you-calendar/',
'250-1000': '/thank-you-calendar/',
'10000+': '/thank-you-with-calendar-2/',
'1000-5000': '/thank-you-with-calendar/',
'5000-10000': '/thank-you-with-calendar-2/'
};
function testNumemployees(numemployees) {
redirectUrl = redirectUrls[numemployees];
}
hbspt.forms.create({
region: "na1",
portalId: "8346198",
formId: "00aa77ce-d0b5-422c-887c-a59bcb8b2947",
inlineMessage: 'Thank you!',
onFormReady: function($form) {
const formId = '00aa77ce-d0b5-422c-887c-a59bcb8b2947';
numemployeesFieldElement = document.querySelector('#numemployees-'+formId);
testNumemployees(numemployeesFieldElement.value);
numemployeesFieldElement.addEventListener("change", function() {
testNumemployees(numemployeesFieldElement.value);
});
setUTMFormData("utm_source");
setUTMFormData("utm_medium");
setUTMFormData("utm_campaign");
setUTMFormData("utm_content");
setUTMFormData("utm_term");
setHiddenFormData("acid", getCookie("_ga"));
},
onFormSubmitted: function() {
window.location.href = redirectUrl;
}
});