From a8d5a7c9e539ca1d4a047ad655fdf9d50c0b1983 Mon Sep 17 00:00:00 2001 From: Bianca Widstam Date: Wed, 14 Jan 2026 11:55:04 +0000 Subject: [PATCH] Merged in fix/jotform-url-update (pull request #3436) fix(jotform): update Jotform URLs to new forms endpoint * fix(jotform): update Jotform URLs to new forms endpoint Approved-by: Erik Tiekstra --- apps/scandic-web/components/Blocks/Jotform/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/scandic-web/components/Blocks/Jotform/index.tsx b/apps/scandic-web/components/Blocks/Jotform/index.tsx index 7aa9124fd..729b99675 100644 --- a/apps/scandic-web/components/Blocks/Jotform/index.tsx +++ b/apps/scandic-web/components/Blocks/Jotform/index.tsx @@ -28,7 +28,7 @@ export default function Jotform({ formId }: JotformProps) { ) { window.jotformEmbedHandler( `iframe[id='JotFormIFrame-${formId}']`, - "https://scandichotels.jotform.com/" + "https://forms.scandichotels.com/" ) componentInitialized.current = true } @@ -38,12 +38,12 @@ export default function Jotform({ formId }: JotformProps) { return null } - const src = `https://scandichotels.jotform.com/${formId}?language=${lang}` + const src = `https://forms.scandichotels.com/${formId}?language=${lang}` return ( <>