{"id":60,"date":"2020-01-27T16:21:08","date_gmt":"2020-01-27T16:21:08","guid":{"rendered":"https:\/\/www.aqualab.pt\/?page_id=60"},"modified":"2022-12-12T15:59:53","modified_gmt":"2022-12-12T15:59:53","slug":"join-our-newsletter","status":"publish","type":"page","link":"https:\/\/aqualab.pt\/en\/join-our-newsletter\/","title":{"rendered":"Join Our Newsletter"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Stay up to date with all the news from the AQUALAB world by subscribing to our newsletter.<\/p>\n\n\n\n<div class=\"wp-block-kobu-custom-blocks-responsive-spacer responsive-spacer size-medium\"><\/div>\n\n\n\n\n            <div id=\"mailerlite-form_3\" data-temp-id=\"6a31f377e07f4\">\n                <div class=\"mailerlite-form\">\n                    <form action=\"\" method=\"post\" novalidate>\n                                                    <div class=\"mailerlite-form-title\"><h3>Newsletter signup EN<\/h3><\/div>\n                                                <div class=\"mailerlite-form-description\"><\/div>\n                        <div class=\"mailerlite-form-inputs\">\n                                                                                            <div class=\"mailerlite-form-field\">\n                                    <label for=\"mailerlite-3-field-email\">Email<\/label>\n                                    <input id=\"mailerlite-3-field-email\"\n                                           type=\"email\" required=\"required\"                                            name=\"form_fields[email]\"\n                                           placeholder=\"Email\"\/>\n                                <\/div>\n                                                                                            <div class=\"mailerlite-form-field\">\n                                    <label for=\"mailerlite-3-field-last_name\">Last name<\/label>\n                                    <input id=\"mailerlite-3-field-last_name\"\n                                           type=\"text\"                                            name=\"form_fields[last_name]\"\n                                           placeholder=\"Last name\"\/>\n                                <\/div>\n                                                                                            <div class=\"mailerlite-form-field\">\n                                    <label for=\"mailerlite-3-field-name\">First Name<\/label>\n                                    <input id=\"mailerlite-3-field-name\"\n                                           type=\"text\"                                            name=\"form_fields[name]\"\n                                           placeholder=\"First Name\"\/>\n                                <\/div>\n                                                        <div class=\"mailerlite-form-loader\">Please wait...<\/div>\n                            <div class=\"mailerlite-subscribe-button-container\">\n                                <button class=\"mailerlite-subscribe-submit\" type=\"submit\">\n                                    Subscribe                                <\/button>\n                            <\/div>\n                            <input type=\"hidden\" name=\"form_id\" value=\"3\"\/>\n                            <input type=\"hidden\" name=\"action\" value=\"mailerlite_subscribe_form\"\/>\n                            <input type=\"hidden\" name=\"ml_nonce\" value=\"f959e44e81\"\/>\n                        <\/div>\n                        <div class=\"mailerlite-form-response\">\n                                                            <h4><p>Thank you, your sign-up request was successful! Please check your email inbox to confirm your e-mail address.<\/p>\n<\/h4>\n                                                    <\/div>\n                    <\/form>\n                <\/div>\n            <\/div>\n        <script type=\"text\/javascript\" src='https:\/\/aqualab.pt\/files\/plugins\/official-mailerlite-sign-up-forms\/assets\/js\/localization\/validation-messages.js'><\/script>\n         <script type=\"text\/javascript\"> var selectedLanguage = \"\"; var validationMessages = messages[\"en\"]; if(selectedLanguage) { validationMessages = messages[selectedLanguage]; } window.addEventListener(\"load\", function () { var form_container = document.querySelector(`#mailerlite-form_3[data-temp-id=\"6a31f377e07f4\"] form`); let submitButton = form_container.querySelector('.mailerlite-subscribe-submit'); submitButton.disabled = true; fetch('https:\/\/aqualab.pt\/app\/wp-admin\/admin-ajax.php', { method: 'POST', headers:{ 'Content-Type': 'application\/x-www-form-urlencoded', }, body: new URLSearchParams({ \"action\" : \"ml_create_nonce\", \"ml_nonce\" : form_container.querySelector(\"input[name='ml_nonce']\").value }) }) .then((response) => response.json()) .then((json) => { if(json.success) { form_container.querySelector(\"input[name='ml_nonce']\").value = json.data.ml_nonce; submitButton.disabled = false; } }) .catch((error) => { console.error('Error:', error); }); form_container.addEventListener('submit', (e) => { e.preventDefault(); let data = new URLSearchParams(new FormData(form_container)).toString(); let validationError = false; document.querySelectorAll('.mailerlite-form-error').forEach(el => el.remove()); Array.from(form_container.elements).forEach((input) => { if(input.type !== 'hidden') { if(input.required) { if(input.value == '') { validationError = true; let error = document.createElement(\"span\"); error.className = 'mailerlite-form-error'; error.textContent = validationMessages.required; input.after(error); return false; } } if((input.type == \"email\") && (!validateEmail(input.value))) { validationError = true; let error = document.createElement(\"span\"); error.className = 'mailerlite-form-error'; error.textContent = validationMessages.email; input.after(error); return false; } } }); if(validationError) { return false; } fade.out(form_container.querySelector('.mailerlite-subscribe-button-container'), () => { fade.in(form_container.querySelector('.mailerlite-form-loader')); }); fetch('https:\/\/aqualab.pt\/app\/wp-admin\/admin-ajax.php', { method: 'POST', headers:{ 'Content-Type': 'application\/x-www-form-urlencoded', }, body: data }) .then((response) => { fade.out(form_container.querySelector('.mailerlite-form-inputs'), () => { fade.in(form_container.querySelector('.mailerlite-form-response')); }); }) .catch((error) => { console.error('Error:', error); }); }); }, false); var fade = { out: function(el, fn = false) { var fadeOutEffect = setInterval(function () { if (!el.style.opacity) { el.style.opacity = 1; } if (el.style.opacity > 0) { el.style.opacity -= 0.1; } else { el.style.display = 'none'; clearInterval(fadeOutEffect); } }, 50); if( typeof (fn) == 'function') { fn(); } }, in: function(el) { var fadeInEffect = setInterval(function () { if (!el.style.opacity) { el.style.opacity = 0; } if (el.style.opacity < 1) { el.style.opacity = Number(el.style.opacity) + 0.1; } else { el.style.display = 'block'; clearInterval(fadeInEffect); } }, 50); } }; function validateEmail(email){ if(email.match( \/^(([^<>()[\\]\\\\.,;:\\s@\\\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\\\"]+)*)|(\\\".+\\\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/ )) { return true; } return false; } <\/script> \n","protected":false},"excerpt":{"rendered":"<p>Stay up to date with all the news from the AQUALAB world by subscribing to our newsletter.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":101,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-60","page","type-page","status-publish","hentry","page-entry"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"Stay up to date with all the news from the AQUALAB world by subscribing to our newsletter.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/aqualab.pt\/en\/join-our-newsletter\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Aqualab | Laborat\u00f3rio Cl\u00ednico e de Sa\u00fade P\u00fablica\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Join Our Newsletter | Aqualab\" \/>\n\t\t<meta property=\"og:description\" content=\"Stay up to date with all the news from the AQUALAB world by subscribing to our newsletter.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/aqualab.pt\/en\/join-our-newsletter\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2020-01-27T16:21:08+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2022-12-12T15:59:53+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Join Our Newsletter | Aqualab\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Stay up to date with all the news from the AQUALAB world by subscribing to our newsletter.\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/aqualab.pt\\\/en\\\/join-our-newsletter\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aqualab.pt\\\/en\\\/#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/aqualab.pt\\\/en\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aqualab.pt\\\/en\\\/join-our-newsletter\\\/#listItem\",\"name\":\"Join Our Newsletter\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aqualab.pt\\\/en\\\/join-our-newsletter\\\/#listItem\",\"position\":2,\"name\":\"Join Our Newsletter\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aqualab.pt\\\/en\\\/#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/aqualab.pt\\\/en\\\/#organization\",\"name\":\"AQUALAB - Laborat\\u00f3rio Cl\\u00ednico e de Sa\\u00fade P\\u00fablica\",\"description\":\"Laborat\\u00f3rio Cl\\u00ednico e de Sa\\u00fade P\\u00fablica\",\"url\":\"https:\\\/\\\/aqualab.pt\\\/en\\\/\",\"telephone\":\"+351289580890\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/aqualab.pt\\\/files\\\/uploads\\\/2022\\\/10\\\/aqualab-logo.png\",\"@id\":\"https:\\\/\\\/aqualab.pt\\\/en\\\/join-our-newsletter\\\/#organizationLogo\",\"width\":620,\"height\":385},\"image\":{\"@id\":\"https:\\\/\\\/aqualab.pt\\\/en\\\/join-our-newsletter\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/aqualab.pt\\\/en\\\/join-our-newsletter\\\/#webpage\",\"url\":\"https:\\\/\\\/aqualab.pt\\\/en\\\/join-our-newsletter\\\/\",\"name\":\"Join Our Newsletter | Aqualab\",\"description\":\"Stay up to date with all the news from the AQUALAB world by subscribing to our newsletter.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aqualab.pt\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/aqualab.pt\\\/en\\\/join-our-newsletter\\\/#breadcrumblist\"},\"datePublished\":\"2020-01-27T16:21:08+00:00\",\"dateModified\":\"2022-12-12T15:59:53+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/aqualab.pt\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/aqualab.pt\\\/en\\\/\",\"name\":\"Aqualab\",\"description\":\"Laborat\\u00f3rio Cl\\u00ednico e de Sa\\u00fade P\\u00fablica\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/aqualab.pt\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Join Our Newsletter | Aqualab","description":"Stay up to date with all the news from the AQUALAB world by subscribing to our newsletter.","canonical_url":"https:\/\/aqualab.pt\/en\/join-our-newsletter\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/aqualab.pt\/en\/join-our-newsletter\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/aqualab.pt\/en\/#listItem","position":1,"name":"Home","item":"https:\/\/aqualab.pt\/en\/","nextItem":{"@type":"ListItem","@id":"https:\/\/aqualab.pt\/en\/join-our-newsletter\/#listItem","name":"Join Our Newsletter"}},{"@type":"ListItem","@id":"https:\/\/aqualab.pt\/en\/join-our-newsletter\/#listItem","position":2,"name":"Join Our Newsletter","previousItem":{"@type":"ListItem","@id":"https:\/\/aqualab.pt\/en\/#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/aqualab.pt\/en\/#organization","name":"AQUALAB - Laborat\u00f3rio Cl\u00ednico e de Sa\u00fade P\u00fablica","description":"Laborat\u00f3rio Cl\u00ednico e de Sa\u00fade P\u00fablica","url":"https:\/\/aqualab.pt\/en\/","telephone":"+351289580890","logo":{"@type":"ImageObject","url":"https:\/\/aqualab.pt\/files\/uploads\/2022\/10\/aqualab-logo.png","@id":"https:\/\/aqualab.pt\/en\/join-our-newsletter\/#organizationLogo","width":620,"height":385},"image":{"@id":"https:\/\/aqualab.pt\/en\/join-our-newsletter\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/aqualab.pt\/en\/join-our-newsletter\/#webpage","url":"https:\/\/aqualab.pt\/en\/join-our-newsletter\/","name":"Join Our Newsletter | Aqualab","description":"Stay up to date with all the news from the AQUALAB world by subscribing to our newsletter.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/aqualab.pt\/en\/#website"},"breadcrumb":{"@id":"https:\/\/aqualab.pt\/en\/join-our-newsletter\/#breadcrumblist"},"datePublished":"2020-01-27T16:21:08+00:00","dateModified":"2022-12-12T15:59:53+00:00"},{"@type":"WebSite","@id":"https:\/\/aqualab.pt\/en\/#website","url":"https:\/\/aqualab.pt\/en\/","name":"Aqualab","description":"Laborat\u00f3rio Cl\u00ednico e de Sa\u00fade P\u00fablica","inLanguage":"en-US","publisher":{"@id":"https:\/\/aqualab.pt\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"Aqualab | Laborat\u00f3rio Cl\u00ednico e de Sa\u00fade P\u00fablica","og:type":"article","og:title":"Join Our Newsletter | Aqualab","og:description":"Stay up to date with all the news from the AQUALAB world by subscribing to our newsletter.","og:url":"https:\/\/aqualab.pt\/en\/join-our-newsletter\/","article:published_time":"2020-01-27T16:21:08+00:00","article:modified_time":"2022-12-12T15:59:53+00:00","twitter:card":"summary","twitter:title":"Join Our Newsletter | Aqualab","twitter:description":"Stay up to date with all the news from the AQUALAB world by subscribing to our newsletter."},"aioseo_meta_data":{"post_id":"60","title":"Join Our Newsletter | #site_title","description":"Stay up to date with all the news from the AQUALAB world by subscribing to our newsletter.","keywords":[],"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-23 09:59:23","updated":"2025-06-04 02:28:25","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/aqualab.pt\/en\/\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tJoin Our Newsletter\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/aqualab.pt\/en\/"},{"label":"Join Our Newsletter","link":"https:\/\/aqualab.pt\/en\/join-our-newsletter\/"}],"_links":{"self":[{"href":"https:\/\/aqualab.pt\/en\/wp-json\/wp\/v2\/pages\/60","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aqualab.pt\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aqualab.pt\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aqualab.pt\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aqualab.pt\/en\/wp-json\/wp\/v2\/comments?post=60"}],"version-history":[{"count":1,"href":"https:\/\/aqualab.pt\/en\/wp-json\/wp\/v2\/pages\/60\/revisions"}],"predecessor-version":[{"id":4247,"href":"https:\/\/aqualab.pt\/en\/wp-json\/wp\/v2\/pages\/60\/revisions\/4247"}],"wp:attachment":[{"href":"https:\/\/aqualab.pt\/en\/wp-json\/wp\/v2\/media?parent=60"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}