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 ( <>