{"id":3044,"date":"2022-05-13T13:30:09","date_gmt":"2022-05-13T03:30:09","guid":{"rendered":"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/?page_id=3044"},"modified":"2024-08-23T22:42:49","modified_gmt":"2024-08-23T12:42:49","slug":"subscribe","status":"publish","type":"page","link":"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/subscribe\/","title":{"rendered":"subscribe"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3044\" class=\"elementor elementor-3044\">\n\t\t\t\t\t\t<section class=\"penci-section penci-disSticky penci-structure-30 elementor-section elementor-top-section elementor-element elementor-element-a4ec33a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a4ec33a\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"penci-ercol-33 penci-ercol-order-1 penci-sticky-sb penci-sidebarSC   elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-25afad9\" data-id=\"25afad9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"penci-ercol-33 penci-ercol-order-2 penci-sticky-sb penci-sidebarSC   elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-53ec0da\" data-id=\"53ec0da\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7c25b9c elementor-widget elementor-widget-penci-text-block\" data-id=\"7c25b9c\" data-element_type=\"widget\" data-widget_type=\"penci-text-block.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"penci-block-vc penci-text-editor\">\n\t\t\t        <div class=\"penci-border-arrow penci-homepage-title penci-home-latest-posts style-1 pcalign-center pciconp-right pcicon-right block-title-icon-left\">\n            <h3 class=\"inner-arrow\">\n                <span>\n                    <span>SIGN UP TO RECEIVE OUR LATEST ON THE COAST FAMILIES MAG IN YOUR INBOX<\/a>                <\/span>\n            <\/h3>\n\t\t\t        <\/div>\n\t\t\t\t\t<div class=\"penci-block_content\">\n\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\"><p>\n            <div id=\"mailerlite-form_6\" data-temp-id=\"69f8675cc8f02\">\n                <div class=\"mailerlite-form\">\n                    <form action=\"\" method=\"post\" novalidate>\n                                                <div class=\"mailerlite-form-description\"><\/div>\n                        <div class=\"mailerlite-form-inputs\">\n                                                                                            <div class=\"mailerlite-form-field\">\n                                    <label for=\"mailerlite-6-field-email\"><\/label>\n                                    <input id=\"mailerlite-6-field-email\"\n                                           type=\"email\" required=\"required\"                                            name=\"form_fields[email]\"\n                                           placeholder=\"Email\"\/>\n                                <\/div>\n                                                        <div class=\"mailerlite-form-loader\">Please wait&#8230;<\/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=\"6\"\/>\n                            <input type=\"hidden\" name=\"action\" value=\"mailerlite_subscribe_form\"\/>\n                            <input type=\"hidden\" name=\"ml_nonce\" value=\"94424b9725\"\/>\n                        <\/div>\n                        <div class=\"mailerlite-form-response\">\n                                                            <h4><p><span style=\"color: #000000;\">Thank you for signing up to our newsletter!<\/span><\/p>\n<\/h4>\n                                                    <\/div>\n                    <\/form>\n                <\/div>\n            <\/div>\n        <script type=\"text\/javascript\" src='https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/wp-content\/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_6[data-temp-id=\"69f8675cc8f02\"] form`); let submitButton = form_container.querySelector('.mailerlite-subscribe-submit'); submitButton.disabled = true; fetch('https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/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:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/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> <\/p><\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"penci-ercol-33 penci-ercol-order-3 penci-sticky-sb penci-sidebarSC   elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-1a3ff8d\" data-id=\"1a3ff8d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>SIGN UP TO RECEIVE OUR LATEST ON THE COAST FAMILIES MAG IN YOUR INBOX Please wait&#8230; Subscribe Thank you for signing up to our newsletter!<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"_lmt_disableupdate":"","_lmt_disable":"","sync_status":"","episode_type":"","audio_file":"","castos_file_data":"","podmotor_file_id":"","cover_image":"","cover_image_id":"","duration":"","filesize":"","filesize_raw":"","date_recorded":"","explicit":"","block":"","footnotes":""},"class_list":["post-3044","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>subscribe - On The Coast Families<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/subscribe\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"subscribe - On The Coast Families\" \/>\n<meta property=\"og:description\" content=\"SIGN UP TO RECEIVE OUR LATEST ON THE COAST FAMILIES MAG IN YOUR INBOX Please wait&#8230; Subscribe Thank you for signing up to our newsletter!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/subscribe\/\" \/>\n<meta property=\"og:site_name\" content=\"On The Coast Families\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/OnTheCoastFamilies\/\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-23T12:42:49+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:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/subscribe\/\",\"url\":\"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/subscribe\/\",\"name\":\"subscribe - On The Coast Families\",\"isPartOf\":{\"@id\":\"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/#website\"},\"datePublished\":\"2022-05-13T03:30:09+00:00\",\"dateModified\":\"2024-08-23T12:42:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/subscribe\/#breadcrumb\"},\"inLanguage\":\"en-AU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/subscribe\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/subscribe\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"subscribe\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/#website\",\"url\":\"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/\",\"name\":\"On The Coast Families\",\"description\":\"On the Coast Families is an innovative, bi-monthly publication for families living on the NSW Central Coast\",\"publisher\":{\"@id\":\"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-AU\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/#organization\",\"name\":\"On the Coast Families\",\"url\":\"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-AU\",\"@id\":\"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/wp-content\/uploads\/sites\/2\/2021\/07\/OTC-Families-web-logo_v3.png\",\"contentUrl\":\"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/wp-content\/uploads\/sites\/2\/2021\/07\/OTC-Families-web-logo_v3.png\",\"width\":301,\"height\":129,\"caption\":\"On the Coast Families\"},\"image\":{\"@id\":\"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/OnTheCoastFamilies\/\",\"https:\/\/www.instagram.com\/onthecoastfamilies\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"subscribe - On The Coast Families","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/subscribe\/","og_locale":"en_US","og_type":"article","og_title":"subscribe - On The Coast Families","og_description":"SIGN UP TO RECEIVE OUR LATEST ON THE COAST FAMILIES MAG IN YOUR INBOX Please wait&#8230; Subscribe Thank you for signing up to our newsletter!","og_url":"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/subscribe\/","og_site_name":"On The Coast Families","article_publisher":"https:\/\/www.facebook.com\/OnTheCoastFamilies\/","article_modified_time":"2024-08-23T12:42:49+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/subscribe\/","url":"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/subscribe\/","name":"subscribe - On The Coast Families","isPartOf":{"@id":"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/#website"},"datePublished":"2022-05-13T03:30:09+00:00","dateModified":"2024-08-23T12:42:49+00:00","breadcrumb":{"@id":"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/subscribe\/#breadcrumb"},"inLanguage":"en-AU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/subscribe\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/subscribe\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/"},{"@type":"ListItem","position":2,"name":"subscribe"}]},{"@type":"WebSite","@id":"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/#website","url":"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/","name":"On The Coast Families","description":"On the Coast Families is an innovative, bi-monthly publication for families living on the NSW Central Coast","publisher":{"@id":"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-AU"},{"@type":"Organization","@id":"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/#organization","name":"On the Coast Families","url":"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/","logo":{"@type":"ImageObject","inLanguage":"en-AU","@id":"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/#\/schema\/logo\/image\/","url":"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/wp-content\/uploads\/sites\/2\/2021\/07\/OTC-Families-web-logo_v3.png","contentUrl":"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/wp-content\/uploads\/sites\/2\/2021\/07\/OTC-Families-web-logo_v3.png","width":301,"height":129,"caption":"On the Coast Families"},"image":{"@id":"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/OnTheCoastFamilies\/","https:\/\/www.instagram.com\/onthecoastfamilies\/"]}]}},"_links":{"self":[{"href":"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/wp-json\/wp\/v2\/pages\/3044","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/wp-json\/wp\/v2\/comments?post=3044"}],"version-history":[{"count":29,"href":"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/wp-json\/wp\/v2\/pages\/3044\/revisions"}],"predecessor-version":[{"id":9447,"href":"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/wp-json\/wp\/v2\/pages\/3044\/revisions\/9447"}],"wp:attachment":[{"href":"https:\/\/onthecoastpublications.com.au\/onthecoastfamilies\/wp-json\/wp\/v2\/media?parent=3044"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}