{"id":6406,"date":"2020-03-16T14:34:04","date_gmt":"2020-03-16T14:34:04","guid":{"rendered":"http:\/\/trustedcoachdirectory.nerdcowdev.com\/?page_id=5402"},"modified":"2023-02-23T12:39:59","modified_gmt":"2023-02-23T12:39:59","slug":"join-the-community","status":"publish","type":"page","link":"https:\/\/trustedcoachdirectory.com\/join-the-community\/","title":{"rendered":"Community"},"content":{"rendered":"\r\n<div class=\"wp-block-group section section--hero has-background\" style=\"background-color: #1c9492;\">\r\n<div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\r\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\r\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\r\n<figure class=\"wp-block-image size-large is-resized stars\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-5404\" src=\"http:\/\/trustedcoachdirectory.com\/wp-content\/uploads\/2020\/03\/stars.svg\" alt=\"5 out of 5 stars rating\" width=\"83\" height=\"14\" \/>\r\n<figcaption><em>\u2014The Institute of Leadership &amp; Management<\/em><\/figcaption>\r\n<\/figure>\r\n\r\n\r\n\r\n<h1 class=\"wp-block-heading\">Growing your coaching business starts here &#8211; step by step<\/h1>\r\n\r\n\r\n\r\n<p>The TCD Community Coach package will help you:<\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li>Market your services<\/li>\r\n<li>Win more clients<\/li>\r\n<li>Grow your practice<\/li>\r\n<li>Develop your coaching skills<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<p>And give you direct access to a host of experts sharing their knowledge through our premium resources.<\/p>\r\n\r\n\r\n\t\n    <div class=\"price\">\n        <p>Annual Membership<\/p>\n        <span class=\"amount\">85<\/span><span>plus VAT<\/span>\n    <\/div>\n\n\t<\/div>\r\n\r\n\r\n\r\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n\t<div class=\"form__wrapper\">\n\t    <form action=\"#\" method=\"POST\" name=\"register-form\" class=\"register-form\">\n\t        <fieldset>\n    \t\t\t<div class=\"error-message\"><\/div>\n\t        \t<div class=\"form__row form__row--two\">\n\t        \t\t<div class=\"form__single\">\n\t\t\t            <label for=\"new_user_name\">First name<\/label>\n\t            \t\t<input type=\"text\" required name=\"new_user_name\" placeholder=\"\" id=\"new-username\">\n\t        \t\t<\/div>\n\t\t\t\t\t<div class=\"form__single\">\n\t\t\t            <label for=\"new_user_last_name\">Last name<\/label>\n\t            \t\t<input type=\"text\" required name=\"new_user_last_name\" placeholder=\"\" id=\"new-userlastname\">\n\t\t\t\t\t<\/div>\n\t        \t<\/div>\n\t        \t<div class=\"form__row\">\n\t        \t\t<div class=\"form__single\">\n\t\t\t            <label for=\"new_user_email\">Email address<\/label>\n\t            \t\t<input type=\"email\" required name=\"new_user_email\" placeholder=\"\" id=\"new-useremail\">\n\t        \t\t<\/div>\n\t        \t<\/div>\n\t        \t<div class=\"form__row\">\n\t        \t\t<div class=\"form__single\">\n\t\t\t            <label for=\"new_user_how\">How did you hear about us?<\/label>\n\t            \t\t<input type=\"text\" required name=\"new_user_how\" placeholder=\"\" id=\"new-userhow\">\n\t        \t\t<\/div>\n\t        \t<\/div>\n\t        \t<div class=\"form__row\">\n\t        \t\t<div class=\"form__checkbox\">\n\t        \t\t\t<label for=\"privacy\">\n\t\t\t            \t<input type=\"checkbox\" id=\"privacy\" name=\"privacy\" value=\"accepted\" required>\n\t\t\t            \t<span class=\"checkmark\"><\/span>\n\t\t\t\t\t\t\t<p>I accept <a href=\"\/privacy-cookie-policy\/\" target=\"_blank\">privacy policy<\/a> and <a href=\"\/terms-conditions\/\" target=\"_blank\">terms of use<\/a><\/p>\n\t\t\t\t\t\t<\/label>\n\t        \t\t<\/div>\n\t        \t<\/div>\n\t        <\/fieldset>\n\t        <div class=\"form__button\">\n\t        \t<div class=\"form__block\"><\/div>\n\t            <input type=\"submit\"  class=\"button\" id=\"register-button\" value=\"Yes, I would like to join!\" >\n\t        <\/div>\n\t    <\/form> \n\t<\/div>\n\t\n\t<script type=\"text\/javascript\">\n\t\tvar clicked = false;\n\t    jQuery('#register-button').on('click',function(e){\n    \t\te.preventDefault();\n\t    \tif (clicked === false) {\n\t\t        var newUserName = jQuery('#new-username').val();\n\t\t        var newUserLastName = jQuery('#new-userlastname').val();\n\t\t        var newUserEmail = jQuery('#new-useremail').val();\n\t\t        var newUserHow = jQuery('#new-userhow').val();\n\t\t        var checkbox = jQuery('#privacy:checked');\n\t\t        \n\t\t        jQuery('.error-message').html('');\n\t\t        jQuery('.error-message').css('margin-bottom', 0);\n\t\t        \n\t            if (newUserName == '' || newUserLastName == '' || newUserEmail == '' || newUserHow == '' || checkbox.length < 0) {\n\t\t\t        jQuery('.error-message').css('margin-bottom', 20);\n\t            \tjQuery('.error-message').html('Fill out the empty fields');\n\t                $([document.documentElement, document.body]).animate({\n\t                    scrollTop: $('.error-message').offset().top - 20\n\t                }, 500);\n\t                clicked = false;\n\t                return false;\n\t            }\n\t            \n\t\t        clicked = true;\n\t\t        \n\t\t        jQuery('#register-button').css('text-transform', 'none');\n\t\t        jQuery('#register-button').val('Please wait...');\n\t            \n\t\t        jQuery.ajax({\n\t\t            type:\"POST\",\n\t\t            url:\"https:\/\/trustedcoachdirectory.com\/wp-admin\/admin-ajax.php\",\n\t\t            data: {\n\t\t            action: \"register_user_front_end\",\n\t\t                new_user_name : newUserName,\n\t\t                new_user_last_name : newUserLastName,\n\t\t                new_user_email : newUserEmail,\n\t\t                new_user_how : newUserHow\n\t\t            },\n\t\t            success: function(results){\n\t\t                console.log(results);\n\t        \t        window.location.href = \"\/thank-you\/\";\n\t\t            },\n\t\t            error: function(results) {\n\t\t\t\t        jQuery('.error-message').css('margin-bottom', 20);\n\t\t            \tjQuery('.error-message').html(results);\n\t\t                $([document.documentElement, document.body]).animate({\n\t\t                    scrollTop: $('.error-message').offset().top - 20\n\t\t                }, 500);\n\t\t                clicked = false;\n        \t\t        jQuery('#register-button').css('text-transform', 'uppercase');\n\t\t                jQuery('#register-button').val('Yes, I would like to join!');\n\t\t            }\n\t\t        });\n\t    \t}\n\t    });\n\t<\/script>\n\n\t<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wp-block-group section has-background\" style=\"background-color: #f9f9f9;\">\r\n<div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\r\n<h2 class=\"has-text-align-center wp-block-heading\">For Coaches, by Coaches<\/h2>\r\n\r\n\r\n\r\n<p class=\"has-text-align-center\">We are working with industry experts to deliver a unique offering that develops you as a business owner and as a coach.<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\r\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\r\n<figure class=\"wp-block-image size-large icon-text\"><img decoding=\"async\" class=\"wp-image-5416\" src=\"http:\/\/trustedcoachdirectory.com\/wp-content\/uploads\/2020\/03\/icon-tie.svg\" alt=\"\" \/>\r\n<figcaption>If you are an <strong>established coach<\/strong> and want to focus on growth by taking your business to the next level.<\/figcaption>\r\n<\/figure>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large icon-text\"><img decoding=\"async\" class=\"wp-image-5415\" src=\"http:\/\/trustedcoachdirectory.com\/wp-content\/uploads\/2020\/03\/icon-certificate.svg\" alt=\"\" \/>\r\n<figcaption>If you are <strong>newly qualified<\/strong>, eager to start a coaching business and looking to set foot in the industry.<\/figcaption>\r\n<\/figure>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large icon-text\"><img decoding=\"async\" class=\"wp-image-5414\" src=\"http:\/\/trustedcoachdirectory.com\/wp-content\/uploads\/2020\/03\/icon-transition.svg\" alt=\"\" \/>\r\n<figcaption>If you are <strong>transitioning from internal coach to independent coach<\/strong> and need the tools &amp; know-how to succeed.<\/figcaption>\r\n<\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\r\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" class=\"wp-image-5418\" src=\"http:\/\/trustedcoachdirectory.com\/wp-content\/uploads\/2020\/03\/business-1024x683.jpg\" alt=\"\" \/><\/figure>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wp-block-group section\">\r\n<div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\r\n<h2 class=\"has-text-align-center wp-block-heading\">Membership Benefits<\/h2>\r\n\r\n\r\n\r\n<h3 class=\"has-text-align-center wp-block-heading\">Join our weekly TCD Community Coach calls<\/h3>\r\n\r\n\r\n\r\n<p class=\"has-text-align-center\">You will be invited to join our live webinars where we share and discuss business development strategies and coaching\/supervision related topics. Some webinars are delivered by guest presenters with specialist knowledge, others are facilitated by TCD members, typically held once a week on a Monday or Wednesday lunchtime. Join our Slow Speed Networking online on the last Thursday of the month, for 1-2-1 conversations with your fellow TCD colleagues. No commitment needed, just join when you can. Come to learn and share your thoughts, ideas and skills with other new and experienced coaches and supervisors.<\/p>\r\n\r\n\r\n\r\n<p class=\"has-text-align-center nc-quote\"><em>\u201cLots of tips and great to talk it through with other coaches.<\/em><em>\u201d<br \/><\/em><\/p>\r\n<p class=\"has-text-align-center nc-quote\"><em>\u201cIt's great hearing what everyone is up to, the sharing of ideas is so energising and inspiring!<\/em><em>\u201d<\/em><\/p>\r\n<p class=\"has-text-align-center nc-quote\">\r\n\r\n<\/p>\r\n<p class=\"has-text-align-center nc-quote\"><em>\u201cLove the coaching 'tribe', everyone is so generous with everything, wanting to help each other\u201d<\/em><\/p>\r\n\r\n\r\n\r\n<p class=\"has-text-align-center separator\">and<\/p>\r\n\r\n\r\n\r\n<p>Access our member-exclusive resources, including member discounts, an extensive library of Expert Interviews and recorded Coach Calls.<\/p>\r\n\r\n\r\n\n\t\t\t\t\t<div class=\"materials\">\n\t\t\t\t\t\t\t\t\t<div class=\"material\">\n\t\t\t\t\t\t<div class=\"material__image\">\n\t\t\t\t\t\t\t\t\t\t\t\t            <img decoding=\"async\" src=\"https:\/\/trustedcoachdirectory.com\/wp-content\/uploads\/2019\/12\/thumb@2x.jpg\"><\/img>\n\t\t\t\t\t        \t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"material__content\">\n\t\t\t\t\t\t\t<h3 style=\"margin-top: 0;\">How to Build and Monetise an Online Community as a Coach<\/h3>\n\t\t\t\t\t\t\t<p>Expert Interview: Business Coach Julie Creffield has 20 years\u2019 experience of building, nurturing and monetising communities both on and offline. Julie talks about what building a community\/tribe means in practice, how tribe building can help you, and the keys to building an online tribe and monetising the process.<\/p>\n\t\t\t\t\t\t\t<div class=\"material__button\">Members only<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"material\">\n\t\t\t\t\t\t<div class=\"material__image\">\n\t\t\t\t\t\t\t\t\t\t\t\t            <img decoding=\"async\" src=\"https:\/\/trustedcoachdirectory.com\/wp-content\/uploads\/2019\/10\/Alison-Haill1-1.jpg\"><\/img>\n\t\t\t\t\t        \t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"material__content\">\n\t\t\t\t\t\t\t<h3 style=\"margin-top: 0;\">How to Charge what you are Worth and Get It<\/h3>\n\t\t\t\t\t\t\t<p>Expert Interview: International Executive Coach Alison Haill talks about Pricing and 'How to Charge what you are Worth and Get It'. Alison shares the importance of charging what you are worth, how to be resilient and maintain belief in your value. She shares tips on pricing and what to prepare to support your fee structure in the best way.<\/p>\n\t\t\t\t\t\t\t<div class=\"material__button\">Members only<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"material\">\n\t\t\t\t\t\t<div class=\"material__image\">\n\t\t\t\t\t\t\t\t\t\t\t\t            <img decoding=\"async\" src=\"https:\/\/trustedcoachdirectory.com\/wp-content\/uploads\/2019\/08\/thumb-2@2x.jpg\"><\/img>\n\t\t\t\t\t        \t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"material__content\">\n\t\t\t\t\t\t\t<h3 style=\"margin-top: 0;\">How to Write Compelling Messages to Attract Coaching Clients<\/h3>\n\t\t\t\t\t\t\t<p>Expert Interview: Martin Booth, Founder and owner of LeBoo Media talks about why getting your messages right is important, the key mistakes to avoid, what make a message compelling, the role tone of voice plays, and gives his Top Tips on how to create your core key messages.<\/p>\n\t\t\t\t\t\t\t<div class=\"material__button\">Members only<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\r\n\r\n\r\n<p class=\"has-text-align-center separator\">And<\/p>\r\n\r\n\r\n\r\n<p class=\"has-text-align-center\">Raise your profile to our client and coach network.<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-columns columns-with-border title-height no-label-and-description is-layout-flex wp-container-core-columns-is-layout-3 wp-block-columns-is-layout-flex\">\r\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\r\n<div class=\"wp-block-image icon-text\">\r\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" class=\"wp-image-5429\" src=\"http:\/\/trustedcoachdirectory.com\/wp-content\/uploads\/2020\/03\/icon-event.svg\" alt=\"\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<h3 class=\"has-text-align-center wp-block-heading\">Host a TCD Webinar<\/h3>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\r\n<div class=\"wp-block-image icon-text\">\r\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" class=\"wp-image-5431\" src=\"http:\/\/trustedcoachdirectory.com\/wp-content\/uploads\/2020\/03\/icon-pen.svg\" alt=\"\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<h3 id=\"block-f81be9d7-8a90-423e-bb92-3175cbab0de5\" class=\"has-text-align-center wp-block-heading\">Publish 3 Blogs<br \/>Per Year<\/h3>\r\n<\/div>\r\n<\/div>\r\n\r\n\r\n\r\n<p class=\"has-text-align-center\">Hosting a TCD webinar or writing a blog enables us to promote you on our social media channels and newsletters.<\/p>\r\n\r\n\r\n\r\n<p class=\"has-text-align-center separator\">And<\/p>\r\n\r\n\r\n\r\n<p class=\"has-text-align-center\">Exclusive offers for your professional and business development.<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-columns columns-with-border is-layout-flex wp-container-core-columns-is-layout-4 wp-block-columns-is-layout-flex\">\r\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\r\n<div class=\"wp-block-image icon-text\">\r\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" class=\"wp-image-5425\" src=\"http:\/\/trustedcoachdirectory.com\/wp-content\/uploads\/2020\/03\/icon-agreement.svg\" alt=\"\" \/>\r\n<figcaption>Exclusive rate \u00a375<\/figcaption>\r\n<\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<h3 class=\"has-text-align-center wp-block-heading\">1-2-1 Supervision Taster<\/h3>\r\n\r\n\r\n\r\n<p class=\"has-text-align-center\">Experience the power of supervision to enhance your coaching skills.<\/p>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\r\n<div class=\"wp-block-image icon-text\">\r\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" class=\"wp-image-5426\" src=\"http:\/\/trustedcoachdirectory.com\/wp-content\/uploads\/2020\/03\/icon-megaphone.svg\" alt=\"\" \/>\r\n<figcaption>50% discount<\/figcaption>\r\n<\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<h3 class=\"has-text-align-center wp-block-heading\">One-hour Marketing Review<\/h3>\r\n\r\n\r\n\r\n<p>Identify the key areas to focus on to get your marketing right with TCD Founder Helen Isacke or Business Coach Jackie Jarvis.<\/p>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\r\n<div class=\"wp-block-image icon-text\">\r\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" class=\"wp-image-5427\" src=\"http:\/\/trustedcoachdirectory.com\/wp-content\/uploads\/2020\/03\/icon-plant.svg\" alt=\"\" \/>\r\n<figcaption>20% discount<\/figcaption>\r\n<\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<h3 class=\"has-text-align-center wp-block-heading\">Natural Stress Free Selling Online Course<\/h3>\r\n\r\n\r\n\r\n<p class=\"has-text-align-center\">Course designed by Jackie Jarvis, plus optional 1-2-1 coaching.<\/p>\r\n<\/div>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wp-block-spacer\" style=\"height: 60px;\" aria-hidden=\"true\">\u00a0<\/div>\r\n\r\n\r\n\r\n<div class=\"wp-block-group leadership\">\r\n<div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" class=\"wp-image-5434\" src=\"http:\/\/trustedcoachdirectory.com\/wp-content\/uploads\/2020\/03\/logo.svg\" alt=\"The Institute of Leadership and Management reviewed our programme\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" class=\"wp-image-5435\" src=\"http:\/\/trustedcoachdirectory.com\/wp-content\/uploads\/2020\/03\/stars-1.svg\" alt=\"5 out of 5 stars rating\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p class=\"has-text-align-center\"><em>\u201cAs a new coach it\u2019s not only important that you establish your credibility, but that you understand how to promote and grow your business to stand out. We recommend joining this network because they focus on providing coaches with personalised support to deliver this and much more.\u201d<\/em><\/p>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wp-block-group section section--faq has-background\" style=\"background-color: #f9f9f9;\">\r\n<div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\r\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-5 wp-block-columns-is-layout-flex\">\r\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\r\n<h3 class=\"wp-block-heading\">What happens after I sign up?<\/h3>\r\n\r\n\r\n\r\n<p>We will email you the payment details. Once the transaction is completed, you will receive instructions on how to log in and make the most of your membership. Please note that this level of membership does NOT include a profile listing on the directory. Find out whether you meet the criteria to <a href=\"http:\/\/www.trustedcoachdirectory.com\/faq\/#Criteria\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https:\/\/www.google.com\/url?q=http:\/\/www.trustedcoachdirectory.com\/faq\/%23Criteria&amp;source=gmail&amp;ust=1634132544039000&amp;usg=AFQjCNF-plbtb5dFvSfFdTeLwLEAr1QQfQ\">be listed on the directory here<\/a>.<\/p>\r\n<h3>How will I access the resources?<\/h3>\r\n<p>\r\n\r\n<\/p>\r\n<p>Follow the instructions on how to login once your subscription has been set up. You will then have access to the regularly updated member-exclusive\u00a0<a href=\"https:\/\/trustedcoachdirectory.com\/coach-area\/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https:\/\/www.google.com\/url?q=https:\/\/trustedcoachdirectory.com\/coach-area\/&amp;source=gmail&amp;ust=1677236455679000&amp;usg=AOvVaw21Fv4SMufJWQtbRdgXZp3c\">Coach Area<\/a>\u00a0which includes: recordings from previous webinars; a calendar of live events coming up; Expert Interview recordings and member-exclusive discounts.<\/p>\r\n<h3>How will I access the live webinars?<\/h3>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"font-weight: 400;\">You will be emailed an invitation to each live event a few days beforehand, with an overview of the event and registration instructions.<\/p>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\">How can I participate in the exclusive offers?<\/h3>\r\n\r\n\r\n\r\n<p>Email your chosen supplier, with \u2018<b>TCD Community Coach Discount request\u2019<\/b>\u00a0in the subject line, and Cc\u00a0<a href=\"mailto:info@trustedcoachdirectory.com\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https:\/\/www.google.com\/url?q=http:\/\/info@trustedcoachdirectory.com&amp;source=gmail&amp;ust=1677236455679000&amp;usg=AOvVaw0MxRHIcN_1CH77VdxKBPgC\">info@trustedcoachdirectory.com<\/a><wbr \/>. Please indicate which offer you are applying for. Participating supervisors, coaches, and marketing consultants will apply the special rates once they have verified your TCD Community Coach membership. For more information contact\u00a0<a href=\"mailto:info@trustedcoachdirectory.com\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https:\/\/www.google.com\/url?q=http:\/\/info@trustedcoachdirectory.com&amp;source=gmail&amp;ust=1677236455679000&amp;usg=AOvVaw0MxRHIcN_1CH77VdxKBPgC\">info@trustedcoachdirectory.com<\/a><\/p>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\r\n<h3 class=\"wp-block-heading\">How will I be able to submit a blog?<\/h3>\r\n\r\n\r\n\r\n<p>Please read and ensure you adhere to the guidelines for\u00a0<a href=\"https:\/\/trustedcoachdirectory.com\/wp-content\/uploads\/2020\/03\/Guidelines-for-Community-Coach-Blogs-March-2020.pdf\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https:\/\/www.google.com\/url?q=https:\/\/trustedcoachdirectory.com\/wp-content\/uploads\/2020\/03\/Guidelines-for-Community-Coach-Blogs-March-2020.pdf&amp;source=gmail&amp;ust=1677236455679000&amp;usg=AOvVaw2IkcD6gm3J21ZTkUHR2whQ\">publishing a blog article<\/a>. When you are happy with your blog content, send it in a Word document,\u00a0with an appropriate image\u00a0to\u00a0<a href=\"mailto:info@trustedcoachdirectory.com\" target=\"_blank\" rel=\"noopener\">info@trustedcoachdirectory.<wbr \/>com<\/a>\u00a0and we will publish this on approval.<\/p>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\">How will I be able to host a webinar with TCD?<\/h3>\r\n\r\n\r\n\r\n<p>Email\u00a0<a href=\"mailto:helen@trustedcoachdirectory.com\" target=\"_blank\" rel=\"noopener\">helen@trustedcoachdirectory.<wbr \/>com<\/a>\u00a0with an idea for a topic, and to arrange a call to discuss.<\/p>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\">What are the payment options?<\/h3>\r\n\r\n\r\n\r\n<p>Our payments are processed by <a title=\"Links to the third-party PayPal website\" href=\"https:\/\/www.paypal.com\/uk\/home\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">PayPal<\/a>. You can pay using your credit\/debit card, bank account, or using your PayPal balance.<\/p>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\">How can I cancel my subscription?<\/h3>\r\n\r\n\r\n\r\n<p>Sign in to your PayPal account and <a title=\"Read PayPal Help article about canceling your subscription\" href=\"https:\/\/www.paypal.com\/li\/smarthelp\/article\/how-do-i-cancel-an-automatic-payment-i-have-with-a-merchant-faq2058\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">cancel your annual subscription<\/a>.<\/p>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wp-block-group section section--cta has-background\" style=\"background-color: #1c9492;\">\r\n<div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\r\n<h4 class=\"has-text-align-center wp-block-heading\">Take the first step to grow your coaching business<\/h4>\r\n\r\n\r\n\r\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" title=\"Scroll back to registration form\" href=\"#register-form\">Yes, I would like to join!<\/a><\/div>\r\n<\/div>\r\n<\/div>\r\n","protected":false},"excerpt":{"rendered":"<p>Growing your coaching business starts here &#8211; step by step The TCD Community Coach package will help you: Market your services Win more clients Grow your practice Develop your coaching skills And give you direct access to a host of experts sharing their knowledge through our premium resources. For Coaches, by Coaches We are working [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":13,"comment_status":"closed","ping_status":"closed","template":"community-registration-page.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-6406","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Community - Trusted Coach Directory<\/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:\/\/trustedcoachdirectory.com\/join-the-community\/\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/trustedcoachdirectory.com\/join-the-community\/\",\"url\":\"https:\/\/trustedcoachdirectory.com\/join-the-community\/\",\"name\":\"Community - Trusted Coach Directory\",\"isPartOf\":{\"@id\":\"https:\/\/trustedcoachdirectory.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/trustedcoachdirectory.com\/join-the-community\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/trustedcoachdirectory.com\/join-the-community\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/trustedcoachdirectory.com\/wp-content\/uploads\/2020\/03\/stars.svg\",\"datePublished\":\"2020-03-16T14:34:04+00:00\",\"dateModified\":\"2023-02-23T12:39:59+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/trustedcoachdirectory.com\/join-the-community\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/trustedcoachdirectory.com\/join-the-community\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/trustedcoachdirectory.com\/join-the-community\/#primaryimage\",\"url\":\"http:\/\/trustedcoachdirectory.com\/wp-content\/uploads\/2020\/03\/stars.svg\",\"contentUrl\":\"http:\/\/trustedcoachdirectory.com\/wp-content\/uploads\/2020\/03\/stars.svg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/trustedcoachdirectory.com\/join-the-community\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/trustedcoachdirectory.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Community\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/trustedcoachdirectory.com\/#website\",\"url\":\"https:\/\/trustedcoachdirectory.com\/\",\"name\":\"Trusted Coach Directory\",\"description\":\"Your competitive edge for success\",\"publisher\":{\"@id\":\"https:\/\/trustedcoachdirectory.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/trustedcoachdirectory.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/trustedcoachdirectory.com\/#organization\",\"name\":\"Trusted Coach Directory\",\"url\":\"https:\/\/trustedcoachdirectory.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/trustedcoachdirectory.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/trustedcoachdirectory.com\/wp-content\/uploads\/2017\/02\/TCD-logo-with-strapline.jpg\",\"contentUrl\":\"https:\/\/trustedcoachdirectory.com\/wp-content\/uploads\/2017\/02\/TCD-logo-with-strapline.jpg\",\"width\":2401,\"height\":1050,\"caption\":\"Trusted Coach Directory\"},\"image\":{\"@id\":\"https:\/\/trustedcoachdirectory.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Community - Trusted Coach Directory","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:\/\/trustedcoachdirectory.com\/join-the-community\/","twitter_misc":{"Estimated reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/trustedcoachdirectory.com\/join-the-community\/","url":"https:\/\/trustedcoachdirectory.com\/join-the-community\/","name":"Community - Trusted Coach Directory","isPartOf":{"@id":"https:\/\/trustedcoachdirectory.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/trustedcoachdirectory.com\/join-the-community\/#primaryimage"},"image":{"@id":"https:\/\/trustedcoachdirectory.com\/join-the-community\/#primaryimage"},"thumbnailUrl":"http:\/\/trustedcoachdirectory.com\/wp-content\/uploads\/2020\/03\/stars.svg","datePublished":"2020-03-16T14:34:04+00:00","dateModified":"2023-02-23T12:39:59+00:00","breadcrumb":{"@id":"https:\/\/trustedcoachdirectory.com\/join-the-community\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/trustedcoachdirectory.com\/join-the-community\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/trustedcoachdirectory.com\/join-the-community\/#primaryimage","url":"http:\/\/trustedcoachdirectory.com\/wp-content\/uploads\/2020\/03\/stars.svg","contentUrl":"http:\/\/trustedcoachdirectory.com\/wp-content\/uploads\/2020\/03\/stars.svg"},{"@type":"BreadcrumbList","@id":"https:\/\/trustedcoachdirectory.com\/join-the-community\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/trustedcoachdirectory.com\/"},{"@type":"ListItem","position":2,"name":"Community"}]},{"@type":"WebSite","@id":"https:\/\/trustedcoachdirectory.com\/#website","url":"https:\/\/trustedcoachdirectory.com\/","name":"Trusted Coach Directory","description":"Your competitive edge for success","publisher":{"@id":"https:\/\/trustedcoachdirectory.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/trustedcoachdirectory.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/trustedcoachdirectory.com\/#organization","name":"Trusted Coach Directory","url":"https:\/\/trustedcoachdirectory.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/trustedcoachdirectory.com\/#\/schema\/logo\/image\/","url":"https:\/\/trustedcoachdirectory.com\/wp-content\/uploads\/2017\/02\/TCD-logo-with-strapline.jpg","contentUrl":"https:\/\/trustedcoachdirectory.com\/wp-content\/uploads\/2017\/02\/TCD-logo-with-strapline.jpg","width":2401,"height":1050,"caption":"Trusted Coach Directory"},"image":{"@id":"https:\/\/trustedcoachdirectory.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/trustedcoachdirectory.com\/wp-json\/wp\/v2\/pages\/6406"}],"collection":[{"href":"https:\/\/trustedcoachdirectory.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/trustedcoachdirectory.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/trustedcoachdirectory.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/trustedcoachdirectory.com\/wp-json\/wp\/v2\/comments?post=6406"}],"version-history":[{"count":0,"href":"https:\/\/trustedcoachdirectory.com\/wp-json\/wp\/v2\/pages\/6406\/revisions"}],"wp:attachment":[{"href":"https:\/\/trustedcoachdirectory.com\/wp-json\/wp\/v2\/media?parent=6406"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}