chiro.prestigephysio.com
Open in
urlscan Pro
134.209.130.220
Public Scan
URL:
https://chiro.prestigephysio.com/
Submission: On June 14 via api from US — Scanned from DE
Submission: On June 14 via api from US — Scanned from DE
Form analysis
1 forms found in the DOM<form
x-data="form('{"name":null,"email":null,"phone":null,"preferred_date":null,"preferred_time":null,"preferred_location":null,"treatment":"Chiropractor","notes":null,"appointment_source":"Google Ads (Chiropractor)"}','{"state":"initial","type":"custom","integrationId":"1615","moduleUuid":"8ee4383b-ae32-4d69-af60-2197e10f94bf","campaignHash":"qkk8m","successRedirectUrl":"https://chiro.prestigephysio.com/thank-you","onSuccess":"redirect_to_url","successRedirectUrlTarget":"_parent"}')"
x-bind:class="{'loader text-gray-500 opacity-50':loading}" class="form m-auto w-full block pt-6">
<div class="alert flex rounded-lg border-4 items-center border-green-100 mb-8 p-4" x-show="success" style="display: none;"><span class="icon text-green-500 w-16 flex-shrink-0 mr-2"><svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 256" data-icon="ph:check-circle-duotone" class="iconify w-full h-full"
style="vertical-align: -0.125em; transform: rotate(360deg);">
<g fill="currentColor">
<path d="M224 128a96 96 0 1 1-96-96a96 96 0 0 1 96 96" opacity=".2"></path>
<path d="M173.66 98.34a8 8 0 0 1 0 11.32l-56 56a8 8 0 0 1-11.32 0l-24-24a8 8 0 0 1 11.32-11.32L112 148.69l50.34-50.35a8 8 0 0 1 11.32 0M232 128A104 104 0 1 1 128 24a104.11 104.11 0 0 1 104 104m-16 0a88 88 0 1 0-88 88a88.1 88.1 0 0 0 88-88">
</path>
</g>
</svg></span>
<div>
<div title="" class="text whitespace-pre-line break-normal text-gray-900 leading-none text-lg font-bold">
<div class="text__wrapper">Success</div>
</div>
<div title="" class="text whitespace-pre-line break-normal text-gray-900 mt-1 text-sm">
<div class="text__wrapper">The form has been submitted successfully!</div>
</div>
</div>
</div>
<div class="alert flex rounded-lg border-4 items-center border-red-100 mb-8 p-4" x-show="error" style="display: none;"><span class="icon text-red-500 w-16 flex-shrink-0 mr-2"><svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 256" data-icon="ph:warning-circle-duotone" class="iconify w-full h-full"
style="vertical-align: -0.125em; transform: rotate(360deg);">
<g fill="currentColor">
<path d="M224 128a96 96 0 1 1-96-96a96 96 0 0 1 96 96" opacity=".2"></path>
<path d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 192a88 88 0 1 1 88-88a88.1 88.1 0 0 1-88 88m-8-80V80a8 8 0 0 1 16 0v56a8 8 0 0 1-16 0m20 36a12 12 0 1 1-12-12a12 12 0 0 1 12 12"></path>
</g>
</svg></span>
<div>
<div title="" class="text whitespace-pre-line break-normal text-gray-900 leading-none text-lg font-bold">
<div class="text__wrapper">Oops!</div>
</div>
<div title="" class="text whitespace-pre-line break-normal text-gray-900 mt-1 text-sm">
<div class="text__wrapper">There was an error while trying to submit form. Please try again.</div>
</div>
</div>
</div>
<div class="form__fields space-y-4">
<div class="form__field"><label title="" class="text whitespace-pre-line break-normal text-gray-500 block mb-1 text-sm">
<div class="text__wrapper">Your Name</div>
</label>
<div class="field" label="Your Name"><input name="name" type="text" required="required" x-model="fields.name" class="input form-input w-full h-10 bg-gray-100 px-3 rounded-md"></div>
</div>
<div class="form__field"><label title="" class="text whitespace-pre-line break-normal text-gray-500 block mb-1 text-sm">
<div class="text__wrapper">Your Email</div>
</label>
<div class="field" label="Your Email"><input name="email" type="email" required="required" x-model="fields.email" class="input form-input w-full h-10 bg-gray-100 px-3 rounded-md"></div>
</div>
<div class="form__field"><label title="" class="text whitespace-pre-line break-normal text-gray-500 block mb-1 text-sm">
<div class="text__wrapper">
<p>Phone</p>
</div>
</label>
<div class="field" removable="true"><input name="phone" type="text" required="required" x-model="fields.phone" class="input form-input w-full h-10 bg-gray-100 px-3 rounded-md"></div>
</div>
<div class="form__field"><label title="" class="text whitespace-pre-line break-normal text-gray-500 block mb-1 text-sm">
<div class="text__wrapper">
<p>Preferred Date</p>
</div>
</label>
<div class="field" removable="true"><input name="preferred_date" type="date" required="required" x-model="fields.preferred_date" class="input form-input w-full h-10 bg-gray-100 px-3 rounded-md"></div>
</div>
<div class="form__field"><label title="" class="text whitespace-pre-line break-normal text-gray-500 block mb-1 text-sm">
<div class="text__wrapper">
<p>Preferred Time (ex. 10AM)</p>
</div>
</label>
<div class="field" removable="true"><input name="preferred_time" type="text" required="required" x-model="fields.preferred_time" class="input form-input w-full h-10 bg-gray-100 px-3 rounded-md"></div>
</div>
<div class="form__field"><label title="" class="text whitespace-pre-line break-normal text-gray-500 block mb-1 text-sm">
<div class="text__wrapper">
<p>Preferred Location</p>
</div>
</label>
<div class="field" removable="true"><select name="preferred_location" required="required" x-model="fields.preferred_location" class="select form-select w-full h-10 bg-gray-100 px-3 rounded-md">
<option value="">Select</option>
<option value="Mt Lehman - Unit 106 3240 Mt. Lehman Road"> Mt Lehman - Unit 106 3240 Mt. Lehman Road </option>
<option value="
South Fraser Way - Unit 14 33324 South Fraser Way"> South Fraser Way - Unit 14 33324 South Fraser Way </option>
<option value=" Either location"> Either location </option>
</select></div>
</div>
<div class="form__field"><!---->
<div class="field" removable="true" value="Chiropractor"><input name="treatment" type="hidden" required="required" x-model="fields.treatment" class="input form-input w-full h-10 bg-gray-100 px-3 rounded-md" value="Chiropractor"></div>
</div>
<div class="form__field"><label title="" class="text whitespace-pre-line break-normal text-gray-500 block mb-1 text-sm">
<div class="text__wrapper">
<p>What condition are you looking to get treatment for? (ex. Back Pain, Sports Injury, etc)</p>
</div>
</label>
<div class="field" removable="true"><textarea name="notes" rows="5" x-model="fields.notes" class="textarea form-textarea w-full h-10 bg-gray-100 px-3 rounded-md"></textarea></div>
</div>
<div class="form__field"><!---->
<div class="field" value="Google Ads (Chiropractor)" removable="true"><input name="appointment_source" type="hidden" x-model="fields.appointment_source" class="input form-input w-full h-10 bg-gray-100 px-3 rounded-md"
value="Google Ads (Chiropractor)"></div>
</div>
<div class="form__field"><button type="submit" data-track-content="" class="button select-none cursor-pointer align-top text-white w-full bg-red-600 hover:bg-primary-700 inline-flex rounded-md items-center justify-center px-8 py-3"><span
class="icon button__icon"><!----></span><span title="" class="text button__label whitespace-pre-line break-normal font-bold">
<div class="text__wrapper">
<p>Request Appointment</p>
</div>
</span></button></div>
</div>
</form>
Text Content
HEY THERE—IT LOOKS LIKE YOU'VE FOUND US WHILE SEARCHING ON GOOGLE TRUSTED CHIROPRACTOR IN ABBOTSFORD DEALING WITH CHRONIC PAIN? We understand the impact that chronic pain can have on your daily life. That's why we are dedicated to providing you with the highest level of care and service. Our goal is to get you back to your best as fast and effectively as possible. Call Now Book Chiropractor Now COMPREHENSIVE APPROACH TO CARE We take a comprehensive approach to care, addressing the root cause of your condition and providing personalized treatment plans tailored to your specific goals. EXPERIENCED AND DEDICATED THERAPISTS With our experienced team of chiropractors, physiotherapists, massage therapists and kinesiologists, you can trust that you are in capable hands, receiving the highest standard of care. PERSONALIZED TREATMENT PLANS We understand that every individual is unique, which is why we create personalized treatment plans tailored to your specific goals, empowering you with the tools and knowledge necessary for lasting results. ABOUT US As one of the most trusted multi-disciplinary clinic in Abbotsford, we have been providing exceptional care to our patients for more than two years. We have served more than 3500 satisfied patients, and have received over 200 five-star reviews on Google. Our team is dedicated to providing high-quality care to help our patients recover from injuries and manage their pain Welcome to Prestige Physiotherapy Get a glimpse of who we are and what we do. Our Services We offer a range of treatment to address your specific needs and help you achieve your health and wellness goals. Our experienced team is dedicated to providing high-quality care and personalized treatment plans. Explore our services below: CHIROPRACTOR Our chiropractic services offer personalized, non-invasive treatments that target the root cause of your pain and discomfort, aiming to restore proper alignment and function to your musculoskeletal system for improved mobility and overall well-being. MASSAGE THERAPY Our registered massage therapists offer therapeutic treatments that can help alleviate muscle tension, reduce stress, and promote relaxation. Whether you're seeking relief from chronic pain or simply want to unwind, our massage therapy services can provide the relief and rejuvenation you need. KINESIOLOGY Our kinesiology services focus on exercise-based therapy to help you regain function, improve overall fitness, and prevent future injuries. Our kinesiologists will work with you to develop personalized exercise programs that target your specific needs and goals, whether it's rehabilitation or performance enhancement. PHYSIOTHERAPY Our physiotherapy services are designed to help you recover from injuries, reduce pain and stiffness, and improve your mobility and strength. Our skilled physiotherapists utilize a variety of techniques, such as manual therapy, therapeutic exercises, and modalities, to create tailored treatment plans that address your specific condition and goals. SPORTS INJURY REHABILITATION If you've experienced a sports-related injury, our sports injury rehabilitation services can help you recover and get back to your active lifestyle. Our team will assess your injury, develop a customized treatment plan, and guide you through exercises and therapies aimed at restoring your strength, flexibility, and function. CUSTOM ORTHOTICS We offer custom orthotic services to provide support and alignment for your feet. Our professionals will conduct a thorough assessment to determine if orthotics are right for you. If needed, we will create custom-made orthotics that can help alleviate foot pain, improve gait, and enhance overall biomechanics. Award-Winning Excellence in Health and Wellness Care Experience the exceptional treatment provided by Abbotsford's New Business of the Year—Prestige Physiotherapy and Sports Medicine. Trust our dedicated team of professionals to provide personalized treatment plans tailored to your goals, so you can recover from injuries, reduce pain, and improve your mobility with confidence. 9+ Therapists 3500+ Treated Patients 2 Clinics in Abbotsford Conditions We Treat From sports injuries to chronic conditions, we provide effective treatment options for a wide range of conditions to help you recover and reach your optimal health. Here are some of the conditions that we treat: ARTHRITIS Comprehensive care for arthritis, helping to manage pain and improve joint function. BACK PAIN Specialized treatment for back pain, addressing the root cause and providing effective relief. CONCUSSION Tailored therapies for concussion management, promoting recovery and alleviating symptoms. SCIATICA Specialized treatments for sciatica, targeting the underlying cause of pain and promoting healing. SPORTS INJURY REHABILITATION Comprehensive care for sports injuries, facilitating recovery and helping athletes return to their best. WHIPLASH INJURY AFTER CAR ACCIDENT (ICBC) Comprehensive care for whiplash injuries after car accidents, addressing pain and promoting recovery. MEET OUR TEAM We have professional physiotherapists, kinesiologists and registered massage therapists as part of the team to better target your body's specific needs to make you recover and feel better as fast as possible. We're passionate about helping our patients feel their best, and we know you'll be impressed with our team! Physiotherapists Massage Therapists Kinesiologists TESTIMONIALS Direct Billing Available Request An Appointment Success The form has been submitted successfully! Oops! There was an error while trying to submit form. Please try again. Your Name Your Email Phone Preferred Date Preferred Time (ex. 10AM) Preferred Location Select Mt Lehman - Unit 106 3240 Mt. Lehman Road South Fraser Way - Unit 14 33324 South Fraser Way Either location What condition are you looking to get treatment for? (ex. Back Pain, Sports Injury, etc) Request Appointment Online Booking Available If you prefer the convenience of online booking, we've got you covered. Our easy-to-use online booking system allows you to schedule your appointment with just a few clicks. No more waiting on hold or playing phone tag. Book now and secure your spot! Schedule Your Appointment