<div style="width:100%">
                <form id="zigurat_contact_form">
                    <div class="form-group">
                        <label>Name</label>
                        <input type="text" name="name" value="" class="form-control">
                        <label style="display:none" class="zigurat_contact_form_error_label" id="error_name">Invalid value</label>
                        <label style="display:none" class="zigurat_contact_form_error_label" id="empty_name">This field is required</label>
                    </div>

                    <div class="form-group">
                        <label>Last Name</label>
                        <input type="text" name="lastname" value="" class="form-control">
                        <label style="display:none" class="zigurat_contact_form_error_label" id="error_lastname">Invalid value</label>
                    </div>

                    <div class="form-group">
                        <label>Email</label>
                        <input type="text" name="email" value="" class="form-control">
                        <label style="display:none" class="zigurat_contact_form_error_label" id="error_email">Invalid value</label>
                        <label style="display:none" class="zigurat_contact_form_error_label" id="empty_email">This field is required</label>
                    </div>

                    <div class="form-group">
                        <label>Help topic</label>
                        <select name="type" class="form-control">
                            <option value="6">Request information</option>
                            <option value="5">Request instructor</option>
                            <option value="1">Support</option>                            
                        </select>
                        <label style="display:none" class="zigurat_contact_form_error_label" id="error_type">Invalid value</label>
                    </div>

                    <div class="form-group">
                        <label>Course</label>
                        <select name="course" class="form-control"><option value="">Course</option><option value="21049">Introduction to Grasshopper</option><option value="21042">Basics of Dynamo</option><option value="18540">Introduction to Dalux</option><option value="17988">Introduction to Infraworks</option><option value="17935">Introduction to CIVIL 3D</option><option value="16399">Industrial IoT: enhancing manufacturing & industrial processes</option><option value="16384">Innovation Maturity Models for Startups & Enterprises</option><option value="14097">Life Cycle Assessment - Reducing Embedded Carbon (CER)</option><option value="10287">Construction Project Management Basics English</option><option value="8734">IoT Lab - Take part in the fourth industrial revolution</option></select>
                        <label style="display:none" class="zigurat_contact_form_error_label" id="error_course">Invalid value</label>
                    </div>
    
                    <div class="form-group">
                        <label>Message</label>
                        <textarea name="message" class="form-control"></textarea>
                        <label style="display:none" class="zigurat_contact_form_error_label" id="error_message">Invalid value</label>
                        <label style="display:none" class="zigurat_contact_form_error_label" id="empty_message">This field is required</label>
                    </div>
                    <div class="form-group text-right">
                        <button type="submit" class="btn btn-default" id="submit-form">Submit</button>
                    </div>
                </form>
            </div>
            <script>
            document.getElementById("zigurat_contact_form").addEventListener("submit", function (event) {
                event.preventDefault(); 
		document.getElementById("submit-form").setAttribute("disabled", "true");

                let formData = new FormData(document.getElementById("zigurat_contact_form"))
                let lang = navigator.language.substring(0, 2);
                formData.append("lang", lang)
                fetch("/wp-json/zigurat/ticket", { method: "post", body: formData })
                  .then(response => response.json())
                  .then(data => {
                    if (data.success) {
                        window.location.replace("/" + lang + "/thank-you");
                    } else if (data.code === "rest_invalid_param") {
                      for (const property in data.data.params) {
                        let elemId = "error_" + property
                        if (property === "email" || property === "message" || property === "name") {
                          if (formData.get(property) === "") {
                            elemId = "empty_" + property
                          }
                        }
                        document.getElementById(elemId).style.display = "block";
                        setTimeout(function () { document.getElementById(elemId).style.display = "none" }, 5000)
                      }
                    }
                  })
                  .catch(() => {})
                  .finally(() => {})
              }, true)
            </script>
            
            {"id":6708,"date":"2021-07-27T18:16:31","date_gmt":"2021-07-27T16:16:31","guid":{"rendered":"https:\/\/rooftop.education\/conviertete-en-instructor\/"},"modified":"2021-11-02T10:40:20","modified_gmt":"2021-11-02T09:40:20","slug":"become-instructor","status":"publish","type":"page","link":"https:\/\/rooftop.education\/en\/become-instructor\/","title":{"rendered":"Become an Instructor"},"content":{"rendered":"<section class=\"wpb-content-wrapper\"><p>[vc_row full_width=&#8221;stretch_row_content&#8221; content_placement=&#8221;top&#8221; css=&#8221;.vc_custom_1627402736123{margin-top: -50px !important;background-image: url(https:\/\/rooftop.education\/wp-content\/uploads\/2021\/07\/Become-an-Instructor-FINAL.png?id=6691) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}&#8221;][vc_column][vc_empty_space height=&#8221;150px&#8221; tablet_height=&#8221;10px&#8221;][vc_row_inner][vc_column_inner width=&#8221;1\/4&#8243;][\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_column_text css_animation=&#8221;fadeInUp&#8221;]<\/p>\n<h2 style=\"font-family: 'Montserrat'; color: #ffffff; font-size: 42px; text-align: center; line-height: 1.25;\">How much is your<br \/>\nknowledge <span style=\"color: #40dfd6;\">worth?<\/span><\/h2>\n<p>[\/vc_column_text][vc_empty_space height=&#8221;60px&#8221; tablet_height=&#8221;10px&#8221;][vc_column_text css_animation=&#8221;fadeInUp&#8221;]<\/p>\n<h3 style=\"font-family: 'Montserrat'; color: #ffffff; font-size: 28px; text-align: center;\">Teaching on Rooftop is your way to find out<\/h3>\n<p>[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221; tablet_height=&#8221;10px&#8221;][vc_btn title=&#8221;Become an Instructor&#8221; shape=&#8221;round&#8221; color=&#8221;turquoise&#8221; size=&#8221;lg&#8221; align=&#8221;center&#8221; link=&#8221;url:%23instructor&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243;][\/vc_column_inner][\/vc_row_inner][vc_empty_space height=&#8221;150px&#8221; tablet_height=&#8221;10px&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_empty_space height=&#8221;100px&#8221; tablet_height=&#8221;10px&#8221;][vc_row_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_custom_heading text=&#8221;Tapping into your knowledge is not just sharing your unique and non-transferable value with the community&#8221; font_container=&#8221;tag:h3|font_size:32px|text_align:left|line_height:1.25&#8243; google_fonts=&#8221;font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal&#8221;][vc_empty_space height=&#8221;30px&#8221; tablet_height=&#8221;10px&#8221;][vc_custom_heading text=&#8221;It also means making it profitable.&#8221; font_container=&#8221;tag:h3|font_size:28px|text_align:left|color:%2340dfd6|line_height:1.5&#8243; google_fonts=&#8221;font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal&#8221;][vc_custom_heading text=&#8221;On the Rooftop platform, you have the opportunity to capitalize on what you have mastered and what you do best.&#8221; font_container=&#8221;tag:h4|font_size:24px|text_align:left|line_height:1.5&#8243; google_fonts=&#8221;font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal&#8221;][vc_empty_space height=&#8221;30px&#8221; tablet_height=&#8221;10px&#8221;][vc_custom_heading text=&#8221;How?&#8221; font_container=&#8221;tag:h3|font_size:28px|text_align:left|color:%2340dfd6|line_height:1.5&#8243; google_fonts=&#8221;font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal&#8221;][vc_custom_heading text=&#8221;Sharing your experience, explaining techniques,<br \/>\ngiving advice and inspiring through training pills.&#8221; font_container=&#8221;tag:h4|font_size:24px|text_align:left|line_height:1.5&#8243; google_fonts=&#8221;font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;6697&#8243; img_size=&#8221;full&#8221;][\/vc_column_inner][\/vc_row_inner][vc_empty_space height=&#8221;150px&#8221; tablet_height=&#8221;10px&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1633623005246{background: #fcfaf6 url(https:\/\/rooftop.education\/wp-content\/uploads\/2021\/07\/Become-an-Instructor-BG.png?id=6695) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}&#8221;][vc_column][vc_empty_space height=&#8221;150px&#8221; tablet_height=&#8221;10px&#8221; el_id=&#8221;instructor&#8221;][vc_row_inner][vc_column_inner width=&#8221;1\/4&#8243;][\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_custom_heading text=&#8221;If you want to be an instructor, fill in this form and we will contact you:&#8221; font_container=&#8221;tag:h3|font_size:32px|text_align:center|line_height:1.25&#8243; google_fonts=&#8221;font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal&#8221;][vc_empty_space height=&#8221;30px&#8221; tablet_height=&#8221;10px&#8221;][vc_separator color=&#8221;orange&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243;][\/vc_column_inner][\/vc_row_inner][vc_row_inner][vc_column_inner width=&#8221;1\/4&#8243;][\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243;][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243;][\/vc_column_inner][\/vc_row_inner][vc_empty_space height=&#8221;150px&#8221; tablet_height=&#8221;10px&#8221;][\/vc_column][\/vc_row]<\/p>\n<\/section>","protected":false},"excerpt":{"rendered":"<p>[vc_row full_width=&#8221;stretch_row_content&#8221; content_placement=&#8221;top&#8221; css=&#8221;.vc_custom_1627402736123{margin-top: -50px !important;background-image: url(https:\/\/rooftop.education\/wp-content\/uploads\/2021\/07\/Become-an-Instructor-FINAL.png?id=6691) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}&#8221;][vc_column][vc_empty_space height=&#8221;150px&#8221; tablet_height=&#8221;10px&#8221;][vc_row_inner][vc_column_inner width=&#8221;1\/4&#8243;][\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_column_text css_animation=&#8221;fadeInUp&#8221;] How much is your knowledge worth? [\/vc_column_text][vc_empty_space height=&#8221;60px&#8221; tablet_height=&#8221;10px&#8221;][vc_column_text css_animation=&#8221;fadeInUp&#8221;] Teaching on Rooftop is your way to find out [\/vc_column_text][vc_empty_space height=&#8221;50px&#8221; tablet_height=&#8221;10px&#8221;][vc_btn title=&#8221;Become an Instructor&#8221; shape=&#8221;round&#8221; color=&#8221;turquoise&#8221; size=&#8221;lg&#8221; align=&#8221;center&#8221; link=&#8221;url:%23instructor&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243;][\/vc_column_inner][\/vc_row_inner][vc_empty_space height=&#8221;150px&#8221; tablet_height=&#8221;10px&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_empty_space height=&#8221;100px&#8221; tablet_height=&#8221;10px&#8221;][vc_row_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_custom_heading text=&#8221;Tapping [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Become a Rooftop Instructor - Online Courses<\/title>\n<meta name=\"description\" content=\"Become a Rooftop Instructor and share your knowledge through training capsules. Take your experience to the TOP!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/rooftop.education\/en\/become-instructor\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Become a Rooftop Instructor - Online Courses\" \/>\n<meta property=\"og:description\" content=\"Become a Rooftop Instructor and share your knowledge through training capsules. Take your experience to the TOP!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rooftop.education\/en\/become-instructor\/\" \/>\n<meta property=\"og:site_name\" content=\"RoofTop\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-02T09:40:20+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/rooftop.education\/en\/become-instructor\/\",\"url\":\"https:\/\/rooftop.education\/en\/become-instructor\/\",\"name\":\"Become a Rooftop Instructor - Online Courses\",\"isPartOf\":{\"@id\":\"https:\/\/rooftop.e-zigurat.com\/pt-br\/#website\"},\"datePublished\":\"2021-07-27T16:16:31+00:00\",\"dateModified\":\"2021-11-02T09:40:20+00:00\",\"description\":\"Become a Rooftop Instructor and share your knowledge through training capsules. Take your experience to the TOP!\",\"breadcrumb\":{\"@id\":\"https:\/\/rooftop.education\/en\/become-instructor\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/rooftop.education\/en\/become-instructor\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/rooftop.education\/en\/become-instructor\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/rooftop.education\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Become an Instructor\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/rooftop.e-zigurat.com\/pt-br\/#website\",\"url\":\"https:\/\/rooftop.e-zigurat.com\/pt-br\/\",\"name\":\"RoofTop\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/rooftop.e-zigurat.com\/pt-br\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/rooftop.e-zigurat.com\/pt-br\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/rooftop.e-zigurat.com\/pt-br\/#organization\",\"name\":\"Rooftop\",\"url\":\"https:\/\/rooftop.e-zigurat.com\/pt-br\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/rooftop.e-zigurat.com\/pt-br\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/rooftop.education\/wp-content\/uploads\/2021\/04\/HD_Rooftop_logo_Color-490x109.png\",\"contentUrl\":\"https:\/\/rooftop.education\/wp-content\/uploads\/2021\/04\/HD_Rooftop_logo_Color-490x109.png\",\"width\":494,\"height\":110,\"caption\":\"Rooftop\"},\"image\":{\"@id\":\"https:\/\/rooftop.e-zigurat.com\/pt-br\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Become a Rooftop Instructor - Online Courses","description":"Become a Rooftop Instructor and share your knowledge through training capsules. Take your experience to the TOP!","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:\/\/rooftop.education\/en\/become-instructor\/","og_locale":"en_US","og_type":"article","og_title":"Become a Rooftop Instructor - Online Courses","og_description":"Become a Rooftop Instructor and share your knowledge through training capsules. Take your experience to the TOP!","og_url":"https:\/\/rooftop.education\/en\/become-instructor\/","og_site_name":"RoofTop","article_modified_time":"2021-11-02T09:40:20+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/rooftop.education\/en\/become-instructor\/","url":"https:\/\/rooftop.education\/en\/become-instructor\/","name":"Become a Rooftop Instructor - Online Courses","isPartOf":{"@id":"https:\/\/rooftop.e-zigurat.com\/pt-br\/#website"},"datePublished":"2021-07-27T16:16:31+00:00","dateModified":"2021-11-02T09:40:20+00:00","description":"Become a Rooftop Instructor and share your knowledge through training capsules. Take your experience to the TOP!","breadcrumb":{"@id":"https:\/\/rooftop.education\/en\/become-instructor\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rooftop.education\/en\/become-instructor\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/rooftop.education\/en\/become-instructor\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/rooftop.education\/en\/"},{"@type":"ListItem","position":2,"name":"Become an Instructor"}]},{"@type":"WebSite","@id":"https:\/\/rooftop.e-zigurat.com\/pt-br\/#website","url":"https:\/\/rooftop.e-zigurat.com\/pt-br\/","name":"RoofTop","description":"","publisher":{"@id":"https:\/\/rooftop.e-zigurat.com\/pt-br\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rooftop.e-zigurat.com\/pt-br\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/rooftop.e-zigurat.com\/pt-br\/#organization","name":"Rooftop","url":"https:\/\/rooftop.e-zigurat.com\/pt-br\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/rooftop.e-zigurat.com\/pt-br\/#\/schema\/logo\/image\/","url":"https:\/\/rooftop.education\/wp-content\/uploads\/2021\/04\/HD_Rooftop_logo_Color-490x109.png","contentUrl":"https:\/\/rooftop.education\/wp-content\/uploads\/2021\/04\/HD_Rooftop_logo_Color-490x109.png","width":494,"height":110,"caption":"Rooftop"},"image":{"@id":"https:\/\/rooftop.e-zigurat.com\/pt-br\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/rooftop.education\/en\/wp-json\/wp\/v2\/pages\/6708"}],"collection":[{"href":"https:\/\/rooftop.education\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rooftop.education\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rooftop.education\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rooftop.education\/en\/wp-json\/wp\/v2\/comments?post=6708"}],"version-history":[{"count":7,"href":"https:\/\/rooftop.education\/en\/wp-json\/wp\/v2\/pages\/6708\/revisions"}],"predecessor-version":[{"id":8655,"href":"https:\/\/rooftop.education\/en\/wp-json\/wp\/v2\/pages\/6708\/revisions\/8655"}],"wp:attachment":[{"href":"https:\/\/rooftop.education\/en\/wp-json\/wp\/v2\/media?parent=6708"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}