{"id":27028,"date":"2025-10-23T12:07:32","date_gmt":"2025-10-23T10:07:32","guid":{"rendered":"https:\/\/piumedical.com\/activate-the-piu-card\/"},"modified":"2025-12-12T12:33:20","modified_gmt":"2025-12-12T11:33:20","slug":"activate-the-piu-card","status":"publish","type":"page","link":"https:\/\/piumedical.com\/en\/activate-the-piu-card\/","title":{"rendered":"Activate the Pi\u00f9 Card"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"27028\" class=\"elementor elementor-27028 elementor-24990\">\n\t\t\t\t<div class=\"elementor-element elementor-element-41df216 e-flex e-con-boxed e-con e-parent \" data-id=\"41df216\" data-element_type=\"container\" data-e-type=\"container\">\t\t\t<div class=\"e-con-inner\">\r\n\t\t\t\t<div class=\"elementor-element elementor-element-0aac0c6 elementor-widget elementor-widget-shortcode\" data-id=\"0aac0c6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"piu-card\">\n    <div class=\"left\">\n        <div class=\"activate-form\">\n            <h1>Activate the Pi\u00f9 Card<\/h1>\n            <h2>Request the card at one of our pharmacies or online by filling out the form below. It will only take a few minutes! <\/h2>\n\n            <div class=\"activate-card-form avia_ajax_form\">\n                <div class=\"box\">\n                    <label for=\"name\">Name<\/label>\n                    <input type=\"text\" id=\"name\" name=\"name\">\n                <\/div>\n                <div class=\"box\">\n                    <label for=\"surname\">Surname<\/label>\n                    <input type=\"text\" id=\"surname\" name=\"surname\">\n                <\/div>\n                <div class=\"box\">\n                    <label for=\"fiscalCode\">Tax code<\/label>\n                    <input type=\"text\" id=\"fiscalCode\" name=\"fiscalCode\">\n                <\/div>\n                <div class=\"box\">\n                    <label for=\"email\">Email<\/label>\n                    <input type=\"email\" id=\"email\" name=\"email\">\n                <\/div>\n                <div class=\"box\">\n                    <label for=\"mobilePhone\">Mobile phone<\/label>\n                    <input type=\"tel\" id=\"mobilePhone\" name=\"mobilePhone\">\n                <\/div>\n                <div class=\"box full\" style=\"padding: 0 0 5px;\">\n                    <input type=\"checkbox\" id=\"privacy1\" name=\"privacy1\" checked>\n                    <label class=\"input_checkbox_label\" for=\"privacy1\" style=\"font-size: 0.75em; line-height: 25px;\">I consent to the processing of my personal data for individual or aggregated profiling activities and for market research aimed, for example, at analyzing consumption habits and purchasing choices, preparing related statistics, or assessing the level of satisfaction with the products and services offered.<\/label>\n                <\/div>\n                <div class=\"box full\" style=\"padding: 0 0 5px;\">\n                    <input type=\"checkbox\" id=\"privacy2\" name=\"privacy2\" checked>\n                    <label class=\"input_checkbox_label\" for=\"privacy2\" style=\"font-size: 0.75em; line-height: 25px;\">I consent to the processing of my personal data for direct marketing activities, such as sending\u2014also via email, SMS, MMS and apps\u2014advertising materials and communications with informational and\/or promotional content relating to products or services provided and\/or promoted by the Data Controller or by External Data Processors such as Fidelity Salus Service &amp; Consulting srl, including gifts and free samples.<\/label>\n                <\/div>\n                <div class=\"box full\" style=\"padding: 0 0 5px;\">\n                    <input type=\"checkbox\" id=\"acceptToContinue\" name=\"acceptToContinue\">\n                    <label class=\"input_checkbox_label\" for=\"acceptToContinue\">I have read and accept the <a href=\"https:\/\/piumedical.com\/privacy-policy-card-piumedical\/\" target=\"new\">Privacy Policy.<\/a><\/label>\n                <\/div>\n                <div class=\"box full right\">\n                    <button class=\"button\" id=\"submit-activate\">Request the card<\/button>\n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"activate-success\" style=\"display: none;\">\n            <h1>Thank you for requesting the Pi\u00f9Card<\/h1>\n            <h2>We\u2019ve sent your card code to the email address you provided. Check your email inbox.<\/h2>\n            <p><a>Click here<\/a> to access your card.<\/p>\n        <\/div>\n    <\/div>\n    \n<\/div>\n   \n<script type=\"text\/javascript\">\n    var $ = jQuery;\n\n    $(document).ready(function() {\n        preloader();\n    });\n\n    $(document).on(\"click\", \"#submit-activate\", function() {\n        const cfRegex = new RegExp(\"^[A-Z]{6}[0-9]{2}[A-Z][0-9]{2}[A-Z][0-9]{3}[A-Z]$\");\n        let errorText = \"\";\n        var profile = {};\n\n        $(\".activate-card-form input[type='text'], .activate-card-form input[type='email'], .activate-card-form input[type='tel'], .activate-card-form input[type='checkbox']\").each(function() {\n            if ($(this).val() == \"\" || $(this).val() == undefined || $(this).val() == null) {\n                errorText += `<li>Il campo '${$(this).parent().find(\"label\").text()}' deve essere compilato<\/li>`;\n            }\n            if ($(this).attr(\"type\") == \"checkbox\")\n                profile[$(this).attr(\"name\")] = $(this).is(\":checked\");\n            else\n                profile[$(this).attr(\"name\")] = $(this).val();\n        })\n\n        if (!cfRegex.test($(\"input#fiscalCode\").val()))\n            errorText += \"<li>Il campo 'Codice fiscale' non \u00e8 valido<\/li>\";\n\n        if (!$(\"input#email\").val().includes(\"@\") || !$(\"input#email\").val().includes(\".\"))\n            errorText += \"<li>Il campo 'Email' non \u00e8 valido<\/li>\";\n\n        if (!$(\"#acceptToContinue\").is(\":checked\")) \n            errorText += \"<li>La 'Privacy Policy' dev'essere accettata<\/li>\";\n        \n\n        if (errorText.length > 0) {\n            errorPopup(`<p><b>Risolvere i seguenti errori per poter continuare:<\/b><\/p><ul>${errorText}<\/ul>`, true);\n            return;\n        }\n\n        preloader(true);\n\n        data = {\n            groupCode: 0,\n            storeCode: \"\",\n            profile: profile\n        };\n\n        $.ajax({\n            type: \"POST\",\n            url: \"https:\/\/piumedicalfarmaciews.weblinksrl.it\/NewProfile\",\n            contentType: \"application\/json\",\n            dataType: \"json\",\n            data: JSON.stringify(data),\n            success: function(response) {\n                preloader();\n\n                if (response.card == null) {\n                    errorPopup(`<p>${response.description}<\/p>`, true);\n                    return;\n                }\n\n                $(\"body .activate-success > h2 > span\").text(response.email);\n                $(\"body .activate-success > p > a\").attr(\"href\", `\/piucard-saldo-punti\/?code=${response.card.replaceAll(\"%\", \"%25\")}`);\n\n                $(\"body .activate-success, body .activate-form\").toggle();\n                $(\"html, body\").animate({scrollTop: 0});\n            },\n            error: function(response) {\n                preloader(true);\n                errorPopup(`<p>${response.responseText}<\/p>`, true);\n                return;\n            }\n        });\n    });\n\n    $(document).on(\"change keyup\", \"input#fiscalCode\", function() {\n        $(this).val($(this).val().toUpperCase().replaceAll(\" \", \"\"));\n    });\n<\/script><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Activate the Pi\u00f9 Card Request the card at one of our pharmacies or online by filling out the form below. It will only take a few minutes! Name Surname Tax code Email Mobile phone I consent to the processing of my personal data for individual or aggregated profiling activities and for market research aimed, for [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-27028","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Activate the Pi\u00f9 Card - Pi\u00f9Medical Spa<\/title>\n<meta name=\"description\" content=\"Activate your Pi\u00f9 Card, Pi\u00f9Medical\u2019s loyalty card.\" \/>\n<meta name=\"robots\" content=\"noindex, follow\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Activate the Pi\u00f9 Card - Pi\u00f9Medical Spa\" \/>\n<meta property=\"og:description\" content=\"Activate your Pi\u00f9 Card, Pi\u00f9Medical\u2019s loyalty card.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/piumedical.com\/en\/activate-the-piu-card\/\" \/>\n<meta property=\"og:site_name\" content=\"Pi\u00f9Medical Spa\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-12T11:33:20+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/piumedical.com\\\/en\\\/activate-the-piu-card\\\/\",\"url\":\"https:\\\/\\\/piumedical.com\\\/en\\\/activate-the-piu-card\\\/\",\"name\":\"Activate the Pi\u00f9 Card - Pi\u00f9Medical Spa\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/piumedical.com\\\/en\\\/#website\"},\"datePublished\":\"2025-10-23T10:07:32+00:00\",\"dateModified\":\"2025-12-12T11:33:20+00:00\",\"description\":\"Activate your Pi\u00f9 Card, Pi\u00f9Medical\u2019s loyalty card.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/piumedical.com\\\/en\\\/activate-the-piu-card\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/piumedical.com\\\/en\\\/activate-the-piu-card\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/piumedical.com\\\/en\\\/activate-the-piu-card\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/piumedical.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Activate the Pi\u00f9 Card\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/piumedical.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/piumedical.com\\\/en\\\/\",\"name\":\"Pi\u00f9Medical Spa\",\"description\":\"Architecture\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/piumedical.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Activate the Pi\u00f9 Card - Pi\u00f9Medical Spa","description":"Activate your Pi\u00f9 Card, Pi\u00f9Medical\u2019s loyalty card.","robots":{"index":"noindex","follow":"follow"},"og_locale":"en_US","og_type":"article","og_title":"Activate the Pi\u00f9 Card - Pi\u00f9Medical Spa","og_description":"Activate your Pi\u00f9 Card, Pi\u00f9Medical\u2019s loyalty card.","og_url":"https:\/\/piumedical.com\/en\/activate-the-piu-card\/","og_site_name":"Pi\u00f9Medical Spa","article_modified_time":"2025-12-12T11:33:20+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/piumedical.com\/en\/activate-the-piu-card\/","url":"https:\/\/piumedical.com\/en\/activate-the-piu-card\/","name":"Activate the Pi\u00f9 Card - Pi\u00f9Medical Spa","isPartOf":{"@id":"https:\/\/piumedical.com\/en\/#website"},"datePublished":"2025-10-23T10:07:32+00:00","dateModified":"2025-12-12T11:33:20+00:00","description":"Activate your Pi\u00f9 Card, Pi\u00f9Medical\u2019s loyalty card.","breadcrumb":{"@id":"https:\/\/piumedical.com\/en\/activate-the-piu-card\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/piumedical.com\/en\/activate-the-piu-card\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/piumedical.com\/en\/activate-the-piu-card\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/piumedical.com\/en\/"},{"@type":"ListItem","position":2,"name":"Activate the Pi\u00f9 Card"}]},{"@type":"WebSite","@id":"https:\/\/piumedical.com\/en\/#website","url":"https:\/\/piumedical.com\/en\/","name":"Pi\u00f9Medical Spa","description":"Architecture","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/piumedical.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/piumedical.com\/en\/wp-json\/wp\/v2\/pages\/27028","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/piumedical.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/piumedical.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/piumedical.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/piumedical.com\/en\/wp-json\/wp\/v2\/comments?post=27028"}],"version-history":[{"count":1,"href":"https:\/\/piumedical.com\/en\/wp-json\/wp\/v2\/pages\/27028\/revisions"}],"predecessor-version":[{"id":27029,"href":"https:\/\/piumedical.com\/en\/wp-json\/wp\/v2\/pages\/27028\/revisions\/27029"}],"wp:attachment":[{"href":"https:\/\/piumedical.com\/en\/wp-json\/wp\/v2\/media?parent=27028"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}