{"id":148,"date":"2019-12-30T17:07:39","date_gmt":"2019-12-30T17:07:39","guid":{"rendered":"http:\/\/lifeshope.nl\/?page_id=148"},"modified":"2019-12-30T17:07:40","modified_gmt":"2019-12-30T17:07:40","slug":"148-2","status":"publish","type":"page","link":"http:\/\/lifeshope.nl\/?page_id=148","title":{"rendered":""},"content":{"rendered":"\n[et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.0.9&#8243;][et_pb_row _builder_version=&#8221;4.0.9&#8243;][et_pb_column _builder_version=&#8221;4.0.9&#8243; type=&#8221;4_4&#8243;][et_pb_code _builder_version=&#8221;4.0.9&#8243; hover_enabled=&#8221;0&#8243;]<form enctype=\"multipart\/form-data\" data-mollie-forms=\"2.8.1\" method=\"post\" id=\"rfmp_157\" class=\"\"><input type=\"hidden\" id=\"mollie_forms_157_nonce\" name=\"mollie_forms_157_nonce\" value=\"2fe621a08e\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F148\" \/><input type=\"hidden\" name=\"mollie-forms-post\" value=\"157\"><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><label for=\"form_157_field_0\">Naam <span class=\"mollie-forms-required\">*<\/span><\/label><br><input type=\"text\" name=\"form_157_field_0\" id=\"form_157_field_0\" value label=\"Naam\" class required style=\"width: 100%\"><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><label for=\"form_157_field_1\">Adres <span class=\"mollie-forms-required\">*<\/span><\/label><br><input type=\"text\" name=\"form_157_field_1\" id=\"form_157_field_1\" value label=\"Adres\" class required style=\"width: 100%\"><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><label for=\"form_157_field_2\">Postcode <span class=\"mollie-forms-required\">*<\/span><\/label><br><input type=\"text\" name=\"form_157_field_2\" id=\"form_157_field_2\" value label=\"Postcode\" class required style=\"width: 100%\"><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><label for=\"form_157_field_3\">Plaats <span class=\"mollie-forms-required\">*<\/span><\/label><br><input type=\"text\" name=\"form_157_field_3\" id=\"form_157_field_3\" value label=\"Plaats\" class required style=\"width: 100%\"><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><label for=\"form_157_field_4\">E-mail <span class=\"mollie-forms-required\">*<\/span><\/label><br><input type=\"email\" name=\"form_157_field_4\" id=\"form_157_field_4\" value label=\"E-mail\" class required style=\"width: 100%\"><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><label for=\"form_157_field_5\"><\/label><br><select name=\"rfmp_priceoptions_157\" onchange=\"mollie_forms_recurring_methods_157();mollie_forms_157_totals();\" id=\"form_157_field_5\" class required style=\"width: 100%;\"><option   data-frequency=\"once\" \n                                    data-freq=\"\" \n                                    data-pricetype=\"fixed\" \n                                    data-price=\"14.44\" \n                                    data-vat=\"21\" \n                                    value=\"1\" >\n                                Life\\\\\\\\\\\\\\&#039;s Hope Magazine (&euro; 14,44)\n                          <\/option><\/select><p id=\"rfmp_open_amount_157\" style=\"display:none;\">\n                    <label>Bedrag \n                        <span style=\"color:red;\">*<\/span><br>\n                        <span class=\"rfmp_currency_157\">&euro;<\/span> \n                        <input type=\"number\" step=\"any\" value=\"\" onchange=\"mollie_forms_157_totals();\" onkeyup=\"mollie_forms_157_totals();\" name=\"rfmp_amount_157\"> \n                        <span id=\"rfmp_amount_freq_157\"><\/span>\n                    <\/label>\n                    <input type=\"hidden\" name=\"rfmp_amount_required_157\" id=\"rfmp_open_amount_required_157\" value=\"0\">\n                  <\/p>\n        <script>\n        window.onload = setTimeout(mollie_forms_157_totals, 100);\n        function mollie_forms_157_totals() {\n            var priceoption = document.getElementsByName(\"rfmp_priceoptions_157\");\n            var quantities  = document.getElementsByClassName(\"rfmp_priceoptions_157_quantity\");\n            var subtotal = 0, total = 0, vat = 0;\n            \n            \n            \/\/ Add shipping costs to total\n            var shippingCosts = \"3.95\";\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_157\");\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_157\");\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_157_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_157_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_157_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_157\").style.display = \"none\";\n            } else {\n                document.getElementById(\"payment_methods_157\").style.display = \"block\";\n            }\n        }\n        <\/script><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" id=\"payment_methods_157\"><label for=\"form_157_field_6\">Betaalmethode <span class=\"mollie-forms-required\">*<\/span><\/label><br>\n            <script>\n            window.onload = setTimeout(mollie_forms_recurring_methods_157, 100);\n            function mollie_forms_recurring_methods_157() {\n                var priceoptions = document.getElementsByName(\"rfmp_priceoptions_157\");\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_157_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_157\")[0];\n                if (frequency==\"once\") {\n                    checkbox.removeAttribute(\"required\");\n                } else {\n                    checkbox.setAttribute(\"required\", \"required\");\n                }\n\n                document.getElementById(\"rfmp_checkbox_157\").style.display = (frequency==\"once\" ? \"none\" : \"block\");\n                document.getElementById(\"rfmp_checkbox_hidden_157\").value = (frequency==\"once\" ? 0 : 1);\n                document.getElementById(\"rfmp_open_amount_157\").style.display = (pricetype==\"open\" ? \"block\" : \"none\");\n                document.getElementById(\"rfmp_open_amount_required_157\").value = (pricetype==\"open\" ? 1 : 0);\n                document.getElementById(\"rfmp_amount_freq_157\").innerHTML = freq;\n                \n                if (location.protocol === \"https:\" && window.ApplePaySession && window.ApplePaySession.canMakePayments()) {\n                    \/\/\n                } else if (document.getElementById(\"rfmp_pm_applepay_157\") !== null) {\n                    document.getElementById(\"rfmp_pm_applepay_157\").remove();\n                }\n                \n                \n            }\n            <\/script><select id=\"form_157_field_6\" label=\"Betaalmethode\" class required name=\"rfmp_payment_method_157\" style=\"width: 100%;\" onchange=\"mollie_forms_157_totals();\"><\/select><input type=\"hidden\" id=\"rfmp_checkbox_hidden_157\" name=\"rfmp_checkbox_hidden_157\" value=\"0\"><br><label id=\"rfmp_checkbox_157\" style=\"display:none;\">\n                            <input type=\"checkbox\" name=\"rfmp_checkbox_157\" value=\"1\">Hierbij geef ik toestemming om het terugkerende bedrag periodiek van mijn rekening te incasseren.\n                         <\/label><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><label for=\"form_157_field_8\"><\/label><br><table id=\"form_157_field_8\" label class required><tr>\n                        <td>Verzendkosten<\/td>\n                        <td>&euro; 3,95<\/td>\n                      <\/tr><tr id=\"rfmp_totals_157_total\">\n                    <td><strong>Totaal<\/strong><\/td>\n                    <td><strong>&euro; <span id=\"rfmp_totals_157_total_value\"><\/span><\/strong><\/td>\n                  <\/tr><\/table><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><br><button type=\"submit\" name=\"form_157_field_9\" id=\"form_157_field_9\" value label=\"Versturen\" class required>Versturen<\/button><\/div><\/form>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section]\n","protected":false},"excerpt":{"rendered":"<form enctype=\"multipart\/form-data\" data-mollie-forms=\"2.8.1\" method=\"post\" id=\"rfmp_157\" class=\"\"><input type=\"hidden\" id=\"mollie_forms_157_nonce\" name=\"mollie_forms_157_nonce\" value=\"2fe621a08e\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F148\" \/><input type=\"hidden\" name=\"mollie-forms-post\" value=\"157\"><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><label for=\"form_157_field_0\">Naam <span class=\"mollie-forms-required\">*<\/span><\/label><br><input type=\"text\" name=\"form_157_field_0\" id=\"form_157_field_0\" value label=\"Naam\" class required style=\"width: 100%\"><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><label for=\"form_157_field_1\">Adres <span class=\"mollie-forms-required\">*<\/span><\/label><br><input type=\"text\" name=\"form_157_field_1\" id=\"form_157_field_1\" value label=\"Adres\" class required style=\"width: 100%\"><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><label for=\"form_157_field_2\">Postcode <span class=\"mollie-forms-required\">*<\/span><\/label><br><input type=\"text\" name=\"form_157_field_2\" id=\"form_157_field_2\" value label=\"Postcode\" class required style=\"width: 100%\"><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><label for=\"form_157_field_3\">Plaats <span class=\"mollie-forms-required\">*<\/span><\/label><br><input type=\"text\" name=\"form_157_field_3\" id=\"form_157_field_3\" value label=\"Plaats\" class required style=\"width: 100%\"><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><label for=\"form_157_field_4\">E-mail <span class=\"mollie-forms-required\">*<\/span><\/label><br><input type=\"email\" name=\"form_157_field_4\" id=\"form_157_field_4\" value label=\"E-mail\" class required style=\"width: 100%\"><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><label for=\"form_157_field_5\"><\/label><br><select name=\"rfmp_priceoptions_157\" onchange=\"mollie_forms_recurring_methods_157();mollie_forms_157_totals();\" id=\"form_157_field_5\" class required style=\"width: 100%;\"><option   data-frequency=\"once\" \n                                    data-freq=\"\" \n                                    data-pricetype=\"fixed\" \n                                    data-price=\"14.44\" \n                                    data-vat=\"21\" \n                                    value=\"1\" >\n                                Life\\\\\\\\\\\\\\&#039;s Hope Magazine (&euro; 14,44)\n                          <\/option><\/select><p id=\"rfmp_open_amount_157\" style=\"display:none;\">\n                    <label>Bedrag \n                        <span style=\"color:red;\">*<\/span><br>\n                        <span class=\"rfmp_currency_157\">&euro;<\/span> \n                        <input type=\"number\" step=\"any\" value=\"\" onchange=\"mollie_forms_157_totals();\" onkeyup=\"mollie_forms_157_totals();\" name=\"rfmp_amount_157\"> \n                        <span id=\"rfmp_amount_freq_157\"><\/span>\n                    <\/label>\n                    <input type=\"hidden\" name=\"rfmp_amount_required_157\" id=\"rfmp_open_amount_required_157\" value=\"0\">\n                  <\/p>\n        <script>\n        window.onload = setTimeout(mollie_forms_157_totals, 100);\n        function mollie_forms_157_totals() {\n            var priceoption = document.getElementsByName(\"rfmp_priceoptions_157\");\n            var quantities  = document.getElementsByClassName(\"rfmp_priceoptions_157_quantity\");\n            var subtotal = 0, total = 0, vat = 0;\n            \n            \n            \/\/ Add shipping costs to total\n            var shippingCosts = \"3.95\";\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_157\");\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_157\");\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_157_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_157_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_157_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_157\").style.display = \"none\";\n            } else {\n                document.getElementById(\"payment_methods_157\").style.display = \"block\";\n            }\n        }\n        <\/script><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" id=\"payment_methods_157\"><label for=\"form_157_field_6\">Betaalmethode <span class=\"mollie-forms-required\">*<\/span><\/label><br>\n            <script>\n            window.onload = setTimeout(mollie_forms_recurring_methods_157, 100);\n            function mollie_forms_recurring_methods_157() {\n                var priceoptions = document.getElementsByName(\"rfmp_priceoptions_157\");\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_157_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_157\")[0];\n                if (frequency==\"once\") {\n                    checkbox.removeAttribute(\"required\");\n                } else {\n                    checkbox.setAttribute(\"required\", \"required\");\n                }\n\n                document.getElementById(\"rfmp_checkbox_157\").style.display = (frequency==\"once\" ? \"none\" : \"block\");\n                document.getElementById(\"rfmp_checkbox_hidden_157\").value = (frequency==\"once\" ? 0 : 1);\n                document.getElementById(\"rfmp_open_amount_157\").style.display = (pricetype==\"open\" ? \"block\" : \"none\");\n                document.getElementById(\"rfmp_open_amount_required_157\").value = (pricetype==\"open\" ? 1 : 0);\n                document.getElementById(\"rfmp_amount_freq_157\").innerHTML = freq;\n                \n                if (location.protocol === \"https:\" && window.ApplePaySession && window.ApplePaySession.canMakePayments()) {\n                    \/\/\n                } else if (document.getElementById(\"rfmp_pm_applepay_157\") !== null) {\n                    document.getElementById(\"rfmp_pm_applepay_157\").remove();\n                }\n                \n                \n            }\n            <\/script><select id=\"form_157_field_6\" label=\"Betaalmethode\" class required name=\"rfmp_payment_method_157\" style=\"width: 100%;\" onchange=\"mollie_forms_157_totals();\"><\/select><input type=\"hidden\" id=\"rfmp_checkbox_hidden_157\" name=\"rfmp_checkbox_hidden_157\" value=\"0\"><br><label id=\"rfmp_checkbox_157\" style=\"display:none;\">\n                            <input type=\"checkbox\" name=\"rfmp_checkbox_157\" value=\"1\">Hierbij geef ik toestemming om het terugkerende bedrag periodiek van mijn rekening te incasseren.\n                         <\/label><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><label for=\"form_157_field_8\"><\/label><br><table id=\"form_157_field_8\" label class required><tr>\n                        <td>Verzendkosten<\/td>\n                        <td>&euro; 3,95<\/td>\n                      <\/tr><tr id=\"rfmp_totals_157_total\">\n                    <td><strong>Totaal<\/strong><\/td>\n                    <td><strong>&euro; <span id=\"rfmp_totals_157_total_value\"><\/span><\/strong><\/td>\n                  <\/tr><\/table><\/div><div class=\"mollie_forms_field_row\" style=\"margin:10px 0\" ><br><button type=\"submit\" name=\"form_157_field_9\" id=\"form_157_field_9\" value label=\"Versturen\" class required>Versturen<\/button><\/div><\/form>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-148","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"http:\/\/lifeshope.nl\/index.php?rest_route=\/wp\/v2\/pages\/148","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/lifeshope.nl\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/lifeshope.nl\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/lifeshope.nl\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/lifeshope.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=148"}],"version-history":[{"count":3,"href":"http:\/\/lifeshope.nl\/index.php?rest_route=\/wp\/v2\/pages\/148\/revisions"}],"predecessor-version":[{"id":165,"href":"http:\/\/lifeshope.nl\/index.php?rest_route=\/wp\/v2\/pages\/148\/revisions\/165"}],"wp:attachment":[{"href":"http:\/\/lifeshope.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=148"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}