// 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();
});

Write a Will Month (Will Aid)

Next week sees the start of Will Aid, where many solicitors around the UK will draft a Will for no cost, simply asking for a donation to charity.

There are many reasons why having a current Will is good advice, but the most simple of all is to ensure that your wishes are followed on death, and not the “Intestacy” laws which apply where no valid will exists.

In addition to this you may wish to consider that a Will can have clauses that, for example, prohibit children having access to capital until 25, this may be preferable than inheriting money at 18, which would be the default position in intestacy.

In addition to a Will an individual should have a Lasting Power of Attorney which grants permission to a loved one to deal with their affairs in the event of mental incapacity; without one it will be more complex and costly to administer.

Finally it is important to remember a Will is nullified in the event of marriage, therefore it is important to update it after marriage, but it is also to make a Will ‘in anticipation’ of marriage that will remain valid afterwards.

Whilst I am a member of the Society of Trust and Estate Practitioners, I do not give legal advice, and do not prepare Wills; however as a firm we can instruct a solicitor on a client’s behalf to ensure they receive advice appropriate to their situation.

Other Articles

Are you ready to make informed decisions about your money?

Contact Us

Speak to a Chartered Financial Planner

Wingate is an independent firm of Chartered Financial Planners based in Caterham, Surrey.

Our initial conversation is held at our cost and gives us both the opportunity to decide whether working together is likely to be valuable.

Contact us to arrange an initial conversation.

Footer Contact Form

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