{"id":15401,"date":"2021-08-17T13:56:22","date_gmt":"2021-08-17T03:56:22","guid":{"rendered":"https:\/\/positiverealestate.co.nz\/web\/?page_id=15401"},"modified":"2021-08-17T13:58:15","modified_gmt":"2021-08-17T03:58:15","slug":"mentoring-workshops-form-only-sms","status":"publish","type":"page","link":"https:\/\/positiverealestate.co.nz\/web\/mentoring-workshops-form-only-sms\/","title":{"rendered":"Mentoring Workshops &#8211; Form Only SMS"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;on|on|off&#8221; admin_label=&#8221;Section&#8221; _builder_version=&#8221;4.7.4&#8243; background_image=&#8221;https:\/\/positiverealestate.co.nz\/web\/wp-content\/uploads\/2017\/07\/shutterstock_376991218_2.0.jpg&#8221; custom_margin=&#8221;0px||0px|&#8221; custom_padding=&#8221;0px||0px|&#8221;][et_pb_row _builder_version=&#8221;4.7.4&#8243;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;3.25&#8243; custom_padding=&#8221;|||&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_image src=&#8221;https:\/\/positiverealestate.co.nz\/web\/wp-content\/uploads\/2020\/06\/PRE-Logo-REV-RGB.png&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.7.4&#8243; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;||40px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; custom_css_main_element=&#8221;max-width: 220px;&#8221; always_center_on_mobile=&#8221;on&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|desktop&#8221; disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Section: Grey f7f7f7&#8243; _builder_version=&#8221;3.22&#8243; background_color=&#8221;#f7f7f7&#8243; custom_padding=&#8221;35px|||||&#8221; custom_padding_tablet=&#8221;50px|0|50px|0&#8243; custom_padding_phone=&#8221;&#8221; transparent_background=&#8221;off&#8221; padding_mobile=&#8221;off&#8221; make_fullwidth=&#8221;off&#8221; use_custom_width=&#8221;off&#8221; width_unit=&#8221;on&#8221;][et_pb_row module_id=&#8221;form&#8221; _builder_version=&#8221;4.7.4&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; make_fullwidth=&#8221;off&#8221; use_custom_width=&#8221;off&#8221; width_unit=&#8221;on&#8221; custom_width_px=&#8221;462px&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;3.25&#8243; custom_padding=&#8221;|||&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.7.4&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; text_orientation=&#8221;center&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||-1px||false|false&#8221; use_border_color=&#8221;off&#8221; border_color=&#8221;#ffffff&#8221; border_style=&#8221;solid&#8221;]<\/p>\n<h2><span style=\"color: #73c300;\">Book your Mentoring spot!<\/span><\/h2>\n<p>[\/et_pb_text][et_pb_code admin_label=&#8221;Form&#8221; _builder_version=&#8221;4.7.4&#8243;]<!-- Old style formassembly [[XXXXX XXXXX]] tag replaced -->\n<style>.wForm form{text-align: left;}<\/style><!-- FORM: HEAD SECTION -->\n    <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n    <meta name=\"referrer\" content=\"no-referrer-when-downgrade\">\n    <!-- THIS SCRIPT NEEDS TO BE LOADED FIRST BEFORE wforms.js -->\n    <script type=\"text\/javascript\" data-for=\"FA__DOMContentLoadedEventDispatch\" src=\"https:\/\/positiverealestate.tfaforms.net\/js\/FA__DOMContentLoadedEventDispatcher.js\" defer><\/script>\n        <script type=\"text\/javascript\">\n        document.addEventListener(\"FA__DOMContentLoaded\", function(){\n            const FORM_TIME_START = Math.floor((new Date).getTime()\/1000);\n            let formElement = document.getElementById(\"tfa_0\");\n            if (null === formElement) {\n                formElement = document.getElementById(\"0\");\n            }\n            let appendJsTimerElement = function(){\n                let formTimeDiff = Math.floor((new Date).getTime()\/1000) - FORM_TIME_START;\n                let cumulatedTimeElement = document.getElementById(\"tfa_dbCumulatedTime\");\n                if (null !== cumulatedTimeElement) {\n                    let cumulatedTime = parseInt(cumulatedTimeElement.value);\n                    if (null !== cumulatedTime && cumulatedTime > 0) {\n                        formTimeDiff += cumulatedTime;\n                    }\n                }\n                let jsTimeInput = document.createElement(\"input\");\n                jsTimeInput.setAttribute(\"type\", \"hidden\");\n                jsTimeInput.setAttribute(\"value\", formTimeDiff.toString());\n                jsTimeInput.setAttribute(\"name\", \"tfa_dbElapsedJsTime\");\n                jsTimeInput.setAttribute(\"id\", \"tfa_dbElapsedJsTime\");\n                jsTimeInput.setAttribute(\"autocomplete\", \"off\");\n                if (null !== formElement) {\n                    formElement.appendChild(jsTimeInput);\n                }\n            };\n            if (null !== formElement) {\n                if(formElement.addEventListener){\n                    formElement.addEventListener('submit', appendJsTimerElement, false);\n                } else if(formElement.attachEvent){\n                    formElement.attachEvent('onsubmit', appendJsTimerElement);\n                }\n            }\n        });\n    <\/script>\n\n    <link href=\"https:\/\/positiverealestate.tfaforms.net\/dist\/form-builder\/5.0.0\/wforms-layout.css?v=de56b5509dfff666a19f07a7987ea978c9defe53\" rel=\"stylesheet\" type=\"text\/css\" \/>\n\n    <link href=\"https:\/\/positiverealestate.tfaforms.net\/uploads\/themes\/theme-22361.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n    <link href=\"https:\/\/positiverealestate.tfaforms.net\/dist\/form-builder\/5.0.0\/wforms-jsonly.css?v=de56b5509dfff666a19f07a7987ea978c9defe53\" rel=\"alternate stylesheet\" title=\"This stylesheet activated by javascript\" type=\"text\/css\" \/>\n    <script type=\"text\/javascript\" src=\"https:\/\/positiverealestate.tfaforms.net\/wForms\/3.11\/js\/wforms.js?v=de56b5509dfff666a19f07a7987ea978c9defe53\"><\/script>\n    <script type=\"text\/javascript\">\n        if(wFORMS.behaviors.prefill) wFORMS.behaviors.prefill.skip = true;\n    <\/script>\n    <script type=\"text\/javascript\" src=\"https:\/\/positiverealestate.tfaforms.net\/wForms\/3.11\/js\/localization-en_US.js?v=de56b5509dfff666a19f07a7987ea978c9defe53\"><\/script>\n\n<!-- FORM: BODY SECTION -->\n<div class=\"wFormContainer\" style=\"max-width: 700px; width: auto;\">\n    <div class=\"wFormHeader\"><\/div>\n    <style type=\"text\/css\">\n                #tfa_FirstName,\n                *[id^=\"tfa_FirstName[\"] {\n                    width: 633px !important;\n                }\n                #tfa_FirstName-D,\n                *[id^=\"tfa_FirstName[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_FirstName-L,\n                label[id^=\"tfa_FirstName[\"] {\n                    width: 613px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_LastName,\n                *[id^=\"tfa_LastName[\"] {\n                    width: 613px !important;\n                }\n                #tfa_LastName-D,\n                *[id^=\"tfa_LastName[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_LastName-L,\n                label[id^=\"tfa_LastName[\"] {\n                    width: 653px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_Mobile,\n                *[id^=\"tfa_Mobile[\"] {\n                    width: 633px !important;\n                }\n                #tfa_Mobile-D,\n                *[id^=\"tfa_Mobile[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_Mobile-L,\n                label[id^=\"tfa_Mobile[\"] {\n                    width: 613px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_Email,\n                *[id^=\"tfa_Email[\"] {\n                    width: 633px !important;\n                }\n                #tfa_Email-D,\n                *[id^=\"tfa_Email[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_Email-L,\n                label[id^=\"tfa_Email[\"] {\n                    width: 613px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_16-L,\n                label[id^=\"tfa_16[\"] {\n                    width: 606px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_10-L,\n                label[id^=\"tfa_10[\"] {\n                    width: 606px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_6,\n                *[id^=\"tfa_6[\"] {\n                    width: 230px !important;\n                }\n                #tfa_6-D,\n                *[id^=\"tfa_6[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_8,\n                *[id^=\"tfa_8[\"] {\n                    width: 230px !important;\n                }\n                #tfa_8-D,\n                *[id^=\"tfa_8[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_7,\n                *[id^=\"tfa_7[\"] {\n                    width: 230px !important;\n                }\n                #tfa_7-D,\n                *[id^=\"tfa_7[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_9,\n                *[id^=\"tfa_9[\"] {\n                    width: 230px !important;\n                }\n                #tfa_9-D,\n                *[id^=\"tfa_9[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_11,\n                *[id^=\"tfa_11[\"] {\n                    width: 230px !important;\n                }\n                #tfa_11-D,\n                *[id^=\"tfa_11[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            <\/style><div class=\"\"><div class=\"wForm\" id=\"266220-WRPR\" data-language=\"en_US\" dir=\"ltr\">\n<div class=\"codesection\" id=\"code-266220\"><style>\n  .wFormContainer .wFormHeader {\n    display: none;\n  }\n  \n  \/* Keep button green even when disabled for Google Captcha *\/\n  .wFormContainer .actions .primaryAction:disabled {\n    background-color: #73c300;\n  }\n<\/style><\/div>\n<form method=\"post\" action=\"https:\/\/positiverealestate.tfaforms.net\/api_v2\/rest\/workflow\/processor\" class=\"hintsSide labelsLeftAligned\" id=\"266220\">\n<div class=\"oneField field-container-D    \" id=\"tfa_FirstName-D\">\n<label id=\"tfa_FirstName-L\" class=\"label preField reqMark\" for=\"tfa_FirstName\">First Name<\/label><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_FirstName\" name=\"tfa_FirstName\" value=\"\" title=\"First Name\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_LastName-D\">\n<label id=\"tfa_LastName-L\" class=\"label preField reqMark\" for=\"tfa_LastName\">Last Name<\/label><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_LastName\" name=\"tfa_LastName\" value=\"\" title=\"Last Name\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_Mobile-D\">\n<label id=\"tfa_Mobile-L\" class=\"label preField reqMark\" for=\"tfa_Mobile\">Mobile<\/label><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_Mobile\" name=\"tfa_Mobile\" value=\"\" title=\"Mobile\" class=\"validate-integer required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_Email-D\">\n<label id=\"tfa_Email-L\" class=\"label preField reqMark\" for=\"tfa_Email\">Email<\/label><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_Email\" name=\"tfa_Email\" value=\"\" title=\"Email\" class=\"validate-email required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_16-D\">\n<label id=\"tfa_16-L\" class=\"label preField reqMark\" for=\"tfa_16\">Postcode<\/label><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_16\" name=\"tfa_16\" value=\"\" autocomplete=\"off\" title=\"Postcode\" class=\"validate-integer required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_3-D\" role=\"group\" aria-labelledby=\"tfa_3-L\" data-tfa-labelledby=\"-L tfa_3-L\">\n<label id=\"tfa_3-L\" class=\"label preField reqMark\" data-tfa-check-label-for=\"tfa_3\" aria-label=\"I am happy to receive emails from Positive Real Estate and I have read and agree to the Personal Information Collection Notice \u00a0 required\">I am happy to receive emails from Positive Real Estate and I have read and agree to the Personal Information Collection Notice<\/label><div class=\"inputWrapper\"><span id=\"tfa_3\" class=\"choices vertical required\"><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_4\" class=\"\" id=\"tfa_4\" name=\"tfa_4\" aria-labelledby=\"tfa_4-L\" data-tfa-labelledby=\"tfa_3-L tfa_4-L\" data-tfa-parent-id=\"tfa_3\"><label class=\"label postField\" id=\"tfa_4-L\" for=\"tfa_4\"><span class=\"input-checkbox-faux\"><\/span>Yes<\/label><\/span><\/span><\/div>\n<\/div>\n<div class=\"htmlSection\" id=\"tfa_1\"><div class=\"htmlContent\" id=\"tfa_1-HTML\"><p style=\"color: black;\">View the <a href=\"https:\/\/www.positiverealestate.co.nz\/privacy-policy\" target=\"_blank\"><em>Personal Information Collection Notice<\/em><\/a><\/p><\/div><\/div>\n<input type=\"hidden\" id=\"tfa_10\" name=\"tfa_10\" value=\"PRE NZ GDB Property Finance Webinar 31\/03\/26\" class=\"\"><input type=\"hidden\" id=\"tfa_6\" name=\"tfa_6\" value=\"PRE NZ GDB Email Assumed 2026\" class=\"\"><input type=\"hidden\" id=\"tfa_8\" name=\"tfa_8\" value=\"\" class=\"\"><input type=\"hidden\" id=\"tfa_7\" name=\"tfa_7\" value=\"\" class=\"\"><input type=\"hidden\" id=\"tfa_9\" name=\"tfa_9\" value=\"\" class=\"\"><input type=\"hidden\" id=\"tfa_11\" name=\"tfa_11\" value=\"Email\" class=\"\"><input type=\"hidden\" id=\"tfa_12\" name=\"tfa_12\" value=\"\" class=\"\"><input type=\"hidden\" id=\"tfa_18\" name=\"tfa_18\" value=\"\" class=\"\"><input type=\"hidden\" id=\"tfa_19\" name=\"tfa_19\" value=\"\" class=\"\"><input type=\"hidden\" id=\"tfa_21\" name=\"tfa_21\" value=\"\" class=\"\"><input type=\"hidden\" id=\"tfa_20\" name=\"tfa_20\" value=\"\" class=\"\"><div class=\"actions\" id=\"266220-A\" data-contentid=\"submit_button\"><input type=\"submit\" data-label=\"Register Now\" class=\"primaryAction\" id=\"submit_button\" value=\"Register Now\" data-conditional-mode=\"disabled\"><\/div>\n<div style=\"clear:both\"><\/div>\n<input type=\"hidden\" value=\"627-78e7e3f089df2762b98ff18cea0e5f16\" name=\"tfa_dbCounters\" id=\"tfa_dbCounters\" autocomplete=\"off\"><input type=\"hidden\" value=\"266220\" name=\"tfa_dbFormId\" id=\"tfa_dbFormId\"><input type=\"hidden\" value=\"\" name=\"tfa_dbResponseId\" id=\"tfa_dbResponseId\"><input type=\"hidden\" value=\"9dc7a1361c9478d85ce88074954ff40c\" name=\"tfa_dbControl\" id=\"tfa_dbControl\"><input type=\"hidden\" value=\"\" name=\"tfa_dbWorkflowSessionUuid\" id=\"tfa_dbWorkflowSessionUuid\"><input type=\"hidden\" value=\"1776239494\" name=\"tfa_dbTimeStarted\" id=\"tfa_dbTimeStarted\" autocomplete=\"off\"><input type=\"hidden\" value=\"http:\/\/positiverealestate.tfaforms.net\/rest\/forms\/view\/266220\" name=\"tfa_referrer\" id=\"tfa_referrer\"><input type=\"hidden\" value=\"25\" name=\"tfa_dbVersionId\" id=\"tfa_dbVersionId\"><input type=\"hidden\" value=\"\" name=\"tfa_switchedoff\" id=\"tfa_switchedoff\">\n<\/form>\n<\/div><\/div><div class=\"wFormFooter\"><p class=\"supportInfo\"><br><\/p><\/div>\n  <p class=\"supportInfo\" >\n      <\/p>\n <\/div>\n\n<script\n    id=\"analytics-collector-script\"\n    type=\"text\/javascript\"\n    src=\"https:\/\/positiverealestate.tfaforms.net\/dist\/analytics\/data-collector.f9f54c12ade21135b7c2.js\"\n    data-customer-id=\"198\"\n    data-endpoint=\"https:\/\/analytics.formassembly.com\/v1\/traces\"\n><\/script>\n\n[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Popup &#8211; #undefined&#8221; _builder_version=&#8221;3.22&#8243; background_color=&#8221;rgba(255,255,255,0.05)&#8221; custom_margin=&#8221;14px|||||&#8221; transparent_background=&#8221;off&#8221; make_fullwidth=&#8221;off&#8221; use_custom_width=&#8221;off&#8221; width_unit=&#8221;on&#8221; global_module=&#8221;6340&#8243;][et_pb_row _builder_version=&#8221;3.25&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; custom_padding=&#8221;25px|0px|26px|0px&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;3.0.47&#8243; custom_padding=&#8221;|||&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Text: Legal Footer&#8221; _builder_version=&#8221;4.7.3&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221;]<\/p>\n<p>Copyright \u00a9 2001-2020 Positive Real Estate (NZ) Ltd.<\/p>\n<p><span style=\"font-size: 12px;\">The information on this site, including statements, opinions and documents available on this site is for general information purposes only. It does not contain financial advice, and does not take into account your objectives, circumstances, or needs. Members and representatives of the Positive Real Estate are not licensed to give advice in relation to financial products. You should obtain your own financial, taxation and legal advice before making any investment decision.<\/span><\/p>\n<p><a href=\"https:\/\/positiverealestate.co.nz\/terms-of-use\/\" target=\"_blank\" rel=\"noopener noreferrer\">Terms of Use<\/a>\u00a0\u00a0\u00a0\u00a0<a href=\"https:\/\/positiverealestate.co.nz\/privacy-policy\/\" target=\"_blank\" rel=\"noopener noreferrer\">Privacy policy<\/a>\u00a0\u00a0\u00a0\u00a0<a href=\"https:\/\/positiverealestate.co.nz\/cookies-policy\/\" target=\"_blank\" rel=\"noopener noreferrer\">Cookies Policy<\/a><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Book your Mentoring spot![formassembly formid=\"266220\" server=\"positiverealestate.tfaforms.net\"]Copyright \u00a9 2001-2020 Positive Real Estate (NZ) Ltd. The information on this site, including statements, opinions and documents available on this site is for general information purposes only. It does not contain financial advice, and does not take into account your objectives, circumstances, or needs. Members and representatives of the [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-template-blank.php","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","inline_featured_image":false,"footnotes":""},"class_list":["post-15401","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Mentoring Workshops - Form Only SMS | Positive Real Estate NZ<\/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:\/\/positiverealestate.co.nz\/web\/mentoring-workshops-form-only-sms\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mentoring Workshops - Form Only SMS | Positive Real Estate NZ\" \/>\n<meta property=\"og:description\" content=\"Book your Mentoring spot![formassembly formid=&quot;266220&quot; server=&quot;positiverealestate.tfaforms.net&quot;]Copyright \u00a9 2001-2020 Positive Real Estate (NZ) Ltd. The information on this site, including statements, opinions and documents available on this site is for general information purposes only. It does not contain financial advice, and does not take into account your objectives, circumstances, or needs. Members and representatives of the [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/positiverealestate.co.nz\/web\/mentoring-workshops-form-only-sms\/\" \/>\n<meta property=\"og:site_name\" content=\"Positive Real Estate NZ\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-17T03:58:15+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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/positiverealestate.co.nz\/web\/mentoring-workshops-form-only-sms\/\",\"url\":\"https:\/\/positiverealestate.co.nz\/web\/mentoring-workshops-form-only-sms\/\",\"name\":\"Mentoring Workshops - Form Only SMS | Positive Real Estate NZ\",\"isPartOf\":{\"@id\":\"https:\/\/positiverealestate.co.nz\/web\/#website\"},\"datePublished\":\"2021-08-17T03:56:22+00:00\",\"dateModified\":\"2021-08-17T03:58:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/positiverealestate.co.nz\/web\/mentoring-workshops-form-only-sms\/#breadcrumb\"},\"inLanguage\":\"en-NZ\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/positiverealestate.co.nz\/web\/mentoring-workshops-form-only-sms\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/positiverealestate.co.nz\/web\/mentoring-workshops-form-only-sms\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/positiverealestate.co.nz\/web\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mentoring Workshops &#8211; Form Only SMS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/positiverealestate.co.nz\/web\/#website\",\"url\":\"https:\/\/positiverealestate.co.nz\/web\/\",\"name\":\"Positive Real Estate NZ\",\"description\":\"Building wealth through property\",\"publisher\":{\"@id\":\"https:\/\/positiverealestate.co.nz\/web\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/positiverealestate.co.nz\/web\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-NZ\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/positiverealestate.co.nz\/web\/#organization\",\"name\":\"Positive Real Estate New Zealand\",\"url\":\"https:\/\/positiverealestate.co.nz\/web\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-NZ\",\"@id\":\"https:\/\/positiverealestate.co.nz\/web\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/positiverealestate.co.nz\/web\/wp-content\/uploads\/2019\/11\/Website_PRE-Logo_No-Grid.png\",\"contentUrl\":\"https:\/\/positiverealestate.co.nz\/web\/wp-content\/uploads\/2019\/11\/Website_PRE-Logo_No-Grid.png\",\"width\":555,\"height\":72,\"caption\":\"Positive Real Estate New Zealand\"},\"image\":{\"@id\":\"https:\/\/positiverealestate.co.nz\/web\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Mentoring Workshops - Form Only SMS | Positive Real Estate NZ","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:\/\/positiverealestate.co.nz\/web\/mentoring-workshops-form-only-sms\/","og_locale":"en_US","og_type":"article","og_title":"Mentoring Workshops - Form Only SMS | Positive Real Estate NZ","og_description":"Book your Mentoring spot![formassembly formid=\"266220\" server=\"positiverealestate.tfaforms.net\"]Copyright \u00a9 2001-2020 Positive Real Estate (NZ) Ltd. The information on this site, including statements, opinions and documents available on this site is for general information purposes only. It does not contain financial advice, and does not take into account your objectives, circumstances, or needs. Members and representatives of the [&hellip;]","og_url":"https:\/\/positiverealestate.co.nz\/web\/mentoring-workshops-form-only-sms\/","og_site_name":"Positive Real Estate NZ","article_modified_time":"2021-08-17T03:58:15+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/positiverealestate.co.nz\/web\/mentoring-workshops-form-only-sms\/","url":"https:\/\/positiverealestate.co.nz\/web\/mentoring-workshops-form-only-sms\/","name":"Mentoring Workshops - Form Only SMS | Positive Real Estate NZ","isPartOf":{"@id":"https:\/\/positiverealestate.co.nz\/web\/#website"},"datePublished":"2021-08-17T03:56:22+00:00","dateModified":"2021-08-17T03:58:15+00:00","breadcrumb":{"@id":"https:\/\/positiverealestate.co.nz\/web\/mentoring-workshops-form-only-sms\/#breadcrumb"},"inLanguage":"en-NZ","potentialAction":[{"@type":"ReadAction","target":["https:\/\/positiverealestate.co.nz\/web\/mentoring-workshops-form-only-sms\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/positiverealestate.co.nz\/web\/mentoring-workshops-form-only-sms\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/positiverealestate.co.nz\/web\/"},{"@type":"ListItem","position":2,"name":"Mentoring Workshops &#8211; Form Only SMS"}]},{"@type":"WebSite","@id":"https:\/\/positiverealestate.co.nz\/web\/#website","url":"https:\/\/positiverealestate.co.nz\/web\/","name":"Positive Real Estate NZ","description":"Building wealth through property","publisher":{"@id":"https:\/\/positiverealestate.co.nz\/web\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/positiverealestate.co.nz\/web\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-NZ"},{"@type":"Organization","@id":"https:\/\/positiverealestate.co.nz\/web\/#organization","name":"Positive Real Estate New Zealand","url":"https:\/\/positiverealestate.co.nz\/web\/","logo":{"@type":"ImageObject","inLanguage":"en-NZ","@id":"https:\/\/positiverealestate.co.nz\/web\/#\/schema\/logo\/image\/","url":"https:\/\/positiverealestate.co.nz\/web\/wp-content\/uploads\/2019\/11\/Website_PRE-Logo_No-Grid.png","contentUrl":"https:\/\/positiverealestate.co.nz\/web\/wp-content\/uploads\/2019\/11\/Website_PRE-Logo_No-Grid.png","width":555,"height":72,"caption":"Positive Real Estate New Zealand"},"image":{"@id":"https:\/\/positiverealestate.co.nz\/web\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/positiverealestate.co.nz\/web\/wp-json\/wp\/v2\/pages\/15401","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/positiverealestate.co.nz\/web\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/positiverealestate.co.nz\/web\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/positiverealestate.co.nz\/web\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/positiverealestate.co.nz\/web\/wp-json\/wp\/v2\/comments?post=15401"}],"version-history":[{"count":0,"href":"https:\/\/positiverealestate.co.nz\/web\/wp-json\/wp\/v2\/pages\/15401\/revisions"}],"wp:attachment":[{"href":"https:\/\/positiverealestate.co.nz\/web\/wp-json\/wp\/v2\/media?parent=15401"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}