{"id":8502,"date":"2026-05-15T08:19:46","date_gmt":"2026-05-15T04:19:46","guid":{"rendered":"https:\/\/matsh.co\/en\/?page_id=8502"},"modified":"2026-05-15T08:19:46","modified_gmt":"2026-05-15T04:19:46","slug":"register","status":"publish","type":"page","link":"https:\/\/matsh.co\/en\/register\/","title":{"rendered":"Register"},"content":{"rendered":"    <div class=\"matsh-reg-wrap\" style=\"max-width:740px;margin:0 auto\">\n\n    \n    <form id=\"matsh-reg-form\" method=\"POST\" action=\"https:\/\/matsh.co\/en\/wp-admin\/admin-post.php\">\n        <input type=\"hidden\" id=\"_mr_nonce\" name=\"_mr_nonce\" value=\"ed53ebb0eb\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/en\/wp-json\/wp\/v2\/pages\/8502\" \/>        <input type=\"hidden\" name=\"action\" value=\"matshen_register\">\n        <input type=\"hidden\" name=\"r_cid\" value=\"\">\n\n        <!-- Course info -->\n        <div style=\"background:var(--light);border-radius:var(--r3);padding:24px;margin-bottom:28px\">\n            <h3 style=\"margin:0 0 18px;font-size:1rem;font-family:var(--fb);color:var(--navy)\">\ud83d\udccb Course Information<\/h3>\n            <div class=\"frow\">\n                <div class=\"rfg\">\n                    <label>Course <span class=\"req\">*<\/span><\/label>\n                    <input type=\"text\" name=\"r_course\" value=\"\"  required placeholder=\"Course name\">\n                <\/div>\n                <div class=\"rfg\">\n                    <label>Date<\/label>\n                    <input type=\"text\" name=\"r_date\" value=\"\"  placeholder=\"e.g. 15 Jun 2026\">\n                <\/div>\n            <\/div>\n            <div class=\"frow\">\n                <div class=\"rfg\">\n                    <label>Venue \/ Location<\/label>\n                    <input type=\"text\" name=\"r_venue\" value=\"\"  placeholder=\"City or Online\">\n                <\/div>\n                <div class=\"rfg\">\n                    <label>Investment<\/label>\n                    <input type=\"text\" name=\"r_price\" value=\"\"  placeholder=\"e.g. USD 2,850\">\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Personal details -->\n        <h3 style=\"font-size:1rem;font-family:var(--fb);margin-bottom:18px;color:var(--navy)\">\ud83d\udc64 Your Details<\/h3>\n        <div class=\"frow\">\n            <div class=\"rfg\"><label>First Name <span class=\"req\">*<\/span><\/label><input type=\"text\" name=\"r_fname\" required placeholder=\"First name\"><\/div>\n            <div class=\"rfg\"><label>Last Name <span class=\"req\">*<\/span><\/label><input type=\"text\" name=\"r_lname\" required placeholder=\"Last name\"><\/div>\n        <\/div>\n        <div class=\"frow\">\n            <div class=\"rfg\"><label>Email <span class=\"req\">*<\/span><\/label><input type=\"email\" name=\"r_email\" required placeholder=\"you@organisation.com\"><\/div>\n            <div class=\"rfg\"><label>Phone \/ WhatsApp <span class=\"req\">*<\/span><\/label><input type=\"tel\" name=\"r_phone\" required placeholder=\"+971 5x xxx xxxx\"><\/div>\n        <\/div>\n        <div class=\"frow\">\n            <div class=\"rfg\"><label>Organisation <span class=\"req\">*<\/span><\/label><input type=\"text\" name=\"r_org\" required placeholder=\"Your organisation\"><\/div>\n            <div class=\"rfg\"><label>Job Title<\/label><input type=\"text\" name=\"r_jobtitle\" placeholder=\"e.g. HR Manager\"><\/div>\n        <\/div>\n        <div class=\"frow\">\n            <div class=\"rfg\">\n                <label>Country <span class=\"req\">*<\/span><\/label>\n                <select name=\"r_country\" required>\n                    <option value=\"\">Select country\u2026<\/option>\n                    <option>Saudi Arabia<\/option><option>UAE<\/option><option>Qatar<\/option><option>Kuwait<\/option><option>Bahrain<\/option><option>Oman<\/option><option>Jordan<\/option><option>Egypt<\/option><option>Lebanon<\/option><option>Libya<\/option><option>Morocco<\/option><option>Tunisia<\/option><option>Algeria<\/option><option>Sudan<\/option><option>Kenya<\/option><option>Nigeria<\/option><option>Ghana<\/option><option>South Africa<\/option><option>Tanzania<\/option><option>Uganda<\/option><option>Ethiopia<\/option><option>United Kingdom<\/option><option>United States<\/option><option>Canada<\/option><option>Germany<\/option><option>France<\/option><option>Pakistan<\/option><option>India<\/option><option>Other<\/option>                <\/select>\n            <\/div>\n            <div class=\"rfg\">\n                <label>How did you hear about us?<\/label>\n                <select name=\"r_heard\">\n                    <option value=\"\">Select\u2026<\/option>\n                    <option>Google \/ Search<\/option><option>LinkedIn<\/option><option>WhatsApp \/ Telegram<\/option><option>Colleague Referral<\/option><option>Previous Attendee<\/option><option>Social Media<\/option><option>Email Newsletter<\/option><option>Conference \/ Event<\/option><option>Other<\/option>                <\/select>\n            <\/div>\n        <\/div>\n        <div class=\"rfg\">\n            <label>Message \/ Special Requirements<\/label>\n            <textarea name=\"r_msg\" rows=\"3\" placeholder=\"Dietary requirements, group booking, accessibility needs, etc.\"><\/textarea>\n        <\/div>\n\n        <!-- Payment -->\n        <div class=\"rfg\">\n            <label>Who will be paying? <span class=\"req\">*<\/span><\/label>\n            <select name=\"r_payer\" required>\n                <option value=\"\">Select\u2026<\/option>\n                <option value=\"company\">My company will pay<\/option>\n                <option value=\"self\">I will pay myself<\/option>\n                <option value=\"other\">Other<\/option>\n            <\/select>\n        <\/div>\n        <div class=\"rfg\" id=\"r_payer_other_wrap\" style=\"display:none\">\n            <label>Please specify<\/label>\n            <input type=\"text\" name=\"r_payer_other\" placeholder=\"e.g. Sponsored by NGO, grant-funded, etc.\">\n        <\/div>\n        <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            var ps = document.querySelector('[name=\"r_payer\"]');\n            var ow = document.getElementById('r_payer_other_wrap');\n            if (ps && ow) {\n                ps.addEventListener('change', function() {\n                    ow.style.display = this.value === 'other' ? 'block' : 'none';\n                });\n            }\n        });\n        <\/script>\n\n        <!-- Group booking -->\n        <div style=\"background:rgba(232,160,32,.08);border:1px solid rgba(232,160,32,.3);border-radius:var(--r2);padding:14px 18px;margin-bottom:24px\">\n            <label style=\"display:flex;align-items:center;gap:10px;cursor:pointer;font-weight:600;font-size:.9rem\">\n                <input type=\"checkbox\" name=\"r_group\" value=\"1\" id=\"grpCb\" onchange=\"document.getElementById('grpSize').style.display=this.checked?'block':'none'\">\n                Group Booking (5+ participants) \u2014 we'll contact you with group rates\n            <\/label>\n            <div id=\"grpSize\" style=\"display:none;margin-top:12px\">\n                <div class=\"rfg\" style=\"margin:0;max-width:220px\">\n                    <label>Number of participants<\/label>\n                    <input type=\"number\" name=\"r_gsize\" min=\"5\" placeholder=\"e.g. 10\">\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <button type=\"submit\" class=\"btn btn-a lg\" style=\"width:100%;justify-content:center\">Submit Registration \u2192<\/button>\n        <p style=\"text-align:center;font-size:.76rem;color:var(--muted);margin-top:10px\">\n            We'll confirm your place by email within 24 hours with payment details.\n        <\/p>\n    <\/form>\n    <\/div>\n    \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-register.php","meta":{"_kad_post_transparent":"default","_kad_post_title":"default","_kad_post_layout":"default","_kad_post_sidebar_id":"","_kad_post_content_style":"default","_kad_post_vertical_padding":"default","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-8502","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/matsh.co\/en\/wp-json\/wp\/v2\/pages\/8502","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/matsh.co\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/matsh.co\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/matsh.co\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/matsh.co\/en\/wp-json\/wp\/v2\/comments?post=8502"}],"version-history":[{"count":1,"href":"https:\/\/matsh.co\/en\/wp-json\/wp\/v2\/pages\/8502\/revisions"}],"predecessor-version":[{"id":8503,"href":"https:\/\/matsh.co\/en\/wp-json\/wp\/v2\/pages\/8502\/revisions\/8503"}],"wp:attachment":[{"href":"https:\/\/matsh.co\/en\/wp-json\/wp\/v2\/media?parent=8502"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}