{"id":952,"date":"2018-08-03T11:57:27","date_gmt":"2018-08-03T11:57:27","guid":{"rendered":"https:\/\/www.govertvanginkel.nl\/?page_id=952"},"modified":"2020-10-16T15:13:07","modified_gmt":"2020-10-16T15:13:07","slug":"registration","status":"publish","type":"page","link":"https:\/\/www.govertvanginkel.nl\/en\/registration\/","title":{"rendered":"Registration"},"content":{"rendered":"<p>Use the form below to register for the training or workshop of your choice. After completing the required data you will be send to the specific payment page.<\/p>\n<form enctype=\"multipart\/form-data\" data-mollie-forms=\"2.9.2\" method=\"post\" id=\"rfmp_954\" class=\"aanmeld\"><input type=\"hidden\" id=\"mollie_forms_954_nonce\" name=\"mollie_forms_954_nonce\" value=\"031aebeb70\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/en\/wp-json\/wp\/v2\/pages\/952\" \/><input type=\"hidden\" name=\"mollie-forms-post\" value=\"954\"><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><label for=\"form_954_field_0\">Training\/Workshop<\/label><br><input type=\"text\" name=\"form_954_field_0\" id=\"form_954_field_0\" value label=\"Training\/Workshop\" class style=\"width: 100%\"><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><label for=\"form_954_field_1\">Start date<\/label><br><input type=\"text\" name=\"form_954_field_1\" id=\"form_954_field_1\" value label=\"Start date\" class style=\"width: 100%\"><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><label for=\"form_954_field_2\"><\/label><br><ul id=\"form_954_field_2\" label class required style=\"list-style-type:none;margin:0;\"><li>\n                            <label>\n                                <input type=\"radio\" \n                                        onchange=\"mollie_forms_recurring_methods_954();mollie_forms_954_totals();\" \n                                        data-frequency=\"once\" \n                                        data-freq=\"\" \n                                        data-pricetype=\"open\" \n                                        data-price=\"65.00\" \n                                        data-vat=\"\" \n                                        name=\"rfmp_priceoptions_954\" \n                                        value=\"1\"\n                                         checked> \n                                Training x \n                            <\/label>\n                          <\/li><\/ul><p id=\"rfmp_open_amount_954\" style=\"display:none;\">\n                    <label>Amount \n                        <span style=\"color:red;\">*<\/span><br>\n                        <span class=\"rfmp_currency_954\">&euro;<\/span> \n                        <input type=\"number\" step=\"any\" value=\"\" onchange=\"mollie_forms_954_totals();\" onkeyup=\"mollie_forms_954_totals();\" name=\"rfmp_amount_954\"> \n                        <span id=\"rfmp_amount_freq_954\"><\/span>\n                    <\/label>\n                    <input type=\"hidden\" name=\"rfmp_amount_required_954\" id=\"rfmp_open_amount_required_954\" value=\"0\">\n                  <\/p>\n        <script>\n        window.onload = setTimeout(mollie_forms_954_totals, 100);\n        function mollie_forms_954_totals() {\n            var priceoption = document.getElementsByName(\"rfmp_priceoptions_954\");\n            var quantities  = document.getElementsByClassName(\"rfmp_priceoptions_954_quantity\");\n            var subtotal = 0, total = 0, vat = 0;\n            \n            \n            \/\/ Add shipping costs to total\n            var shippingCosts = \"\";\n            if (shippingCosts) {\n                var shippingVat = 0.21 * parseFloat(shippingCosts);\n                vat   += shippingVat;\n                total += parseFloat(shippingCosts);\n                subtotal += parseFloat(shippingCosts);\n                \n            }\n            \n            if (0 in priceoption) {\n                var openAmount  = document.getElementsByName(\"rfmp_amount_954\");\n            \n                \/\/ single price option\n                if (priceoption[0].tagName == \"INPUT\") {\n                    for (var i = 0, length = priceoption.length; i < length; i++) {\n                        if (priceoption[i].checked) {\n                        \n                            if (priceoption[i].dataset.pricetype == \"open\") {\n                                openAmount[0].setAttribute(\"min\", isNaN(priceoption[i].dataset.price) ? 0 : priceoption[i].dataset.price);\n                                var optionPrice = parseFloat(openAmount[0].value);\n                            } else {\n                                openAmount[0].removeAttribute(\"min\");\n                                var optionPrice = parseFloat(priceoption[i].dataset.price);\n                            }\n\n                            if (optionPrice <= 0 || isNaN(optionPrice)) {\n                                break;\n                            }\n                            \n                            var optionVat = (parseInt(priceoption[i].dataset.vat) \/ 100) * optionPrice;\n                        \n                            vat += optionVat;\n                            total += optionPrice;\n                            subtotal += optionPrice;\n                            \n                            break;\n                        }\n                    }\n                } else {\n                    if (priceoption[0].options[priceoption[0].selectedIndex].dataset.pricetype == \"open\") {\n                        openAmount[0].setAttribute(\"min\", isNaN(priceoption[0].options[priceoption[0].selectedIndex].dataset.price) ? 0 : priceoption[0].options[priceoption[0].selectedIndex].dataset.price);\n                        var optionPrice = parseFloat(openAmount[0].value);\n                    } else {\n                        openAmount[0].removeAttribute(\"min\");\n                        var optionPrice = parseFloat(priceoption[0].options[priceoption[0].selectedIndex].dataset.price);\n                    }\n                            \n                    if (optionPrice > 0 || isNaN(optionPrice)) {\n                        var optionVat = (parseInt(priceoption[0].options[priceoption[0].selectedIndex].dataset.vat) \/ 100) * optionPrice;\n                        vat   += optionVat;\n                        total += optionPrice;\n                        subtotal += optionPrice;\n                        \n                    }\n                }\n            } else if (quantities) {\n                \/\/ multiple price options with quantity\n                for (var i = 0; i < quantities.length; i++) {\n                    var q = parseInt(quantities[i].value);\n                    if (q <= 0 || isNaN(q)) {\n                        continue;\n                    }\n                    \n                    var optionPrice = parseFloat(quantities[i].dataset.price) * q;\n                    if (optionPrice > 0 || isNaN(optionPrice)) {\n                        var optionVat = (parseInt(quantities[i].dataset.vat) \/ 100) * optionPrice;\n                        vat   += optionVat;\n                        total += optionPrice;\n                        subtotal += optionPrice;\n                        \n                    }\n                }\n            }\n            \n            \/\/ payment method extra costs\n            var methods = document.getElementsByName(\"rfmp_payment_method_954\");\n            if (total > 0) {\n\t            if (0 in methods) {\n\t                if (methods[0].tagName == \"INPUT\") {\n\t                    \/\/ radio buttons\n\t                    for (var i = 0; i < methods.length; i++) {\n\t                        if (methods[i].checked) {\n\t                            var methodAmount = ((parseInt(methods[i].dataset.variable) \/ 100) * total) + parseFloat(methods[i].dataset.fixed);\n\t                            var methodVat = 0.21 * methodAmount;\n\t                            vat   += methodVat;\n\t                            total += methodAmount;\n\t                            subtotal += methodAmount;\n\t                            \n\t                            break;\n\t                        }\n\t                    }\n\t                } else {\n\t                    \/\/ dropdown\n\t                    var methodAmount = ((parseInt(methods[0].options[methods[0].selectedIndex].dataset.variable) \/ 100) * total) + parseFloat(methods[0].options[methods[0].selectedIndex].dataset.fixed);\n\t                    var methodVat = 0.21 * methodAmount;\n\t                    vat   += methodVat;\n\t                    total += methodAmount;\n\t                    subtotal += methodAmount;\n\t                    \n\t                }\n\t            }\n            }\n\n            \/\/ Display subtotal\n            var subtotalValue = document.getElementById(\"rfmp_totals_954_subtotal_value\");\n            if (subtotalValue) {\n                var subtotalAmount = subtotal.toFixed(2) > 0 ? subtotal.toFixed(2) : \"0.00\";\n                subtotalValue.innerHTML = subtotalAmount.replace(\".\", \",\");\n            }\n            \n            \/\/ Display total\n            var totalValue = document.getElementById(\"rfmp_totals_954_total_value\");\n            if (totalValue) {\n                var totalAmount = total.toFixed(2) > 0 ? total.toFixed(2) : \"0.00\";\n                totalValue.innerHTML = totalAmount.replace(\".\", \",\");\n            }\n            \n            \/\/ Display VAT\n            var totalVatValue = document.getElementById(\"rfmp_totals_954_vat_value\");\n            if (totalVatValue) {\n                var totalVat = vat.toFixed(2) > 0 ? vat.toFixed(2) : \"0.00\";\n                totalVatValue.innerHTML = totalVat.replace(\".\", \",\");\n            }\n            \n            \n            if (total <= 0 || isNaN(total)) {\n                document.getElementById(\"payment_methods_954\").style.display = \"none\";\n            } else {\n                document.getElementById(\"payment_methods_954\").style.display = \"block\";\n            }\n        }\n        <\/script><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><label for=\"form_954_field_3\">First name <span class=\"mollie-forms-required\">*<\/span><\/label><br><input type=\"text\" name=\"form_954_field_3\" id=\"form_954_field_3\" value label=\"First name\" class required style=\"width: 100%\"><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><label for=\"form_954_field_4\">Last name <span class=\"mollie-forms-required\">*<\/span><\/label><br><input type=\"text\" name=\"form_954_field_4\" id=\"form_954_field_4\" value label=\"Last name\" class required style=\"width: 100%\"><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><label for=\"form_954_field_5\">Phone number <span class=\"mollie-forms-required\">*<\/span><\/label><br><input type=\"text\" name=\"form_954_field_5\" id=\"form_954_field_5\" value label=\"Phone number\" class required style=\"width: 100%\"><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><label for=\"form_954_field_6\">E-mail <span class=\"mollie-forms-required\">*<\/span><\/label><br><input type=\"email\" name=\"form_954_field_6\" id=\"form_954_field_6\" value label=\"E-mail\" class=\"mails\" required style=\"width: 100%\"><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" id=\"payment_methods_954\"><label for=\"form_954_field_7\">Payment method <span class=\"mollie-forms-required\">*<\/span><\/label><br>\n            <script>\n            window.onload = setTimeout(mollie_forms_recurring_methods_954, 100);\n            function mollie_forms_recurring_methods_954() {\n                var priceoptions = document.getElementsByName(\"rfmp_priceoptions_954\");\n                var freq = \"\";\n                var frequency = \"once\";\n                if (0 in priceoptions) {\n                    if (priceoptions[0].tagName == \"INPUT\") {\n                        for (var i = 0, length = priceoptions.length; i < length; i++) {\n                            if (priceoptions[i].checked) {\n                                frequency = priceoptions[i].dataset.frequency;\n                                var pricetype = priceoptions[i].dataset.pricetype;\n                                freq = priceoptions[i].dataset.freq;\n                                break;\n                            }\n                        }\n                    } else {\n                        frequency = priceoptions[0].options[priceoptions[0].selectedIndex].dataset.frequency ? priceoptions[0].options[priceoptions[0].selectedIndex].dataset.frequency : \"once\";\n                        var pricetype = priceoptions[0].options[priceoptions[0].selectedIndex].dataset.pricetype;\n                        freq = priceoptions[0].options[priceoptions[0].selectedIndex].dataset.freq;\n                    }\n                } else {\n                    var quantities = document.getElementsByClassName(\"rfmp_priceoptions_954_quantity\");\n                    var pricetype = \"fixed\";\n                    frequency = \"once\";\n                    for (var i = 0, length = quantities.length; i < length; i++) {\n                        if (quantities[i].value > 0) {\n                            if (quantities[i].dataset.frequency != \"once\") {\n                                frequency = \"recurring\";\n                            }\n                        }\n                    }\n                }\n\n                var checkbox = document.getElementsByName(\"rfmp_checkbox_954\")[0];\n                if (frequency==\"once\") {\n                    checkbox.removeAttribute(\"required\");\n                } else {\n                    checkbox.setAttribute(\"required\", \"required\");\n                }\n\n                document.getElementById(\"rfmp_checkbox_954\").style.display = (frequency==\"once\" ? \"none\" : \"block\");\n                document.getElementById(\"rfmp_checkbox_hidden_954\").value = (frequency==\"once\" ? 0 : 1);\n                document.getElementById(\"rfmp_open_amount_954\").style.display = (pricetype==\"open\" ? \"block\" : \"none\");\n                document.getElementById(\"rfmp_open_amount_required_954\").value = (pricetype==\"open\" ? 1 : 0);\n                document.getElementById(\"rfmp_amount_freq_954\").innerHTML = freq;\n                \n                if (location.protocol === \"https:\" && window.ApplePaySession && window.ApplePaySession.canMakePayments()) {\n                    \/\/\n                } else if (document.getElementById(\"rfmp_pm_applepay_954\") !== null) {\n                    document.getElementById(\"rfmp_pm_applepay_954\").remove();\n                }\n                \n                \n            }\n            <\/script><ul id=\"form_954_field_7\" label=\"Payment method\" class required style=\"list-style-type:none;margin:0;\"><\/ul><input type=\"hidden\" id=\"rfmp_checkbox_hidden_954\" name=\"rfmp_checkbox_hidden_954\" value=\"0\"><br><label id=\"rfmp_checkbox_954\" style=\"display:none;\">\n                            <input type=\"checkbox\" name=\"rfmp_checkbox_954\" value=\"1\">I hereby give authorization to collect the recurring amount from my account periodically.\n                         <\/label><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><input type=\"hidden\" name=\"form_954_field_8\" value=\"0\"><input type=\"checkbox\" value=\"1\" name=\"form_954_field_8\" id=\"form_954_field_8\" label=\"I agree to the &lt;a href=&quot;https:\/\/www.govertvanginkel.nl\/en\/terms-and-conditions\/&quot; target=&quot;_blank&quot;&gt;Terms and conditions&lt;\/a&gt; and the &lt;a href=&quot;https:\/\/www.govertvanginkel.nl\/privacyverklaring-avg-en-disclaimer\/&quot;&gt;Privacy Statement\" class required> <label for=\"form_954_field_8\">I agree to the <a href=\"https:\/\/www.govertvanginkel.nl\/en\/terms-and-conditions\/\" target=\"_blank\">Terms and conditions<\/a> and the <a href=\"https:\/\/www.govertvanginkel.nl\/privacyverklaring-avg-en-disclaimer\/\">Privacy Statement <span class=\"mollie-forms-required\">*<\/span><\/label><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><br><button type=\"submit\" name=\"form_954_field_11\" id=\"form_954_field_11\" value label=\"Register\" class required>Register<\/button><\/div><\/form>\n<div class=\"\"><em>* In order to be able to process your registration it is necessary that you have filled in all fields marked with a star.<\/em><\/div>\n<div class=\"\"><\/div>\n<div class=\"\">After receiving your registration we will send you a confirmation. As a participant, you have 14 days of reflection time from the moment of registration to cancel your participation free of charge, unless the training starts directly after or has already started.<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Use the form below to register for the training or workshop of your choice. After completing the required data you will be send to the specific payment page. * In order to be able to process your registration it is necessary that you have filled in all fields marked with a star. After receiving your [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-952","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Registration - Govert van Ginkel<\/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:\/\/www.govertvanginkel.nl\/en\/registration\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Registration - Govert van Ginkel\" \/>\n<meta property=\"og:description\" content=\"Use the form below to register for the training or workshop of your choice. After completing the required data you will be send to the specific payment page. * In order to be able to process your registration it is necessary that you have filled in all fields marked with a star. After receiving your [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.govertvanginkel.nl\/en\/registration\/\" \/>\n<meta property=\"og:site_name\" content=\"Govert van Ginkel\" \/>\n<meta property=\"article:modified_time\" content=\"2020-10-16T15:13:07+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.govertvanginkel.nl\\\/en\\\/registration\\\/\",\"url\":\"https:\\\/\\\/www.govertvanginkel.nl\\\/en\\\/registration\\\/\",\"name\":\"Registration - Govert van Ginkel\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.govertvanginkel.nl\\\/#website\"},\"datePublished\":\"2018-08-03T11:57:27+00:00\",\"dateModified\":\"2020-10-16T15:13:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.govertvanginkel.nl\\\/en\\\/registration\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.govertvanginkel.nl\\\/en\\\/registration\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.govertvanginkel.nl\\\/en\\\/registration\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.govertvanginkel.nl\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Registration\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.govertvanginkel.nl\\\/#website\",\"url\":\"https:\\\/\\\/www.govertvanginkel.nl\\\/\",\"name\":\"Govert van Ginkel\",\"description\":\"Trainer en coach in Verbindend Communiceren\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.govertvanginkel.nl\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Registration - Govert van Ginkel","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:\/\/www.govertvanginkel.nl\/en\/registration\/","og_locale":"en_US","og_type":"article","og_title":"Registration - Govert van Ginkel","og_description":"Use the form below to register for the training or workshop of your choice. After completing the required data you will be send to the specific payment page. * In order to be able to process your registration it is necessary that you have filled in all fields marked with a star. After receiving your [&hellip;]","og_url":"https:\/\/www.govertvanginkel.nl\/en\/registration\/","og_site_name":"Govert van Ginkel","article_modified_time":"2020-10-16T15:13:07+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.govertvanginkel.nl\/en\/registration\/","url":"https:\/\/www.govertvanginkel.nl\/en\/registration\/","name":"Registration - Govert van Ginkel","isPartOf":{"@id":"https:\/\/www.govertvanginkel.nl\/#website"},"datePublished":"2018-08-03T11:57:27+00:00","dateModified":"2020-10-16T15:13:07+00:00","breadcrumb":{"@id":"https:\/\/www.govertvanginkel.nl\/en\/registration\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.govertvanginkel.nl\/en\/registration\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.govertvanginkel.nl\/en\/registration\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.govertvanginkel.nl\/en\/"},{"@type":"ListItem","position":2,"name":"Registration"}]},{"@type":"WebSite","@id":"https:\/\/www.govertvanginkel.nl\/#website","url":"https:\/\/www.govertvanginkel.nl\/","name":"Govert van Ginkel","description":"Trainer en coach in Verbindend Communiceren","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.govertvanginkel.nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.govertvanginkel.nl\/en\/wp-json\/wp\/v2\/pages\/952","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.govertvanginkel.nl\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.govertvanginkel.nl\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.govertvanginkel.nl\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.govertvanginkel.nl\/en\/wp-json\/wp\/v2\/comments?post=952"}],"version-history":[{"count":9,"href":"https:\/\/www.govertvanginkel.nl\/en\/wp-json\/wp\/v2\/pages\/952\/revisions"}],"predecessor-version":[{"id":1924,"href":"https:\/\/www.govertvanginkel.nl\/en\/wp-json\/wp\/v2\/pages\/952\/revisions\/1924"}],"wp:attachment":[{"href":"https:\/\/www.govertvanginkel.nl\/en\/wp-json\/wp\/v2\/media?parent=952"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}