Celebrating Your 2025 Wins!

Celebrating Your 2025 Wins!

Have you stopped to pause and appreciate everything you’ve accomplished this year? Were you able to make some strides on improving your culture? Did you finally get that one initiative approved that you’ve been working on for a while? Or maybe you finally finished out...
// Replace 'your-field-key' with your actual field key var fieldKey = 'what_is_the_average_salary_of_those_employees_1699986579498'; // Replace 'currency-symbol' with your desired currency symbol var currencySymbol = '$'; // Add the currency symbol $('#field_' + fieldKey).find('.nf-field-124').find('input[type="number"]').before('' + currencySymbol + ''); });