Choosing the right AI Scribe can feel overwhelming, but after supporting thousands of clinicians, we’ve created a guide to simplify the process. This guide highlights key criteria to consider when evaluating and selecting the best tools for your needs.
<!-- Add this code in the page's custom code section (before </body> tag) -->
<script>
document.addEventListener('DOMContentLoaded', function() {
// Using only ID selector
const form = document.querySelector('#wf-form-mastering-form');
if (form) {
form.addEventListener('submit', function(e) {
e.preventDefault();
// Create FormData object
const formData = new FormData(form);
// Add the hs_context field with required data
const hsContext = {
"embedAtTimestamp": Date.now().toString(),
"formDefinitionUpdatedAt": "1732828174091",
"lang": "en",
"legalConsentOptions": "{\"communicationConsentCheckboxes\":[{\"communicationTypeId\":10777350,\"label\":\"I agree to receive marketing communications from Tali AI.\",\"required\":true}],\"legitimateInterestLegalBasis\":\"LEGITIMATE_INTEREST_PQL\",\"processingConsentType\":\"IMPLICIT\",\"processingConsentText\":\"<p>By filling out this form, you're permitting Tali AI to send you the content you're requesting.</p>\",\"processingConsentCheckboxLabel\":\"<p>I agree to allow Tali AI to store and process my personal data.</p>\",\"isLegitimateInterest\":false}",
"disableCookieSubmission": "true",
"userAgent": navigator.userAgent,
"pageTitle": "Mastering AI Scribe Implementation",
"pageUrl": "https://sales.tali.ai/mastering-ai-scribe-implementation",
"pageId": "183284370191",
"referrer": document.referrer,
"isHubSpotCmsGeneratedPage": true,
"canonicalUrl": "https://sales.tali.ai/mastering-ai-scribe-implementation",
"contentType": "landing-page",
"hutk": "8e5fb43fb442553a8d391f03cabe2425",
"__hsfp": "2074063093",
"__hssc": "132252305.4.1767604213611",
"__hstc": "132252305.8e5fb43fb442553a8d391f03cabe2425.1767374166580.1767578968127.1767604213611.5",
"formTarget": "#mastering-ai-form",
"formInstanceId": Math.random().toString(36).substring(2, 15),
"rawInlineMessage": "<p>Thank you for requesting a copy of<strong> Mastering AI Scribe Implementation! <br></strong></p>\n<p style=\"font-size: 16px;\"><span style=\"text-decoration: underline;\"><span style=\"color: #ffffff; text-decoration: underline;\"><strong>Your<a href=\"https://8713439.fs1.hubspotusercontent-na1.net/hubfs/8713439/Mastering%20AI%20Scribe%20Implementation.pdf\" rel=\"noopener\" target=\"_blank\" style=\"color: #ffffff; text-decoration: underline;\"> download is ready</a>!</strong></span></span></p>\n<p>Not ready for it? No worries a copy will be in your inbox shortly</p>",
"hsFormKey": "b5c0d7e15295e7e5508e7ec885f7354e",
"pageName": "Mastering AI Scribe Implementation",
"boolCheckBoxFields": "LEGAL_CONSENT.subscription_type_10777350",
"rumScriptExecuteTime": 781.7999999970198,
"rumTotalRequestTime": 2925.2999999970198,
"rumTotalRenderTime": 2932.5,
"rumServiceResponseTime": 2143.5,
"rumFormRenderTime": 7.200000002980232,
"connectionType": "3g",
"firstContentfulPaint": 0,
"largestContentfulPaint": 0,
"locale": "en",
"timestamp": Date.now().toString(),
"originalEmbedContext": {
"portalId": "8713439",
"formId": "136d5d2a-9f2d-42e5-b5d9-0e3a8ba03951",
"region": "na1",
"target": "#mastering-ai-form",
"isBuilder": false,
"isTestPage": false,
"isPreview": false,
"formInstanceId": Math.random().toString(36).substring(2, 15),
"formsBaseUrl": "/_hcms/forms",
"css": "",
"inlineMessage": "<p>Thank you for requesting a copy of<strong> Mastering AI Scribe Implementation! <br></strong></p>\n<p style=\"font-size: 16px;\"><span style=\"text-decoration: underline;\"><span style=\"color: #ffffff; text-decoration: underline;\"><strong>Your<a href=\"https://8713439.fs1.hubspotusercontent-na1.net/hubfs/8713439/Mastering%20AI%20Scribe%20Implementation.pdf\" rel=\"noopener\" target=\"_blank\" style=\"color: #ffffff; text-decoration: underline;\"> download is ready</a>!</strong></span></span></p>\n<p>Not ready for it? No worries a copy will be in your inbox shortly</p>",
"isMobileResponsive": true,
"rawInlineMessage": "<p>Thank you for requesting a copy of<strong> Mastering AI Scribe Implementation! <br></strong></p>\n<p style=\"font-size: 16px;\"><span style=\"text-decoration: underline;\"><span style=\"color: #ffffff; text-decoration: underline;\"><strong>Your<a href=\"https://8713439.fs1.hubspotusercontent-na1.net/hubfs/8713439/Mastering%20AI%20Scribe%20Implementation.pdf\" rel=\"noopener\" target=\"_blank\" style=\"color: #ffffff; text-decoration: underline;\"> download is ready</a>!</strong></span></span></p>\n<p>Not ready for it? No worries a copy will be in your inbox shortly</p>",
"hsFormKey": "b5c0d7e15295e7e5508e7ec885f7354e",
"pageName": "Mastering AI Scribe Implementation",
"pageId": "183284370191",
"contentType": "landing-page",
"formData": {"cssClass": "hs-form stacked hs-custom-form"},
"isCMSModuleEmbed": true
},
"correlationId": Math.random().toString(36).substring(2, 15),
"renderedFieldsIds": ["firstname", "lastname", "email", "LEGAL_CONSENT.subscription_type_10777350"],
"captchaStatus": "NOT_APPLICABLE",
"emailResubscribeStatus": "NOT_APPLICABLE",
"isInsideCrossOriginFrame": false,
"source": "forms-embed-1.10266",
"sourceName": "forms-embed",
"sourceVersion": "1.10266",
"sourceVersionMajor": "1",
"sourceVersionMinor": "10266",
"allPageIds": {
"embedContextPageId": "183284370191",
"analyticsPageId": "183284370191",
"contentPageId": 183284370191,
"contentAnalyticsPageId": "183284370191"
}
};
formData.append('hs_context', JSON.stringify(hsContext));
// Submit to HubSpot
fetch('https://forms.hsforms.com/submissions/v3/public/submit/formsnext/multipart/8713439/136d5d2a-9f2d-42e5-b5d9-0e3a8ba03951', {
method: 'POST',
body: formData,
headers: {
'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7',
'Accept-Language': 'en-US,en;q=0.9',
'Cache-Control': 'max-age=0',
'Connection': 'keep-alive',
'Origin': 'https://sales.tali.ai',
'Referer': 'https://sales.tali.ai/mastering-ai-scribe-implementation',
'Sec-Fetch-Dest': 'iframe',
'Sec-Fetch-Mode': 'navigate',
'Sec-Fetch-Site': 'cross-site',
'Sec-Fetch-Storage-Access': 'active',
'Sec-Fetch-User': '?1',
'Upgrade-Insecure-Requests': '1',
'User-Agent': navigator.userAgent,
'sec-ch-ua': '"Google Chrome";v="143", "Chromium";v="143", "Not A(Brand";v="24"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"'
}
})
.then(response => {
if (response.ok) {
// Show success message
form.innerHTML = '<div style="padding: 20px; text-align: center;"><h3>Thank you for requesting a copy of <strong>Mastering AI Scribe Implementation!</strong></h3><p style="font-size: 16px; margin-top: 20px;"><span style="text-decoration: underline;"><strong><a href="https://8713439.fs1.hubspotusercontent-na1.net/hubfs/8713439/Mastering%20AI%20Scribe%20Implementation.pdf" rel="noopener" target="_blank" style="color: #007bff; text-decoration: underline;">Your download is ready</a>!</strong></span></p><p>Not ready for it? No worries a copy will be in your inbox shortly</p></div>';
} else {
// Show error message
alert('There was an error submitting your form. Please try again.');
}
})
.catch(error => {
console.error('Error:', error);
alert('There was an error submitting your form. Please try again.');
});
});
} else {
console.log('Form with ID "mastering-ai-form" not found. Please make sure you added the ID to your form in Webflow.');
}
});
</script>