
    {"id":16465,"date":"2024-01-24T15:04:56","date_gmt":"2024-01-24T15:04:56","guid":{"rendered":"\/?page_id=16465"},"modified":"2025-12-11T12:27:12","modified_gmt":"2025-12-11T12:27:12","slug":"kontaktformular","status":"publish","type":"page","link":"https:\/\/lindstromgroup.com\/se\/kontaktformular\/","title":{"rendered":"Kontaktformul\u00e4r"},"content":{"rendered":"\n    <div\n        id=\"block_65aa08695e1ab042321c217476941277\"\n        class=\"hero-sub hero-sub--block_65aa08695e1ab042321c217476941277  flex flex-col-reverse lg:flex-row justify-between bg-dark-blue text-white\"\n    >        \n        <div class=\"flex flex-col gap-5 pt-10 pb-5 grow px-5 lg:px-20\">\n            <div class=\"flex flex-col justify-center gap-3 grow max-w-[var(--container-text-max)]\">\n                <h1 class=\"!mb-0 !text-white !text-title-medium lg:!text-title-large !font-bold hyphens-auto break-words\">\n                    Kontaktformul\u00e4r                <\/h1>\n    \n                <div class=\"hero-sub__description\">\n                    <p>L\u00e4mna ett meddelande till oss s\u00e5 \u00e5terkommer vi till dig senast inom 2 arbetsdagar.<\/p>\n                <\/div>\n    \n                \n                            <\/div>\n                            <div class=\"font-bold hero-sub__breadcrumb text-body-small\">\n                        <span><span><a href=\"https:\/\/lindstromgroup.com\/se\/\">Lindstr\u00f6m<\/a><\/span><\/span>                <\/div>\n                    <\/div>\n\n        <div class=\"[&#038;_picture]:w-full flex h-full lg:h-auto max-h-[350px] lg:max-h-none lg:min-h-full w-full lg:w-[650px]\">\n            <img decoding=\"async\"\n                class=\"object-cover w-full h-full\"\n                src=\"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/3\/2024\/01\/DSC7365-1024x683.jpg\"\n                alt=\"L\u00e4mna ett meddelande till oss s\u00e5 \u00e5terkommer vi till dig senast inom 2 arbetsdagar.\"\n            >\n        <\/div>\n    <\/div>\n\n\n\n        <style>\n            .lindstrom-container--block_5afe3b7b3c77c1376e5b8bc893c3a99b {                \n                padding-top: 35px;\n                padding-bottom: 35px;\n            }\n\n            @media screen and (min-width: 768px) {\n                .lindstrom-container--block_5afe3b7b3c77c1376e5b8bc893c3a99b {\n                    padding-top: 75px;\n                    padding-bottom: 75px;\n                }\n            }\n        <\/style>\n    \n<div\n    class=\"lindstrom-container-wrapper lindstrom-container lindstrom-container--block_5afe3b7b3c77c1376e5b8bc893c3a99b \"\n    id=\"block_5afe3b7b3c77c1376e5b8bc893c3a99b\"\n    style=\"background-color: #ffffff\"\n    >\n    <div class=\"lindstrom-container lindstrom-container--content items-stretch\">\n        \n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n    <div id=\"hubspot-contact-form-block_5223d5e171421d0956181f328327435d\" class=\"hubspot-contact-form\">\n                    <h2 class=\"mt-0 !mb-5 lg:!mb-10 font-bold !text-title-small lg:!text-title-medium\">\n                Kontaktformul\u00e4r            <\/h2>\n        \n                    <p class=\"!-mt-4 lg:!-mt-8 !mb-5 lg:!mb-10 !text-body-small\">\n                V\u00e4nligen fyll i formul\u00e4ret nedan s\u00e5 \u00e5terkommer vi till dig senast inom 2 arbetsdagar.            <\/p>\n        \n        <div class=\"form-wrapper\"><\/div>\n        <div class=\"editor-message\">\n            Please set a valid form ID.\n        <\/div>\n    <\/div>\n\n<script>\n    \/**\n     * Generate dynamic init form function name to prevent it get re-initialized if there are multiple forms in a page\n     *\/\n    function initForm_69de7c2fb793e() {\n        \/\/ retry until hubspot script is initialized\n        if (typeof hbspt !== \"undefined\") {\n            hbspt.forms.create({\n                region: \"eu1\",\n                portalId: \"2758505\",\n                formId: \"330eeb6b-c7a0-43c4-a7bc-a2b7e569a9bf\",\n                target: `#hubspot-contact-form-block_5223d5e171421d0956181f328327435d .form-wrapper`,\n                onFormReady: (arg) => {\n                    const hasFeaturedField = 0;\n                    if (!hasFeaturedField) {\n                        return\n                    }\n    \n                    \/\/ in case the featured field is not available in the form\n                    const featuredField = document.querySelector(`#hubspot-contact-form-block_5223d5e171421d0956181f328327435d .none`);\n                    if (!featuredField) {\n                        return\n                    }\n    \n                    \/\/ only support checkbox field for now\n                    convertCheckboxFeaturedField(featuredField)                \n                }\n            });\n            return;\n        }\n\n        setTimeout(initForm_69de7c2fb793e, 250);\n    }\n\n    function convertCheckboxFeaturedField(featuredField) {\n        const fieldsetWrapper = featuredField.parentElement\n        \n        \/\/ add the featured field class to the wrapper fieldset element\n        \/\/ transform the featured field's UI via CSS\n        fieldsetWrapper.classList.add('featured-field')\n\n        \/\/ calculate and add enough space to display the featured field on top of the form\n        calculateFeaturedFieldSize(fieldsetWrapper)\n        window.addEventListener('resize', () => {\n            calculateFeaturedFieldSize(fieldsetWrapper)\n        })\n    }\n    \n    function calculateFeaturedFieldSize (fieldsetWrapper) {\n        fieldsetWrapper\n            .closest('.hubspot-contact-form--has-featured-field')\n            .style\n            .paddingTop = fieldsetWrapper.offsetHeight + 50 + 'px';\n    }    \n\n    initForm_69de7c2fb793e();\n<\/script>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<div class=\"inherit-container-width wp-block-group has-border-color has-turquoise-border-color is-layout-constrained wp-container-core-group-is-layout-bc7949b0 wp-block-group-is-layout-constrained\" style=\"border-width:1px;border-radius:5px;padding-top:25px;padding-right:25px;padding-bottom:25px;padding-left:25px\">\n        <div \n        id=\"cta-country-block_3c18d0e4544cf72f532239f6d654f6d8\" \n        class=\"cta-country\"\n    >\n        <div class=\"flex flex-col gap-5\" style=\"align-items: flex-start\">\n                            <h3 class='!text-title-subhead lg:!text-title-small !text-grey-100 !font-bold !my-0'>                    Vill du ringa oss?                <\/h3>                                        <div class=\"cta-text\"><p>V\u00e5r kundtj\u00e4nst \u00e4r tillg\u00e4nglig fr\u00e5n m\u00e5ndag till fredag, fr\u00e5n 8:00 till 16:00 p\u00e5 telefonnumret: +46 10 330 35 10<\/p>\n<\/div>\n                        <div class=\"cta-button-container cta-button-container--row\">\n                            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n        <div \n        id=\"social-icons-block_5e40eeac237217b68cdda6573090a19c\" \n        class=\"social-icons\"\n    >\n        <div class=\"flex gap-3\">\n                                            <a class=\"w-[50px] h-[50px]\" href=\"https:\/\/www.facebook.com\/LindstromSE\">\n                    <img decoding=\"async\" src=\"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/3\/2024\/01\/Facebook.svg\" alt=\"\">\n                <\/a>\n                                            <a class=\"w-[50px] h-[50px]\" href=\"https:\/\/www.linkedin.com\/company\/lindstrom\/\">\n                    <img decoding=\"async\" src=\"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/3\/2024\/01\/LinkedIn.svg\" alt=\"\">\n                <\/a>\n                    <\/div>\n    <\/div>\n    <\/div>\n<\/div>\n<\/div>\n\n\n    <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":14,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"_eb_attr":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"coauthors":[20],"class_list":["post-16465","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Kontaktformul\u00e4r - Lindstr\u00f6m Sverige<\/title>\n<meta name=\"description\" content=\"Kontakta Lindstr\u00f6m idag f\u00f6r prisf\u00f6rslag, fr\u00e5gor eller support. Fyll i formul\u00e4ret s\u00e5 \u00e5terkommer vi inom kort.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"sv_SE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Kontaktformul\u00e4r - Lindstr\u00f6m Sverige\" \/>\n<meta property=\"og:description\" content=\"Kontakta Lindstr\u00f6m idag f\u00f6r prisf\u00f6rslag, fr\u00e5gor eller support. Fyll i formul\u00e4ret s\u00e5 \u00e5terkommer vi inom kort.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lindstromgroup.com\/se\/kontaktformular\/\" \/>\n<meta property=\"og:site_name\" content=\"Lindstr\u00f6m Sverige\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-11T12:27:12+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Ber\u00e4knad l\u00e4stid\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minut\" \/>\n\t<meta name=\"twitter:label2\" content=\"Skriven av\" \/>\n\t<meta name=\"twitter:data2\" content=\"Lindstr\u00f6m Group\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/lindstromgroup.com\/se\/kontaktformular\/\",\"url\":\"https:\/\/lindstromgroup.com\/se\/kontaktformular\/\",\"name\":\"Kontaktformul\u00e4r - Lindstr\u00f6m Sverige\",\"isPartOf\":{\"@id\":\"https:\/\/lindstromgroup.com\/se\/#website\"},\"datePublished\":\"2024-01-24T15:04:56+00:00\",\"dateModified\":\"2025-12-11T12:27:12+00:00\",\"description\":\"Kontakta Lindstr\u00f6m idag f\u00f6r prisf\u00f6rslag, fr\u00e5gor eller support. Fyll i formul\u00e4ret s\u00e5 \u00e5terkommer vi inom kort.\",\"breadcrumb\":{\"@id\":\"https:\/\/lindstromgroup.com\/se\/kontaktformular\/#breadcrumb\"},\"inLanguage\":\"sv-SE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/lindstromgroup.com\/se\/kontaktformular\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/lindstromgroup.com\/se\/kontaktformular\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Lindstr\u00f6m\",\"item\":\"https:\/\/lindstromgroup.com\/se\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Kontaktformul\u00e4r\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/lindstromgroup.com\/se\/#website\",\"url\":\"https:\/\/lindstromgroup.com\/se\/\",\"name\":\"Lindstr\u00f6m Sverige\",\"description\":\"Lindstr\u00f6m Group - Textilservice och Tv\u00e4ttservice\",\"publisher\":{\"@id\":\"https:\/\/lindstromgroup.com\/se\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/lindstromgroup.com\/se\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"sv-SE\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/lindstromgroup.com\/se\/#organization\",\"name\":\"Lindstr\u00f6m Sverige\",\"url\":\"https:\/\/lindstromgroup.com\/se\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"sv-SE\",\"@id\":\"https:\/\/lindstromgroup.com\/se\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/3\/2023\/10\/Logo512.png\",\"contentUrl\":\"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/3\/2023\/10\/Logo512.png\",\"width\":512,\"height\":109,\"caption\":\"Lindstr\u00f6m Sverige\"},\"image\":{\"@id\":\"https:\/\/lindstromgroup.com\/se\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Kontaktformul\u00e4r - Lindstr\u00f6m Sverige","description":"Kontakta Lindstr\u00f6m idag f\u00f6r prisf\u00f6rslag, fr\u00e5gor eller support. Fyll i formul\u00e4ret s\u00e5 \u00e5terkommer vi inom kort.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"sv_SE","og_type":"article","og_title":"Kontaktformul\u00e4r - Lindstr\u00f6m Sverige","og_description":"Kontakta Lindstr\u00f6m idag f\u00f6r prisf\u00f6rslag, fr\u00e5gor eller support. Fyll i formul\u00e4ret s\u00e5 \u00e5terkommer vi inom kort.","og_url":"https:\/\/lindstromgroup.com\/se\/kontaktformular\/","og_site_name":"Lindstr\u00f6m Sverige","article_modified_time":"2025-12-11T12:27:12+00:00","twitter_card":"summary_large_image","twitter_misc":{"Ber\u00e4knad l\u00e4stid":"1 minut","Skriven av":"Lindstr\u00f6m Group"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/lindstromgroup.com\/se\/kontaktformular\/","url":"https:\/\/lindstromgroup.com\/se\/kontaktformular\/","name":"Kontaktformul\u00e4r - Lindstr\u00f6m Sverige","isPartOf":{"@id":"https:\/\/lindstromgroup.com\/se\/#website"},"datePublished":"2024-01-24T15:04:56+00:00","dateModified":"2025-12-11T12:27:12+00:00","description":"Kontakta Lindstr\u00f6m idag f\u00f6r prisf\u00f6rslag, fr\u00e5gor eller support. Fyll i formul\u00e4ret s\u00e5 \u00e5terkommer vi inom kort.","breadcrumb":{"@id":"https:\/\/lindstromgroup.com\/se\/kontaktformular\/#breadcrumb"},"inLanguage":"sv-SE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lindstromgroup.com\/se\/kontaktformular\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/lindstromgroup.com\/se\/kontaktformular\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Lindstr\u00f6m","item":"https:\/\/lindstromgroup.com\/se\/"},{"@type":"ListItem","position":2,"name":"Kontaktformul\u00e4r"}]},{"@type":"WebSite","@id":"https:\/\/lindstromgroup.com\/se\/#website","url":"https:\/\/lindstromgroup.com\/se\/","name":"Lindstr\u00f6m Sverige","description":"Lindstr\u00f6m Group - Textilservice och Tv\u00e4ttservice","publisher":{"@id":"https:\/\/lindstromgroup.com\/se\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lindstromgroup.com\/se\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"sv-SE"},{"@type":"Organization","@id":"https:\/\/lindstromgroup.com\/se\/#organization","name":"Lindstr\u00f6m Sverige","url":"https:\/\/lindstromgroup.com\/se\/","logo":{"@type":"ImageObject","inLanguage":"sv-SE","@id":"https:\/\/lindstromgroup.com\/se\/#\/schema\/logo\/image\/","url":"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/3\/2023\/10\/Logo512.png","contentUrl":"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/3\/2023\/10\/Logo512.png","width":512,"height":109,"caption":"Lindstr\u00f6m Sverige"},"image":{"@id":"https:\/\/lindstromgroup.com\/se\/#\/schema\/logo\/image\/"}}]}},"publishpress_future_workflow_manual_trigger":{"enabledWorkflows":[]},"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Lindstr\u00f6m Sverige","distributor_original_site_url":"https:\/\/lindstromgroup.com\/se","push-errors":false,"_links":{"self":[{"href":"https:\/\/lindstromgroup.com\/se\/wp-json\/wp\/v2\/pages\/16465","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lindstromgroup.com\/se\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lindstromgroup.com\/se\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lindstromgroup.com\/se\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/lindstromgroup.com\/se\/wp-json\/wp\/v2\/comments?post=16465"}],"version-history":[{"count":0,"href":"https:\/\/lindstromgroup.com\/se\/wp-json\/wp\/v2\/pages\/16465\/revisions"}],"wp:attachment":[{"href":"https:\/\/lindstromgroup.com\/se\/wp-json\/wp\/v2\/media?parent=16465"}],"wp:term":[{"taxonomy":"author","embeddable":true,"href":"https:\/\/lindstromgroup.com\/se\/wp-json\/wp\/v2\/coauthors?post=16465"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}