Follow Us
x
Follow Us
!
Follow Us
a
Menu
x
Yagel Therapy
Yagel Therapy 2.0
About
Occupational Therapy
Physical Therapy
Speech Therapy
Testimonials
Patient Forms
Contact
Join Our Team
(915) 703-6380
Directions
Get in Touch
New & Exciting details coming very soon!
var forms = document.querySelectorAll('form') forms.forEach(function(form) { form.forEach(function(input) { if (input.type === 'button' && input.value.toLowerCase() === 'submit') { input.addEventListener('click', function() { CallTrk.captureForm(form) }) } }) })