+44 (0) 1603 937800 — Mon to Fri, 9am to 5pm UK time
A - A - A

Sam Thelwell promoted to Head of Delivery

Chloe Tindall    12th June, 2024

Sam has been with TTG since it was established back in 2017 and has over 14 years’ experience in the asset reunification and tracing industry as well as a background in team management. Sam will be responsible for both TTG’s tracing and client relationship functions.

TTG’s CEO, Danielle Higgins, said “Sam will play a vital role in the future growth and longevity of The Tracing Group and his experience is second to none”.

function submitForm(formId) { const form = document.getElementById(formId); const formData = new FormData(form); fetch('/api/contact', { method: 'POST', body: formData }) .then(response => { if(response.ok) { form.classList.remove('fail'); form.classList.remove('ratelimit'); form.classList.add('success'); form.reset(); } else if(response.status == 429) { form.classList.remove('success'); form.classList.remove('fail'); form.classList.add('ratelimit'); } else { form.classList.remove('success'); form.classList.remove('ratelimit'); form.classList.add('fail'); } }) }