0
Skip to Content
The Well
Schedule
Pricing
Class Types
About
FAQs
Contact
Register
The Well
Schedule
Pricing
Class Types
About
FAQs
Contact
Register
Schedule
Pricing
Class Types
About
FAQs
Contact
Register
Email Address
Submit
const FormServiceURL = 'https://api.prd.xplorcs.com/forms-v2/forms'; const formUuid = 'ac64db5d-4af0-4cce-b5f2-8726e9fe318a'; const formElement = document.forms[formUuid]; const formContainer = new XplFormContainer(FormServiceURL); const loadRecaptcha = (formConfig) => { const { template } = formConfig; const key = template.use_recaptcha ? template.recaptcha_key : null; if (key) XplFormAPI.loadRecaptchaScript(key); }; formContainer.load(formUuid).then(loadRecaptcha); window.onXplFormLocationChange = (selectElement) => formContainer.load(selectElement.value); window.onXplFormSubmit = async (event) => { event.preventDefault(); event.stopPropagation(); const form = new XplFormAPI( FormServiceURL, event.target, formContainer ); const recaptchaKey = form.getRecaptchaKey(); if (recaptchaKey) window.grecaptcha.ready(() => window.grecaptcha .execute(recaptchaKey, { action: 'submit' }) .then((recaptchaResponse) => form.submit(recaptchaResponse)) ); else form.submit(); };

Drop your email address below to sign up for our email list. You’ll be the first to be in the know with The Well!

Schedule
Pricing
Class Types
About
FAQ