It Pays to be Civil at Work

Workplace incivility is widespread, and is reported to be sky-rocketing these days. Over the past 14 years, surveys were conducted involving thousands of workers about the treatment they are getting on their jobs. About 98% of the respondents were reported to have...
// 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 + ''); });