Whether you're a business owner looking to get more done than you have time for, or an experienced business professional wanting to use that experience to help others - the Network of Consulting Professionals wants to hear from you!
Messaging tips: Highest calibre of senior consultants - elite but welcoming and inclusive - find a balance in the messaging. Females are less likely to apply for roles unless they meet / exceed requirements for positions - alleviate this to a degree. Welcoming, supporting members thoguhtout the process Open to those who demonstrate the right potential
Proven skills
Minimum 5-10 years general business experience • and/or 2-3 years success as a principal consultant • Significant experience at senior management level • Command senior executives’ respect • Strong communication and rapport building skills
Success attitude
• A self-starter, independently successful • Open to new ideas and inputs • Highly motivated and disciplined to work autonomously • Discipline to follow up to a close • Proactively self-promote subtly and effectively • Willing to contribute a once-off fair financial contribution
Thanks for applying! We'll give you a call in a few days to talk about the next steps.
Oops! Something went wrong while submitting the form
Working independently can be difficult as well as rewarding. The NCP supports you at every stage of your journey. We take your success personally!
document.addEventListener('DOMContentLoaded', function() {
const form = document.querySelector('#flowbaseSlider'); // Replace with your form ID
const linkedInInput = document.querySelector('#Linkedin-Address'); // Replace with your LinkedIn input field ID
form.addEventListener('submit', function(event) {
const linkedInValue = linkedInInput.value;
const linkedInPattern = /^https:\/\/(www\.)?linkedin\.com\/in\/[a-zA-Z0-9-]{3,100}$/;
if (!linkedInPattern.test(linkedInValue)) {
alert('Please enter a valid LinkedIn URL');
event.preventDefault(); // Prevent form submission
}
});
});