Skip navigation
Inward Revenue Consulting Logo

Want to transform your recruitment?

Contact us now

The benefit of insight. The ability to deliver.

We specialise in sales hiring for the tech sector

The benefit of insight.

The ability to deliver.

Hiring anyone is easy.

Getting it right requires insight and a partner that can deliver.

Find out more

Years of insight. A model that delivers.

Step away from hiring failures / look at how inward will provide the right CVs of the right people at the right time. The success you deserve.

How so?

An established business. An experienced team.

We know our stuff. We know our industry and we know sales hiring.

More about us

De-risk your hire with Inward Guaranteed

Guarantee your hire. Learn how Inward can make your hiring process safe and free from risk.

Learn more

Cookies

This website uses cookies. You can read more information about why we do this, and what they are used for here.

Accept Decline

document.addEventListener( 'wpcf7submit', function( event ) { if ( '654' == event.detail.contactFormId ) { var inputs = event.detail.inputs; console.log(inputs); for ( var i = 0; i < inputs.length; i++ ) { if ( 'Title' == inputs[i].name ) { var post_title = inputs[i].value; } if ( 'FirstName' == inputs[i].name ) { var first_name = inputs[i].value; } if ( 'LastName' == inputs[i].name ) { var last_name = inputs[i].value; } if ( 'Email' == inputs[i].name ) { var email = inputs[i].value; } if ( 'Phonenumber' == inputs[i].name ) { var phone_number = inputs[i].value; } if ( 'LinkedinProfile' == inputs[i].name ) { var linked_profile = inputs[i].value; } if ( 'lookingforrole' == inputs[i].name ) { var looking_role = inputs[i].value; } if ( 'CurrentBasicSalary' == inputs[i].name ) { var currentsal = inputs[i].value; } } var ajaxurl = jQuery('#ajaxurl').val(); var datasend = { action : 'save_active_data', post_title : post_title, first_name : first_name, last_name : last_name, email : email, phone_number : phone_number, linked_profile : linked_profile, looking_role : looking_role, currentsal : currentsal, } jQuery.ajax( { url: ajaxurl, type: 'post', dataType: 'json', data: datasend, success( data ) { console.log(data); }, } ); } }, false );