// Open Popup ID 1058 if any element with .header--nav__button
document.querySelectorAll('.header-nav-button').forEach( (el) => {
	el.addEventListener('click', () => {
		bricksOpenPopup(XXX)
	})
})
document.querySelectorAll('.header-nav--parent').forEach(li => {
  const toggle = li.querySelector('.brx-submenu-toggle');
  if (!toggle) return;

  const a = toggle.querySelector('a');
  const button = toggle.querySelector('button');
  if (!a || !button) return;

  // Move the label text into the button (prepend before the SVG)
  const labelText = document.createTextNode(a.textContent);
  button.prepend(labelText);

  // Remove the <a> tag
  a.remove();
});

Tom has worked in the Financial Services industry since 2014, moving from pensions administration into a small IFA practice in 2020. He joined Wingate as a paraplanner after 3 years in a similar role elsewhere.

Tom holds the Level 4 Diploma in Regulated Financial Planning and has started on his journey with the Advanced Diploma, with a view to achieving Chartered status.

In his spare time, Tom plays for a local amateur football team and enjoys travelling.  He tries to visit at least one new country every year, alongside regular visits back to his partner’s native Canada.

Qualifications

•R01 – Financial Services, Regulation & Ethics
•R02 – Investment Principles and Risk
•R04 – Pensions and Retirement Planning
•R05 – Financial Protection
•R03 – Personal Taxation
•R06 – Financial Planning Practice
•AF8 – Retirement Income Planning

Are you ready to make informed decisions about your money?

Contact Us

Get in Touch

Footer Contact Form

Please refer to our Privacy Statement to see how we use your personal information.