Friends and Family Test

  • This field is for validation purposes and should be left unchanged.
  • We would like you to think about your recent experiences of our service. How likely are you to recommend our GP practice to friends and family if they needed similar care or treatment?
  • To help us improve our services please tell us a little more about your reasons for choosing the rating in the first question.
  • Your reply will be completely anonymous but we may wish to publish the comments you have made. Please change the option below if this would NOT be ok.
  • Please note that no medical information or questions will be responded to. The information you supply us will be used lawfully, in accordance with the Data Protection Act 1998.The Data Protection Act 1998 gives you the right to know what information is held about you, and sets out rules to make sure that this information is handled properly.

Date published: 17th October, 2014
Date last updated: 22nd November, 2014

// 1. Define the HTML for the announcement section const announcementHTML = ` Need to contact the practice? Click here to complete a form `; // 2. Find the reference element using the provided ID const googleTranslateElement = document.getElementById('google_translate_element'); // 3. Insert the new section before the reference element if (googleTranslateElement) { googleTranslateElement.insertAdjacentHTML('beforebegin', announcementHTML); } else { console.warn("Target element with ID 'google_translate_element' not found. Announcement not inserted."); }